Uses of Class
software.amazon.awssdk.services.codeartifact.model.ListDomainsRequest
-
Packages that use ListDomainsRequest 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 software.amazon.awssdk.services.codeartifact.transform -
-
Uses of ListDomainsRequest in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact with parameters of type ListDomainsRequest Modifier and Type Method Description 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.default ListDomainsResponseCodeartifactClient. listDomains(ListDomainsRequest listDomainsRequest)Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.default ListDomainsPublisherCodeartifactAsyncClient. listDomainsPaginator(ListDomainsRequest listDomainsRequest)Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.default ListDomainsIterableCodeartifactClient. listDomainsPaginator(ListDomainsRequest listDomainsRequest)Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call. -
Uses of ListDomainsRequest in software.amazon.awssdk.services.codeartifact.paginators
Constructors in software.amazon.awssdk.services.codeartifact.paginators with parameters of type ListDomainsRequest Constructor Description ListDomainsIterable(CodeartifactClient client, ListDomainsRequest firstRequest)ListDomainsPublisher(CodeartifactAsyncClient client, ListDomainsRequest firstRequest) -
Uses of ListDomainsRequest in software.amazon.awssdk.services.codeartifact.transform
Methods in software.amazon.awssdk.services.codeartifact.transform with parameters of type ListDomainsRequest Modifier and Type Method Description SdkHttpFullRequestListDomainsRequestMarshaller. marshall(ListDomainsRequest listDomainsRequest)
-