Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ListDomainsResponse
-
Packages that use ListDomainsResponse Package Description software.amazon.awssdk.services.controlcatalog Welcome to the Amazon Web Services Control Catalog API reference.software.amazon.awssdk.services.controlcatalog.paginators -
-
Uses of ListDomainsResponse in software.amazon.awssdk.services.controlcatalog
Methods in software.amazon.awssdk.services.controlcatalog that return ListDomainsResponse Modifier and Type Method Description default ListDomainsResponseControlCatalogClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns a paginated list of domains from the Amazon Web Services Control Catalog.default ListDomainsResponseControlCatalogClient. listDomains(ListDomainsRequest listDomainsRequest)Returns a paginated list of domains from the Amazon Web Services Control Catalog.Methods in software.amazon.awssdk.services.controlcatalog that return types with arguments of type ListDomainsResponse Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>ControlCatalogAsyncClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns a paginated list of domains from the Amazon Web Services Control Catalog.default CompletableFuture<ListDomainsResponse>ControlCatalogAsyncClient. listDomains(ListDomainsRequest listDomainsRequest)Returns a paginated list of domains from the Amazon Web Services Control Catalog. -
Uses of ListDomainsResponse in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.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.controlcatalog.paginators with type arguments of type ListDomainsResponse Modifier and Type Method Description voidListDomainsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDomainsResponse> subscriber)
-