| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact |
CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools
such as npm, Apache Maven, pip, and dotnet.
|
| software.amazon.awssdk.services.codeartifact.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDomainsResponse |
CodeartifactClient.listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.
|
default ListDomainsResponse |
CodeartifactClient.listDomains(ListDomainsRequest listDomainsRequest)
Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDomainsResponse> |
CodeartifactAsyncClient.listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.
|
default CompletableFuture<ListDomainsResponse> |
CodeartifactAsyncClient.listDomains(ListDomainsRequest listDomainsRequest)
Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDomainsResponse> |
ListDomainsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDomainsResponse> subscriber) |
Copyright © 2023. All rights reserved.