| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact |
AWS CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build
tools such as npm, Apache Maven, and pip.
|
| 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 AWS account that makes this call.
|
default ListDomainsResponse |
CodeartifactClient.listDomains(ListDomainsRequest listDomainsRequest)
Returns a list of DomainSummary objects for all domains owned by the AWS 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 AWS account that makes this call.
|
default CompletableFuture<ListDomainsResponse> |
CodeartifactAsyncClient.listDomains(ListDomainsRequest listDomainsRequest)
Returns a list of DomainSummary objects for all domains owned by the AWS 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 © 2021. All rights reserved.