Uses of Class
software.amazon.awssdk.services.codeartifact.model.ListDomainsResponse
-
Packages that use ListDomainsResponse 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 -
-
Uses of ListDomainsResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return ListDomainsResponse Modifier and Type Method Description default ListDomainsResponseCodeartifactClient. 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 ListDomainsResponseCodeartifactClient. listDomains(ListDomainsRequest listDomainsRequest)Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type ListDomainsResponse Modifier and Type Method 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. -
Uses of ListDomainsResponse in software.amazon.awssdk.services.codeartifact.paginators
Methods in software.amazon.awssdk.services.codeartifact.paginators that return types with arguments of type ListDomainsResponse Modifier and Type Method Description Iterator<ListDomainsResponse>ListDomainsIterable. iterator()Method parameters in software.amazon.awssdk.services.codeartifact.paginators with type arguments of type ListDomainsResponse Modifier and Type Method Description voidListDomainsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDomainsResponse> subscriber)
-