Uses of Class
software.amazon.awssdk.services.controlcatalog.model.DomainSummary
-
Packages that use DomainSummary Package Description software.amazon.awssdk.services.controlcatalog.model software.amazon.awssdk.services.controlcatalog.paginators -
-
Uses of DomainSummary in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type DomainSummary Modifier and Type Method Description List<DomainSummary>ListDomainsResponse. domains()The list of domains that theListDomainsAPI returns.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type DomainSummary Modifier and Type Method Description ListDomainsResponse.BuilderListDomainsResponse.Builder. domains(DomainSummary... domains)The list of domains that theListDomainsAPI returns.Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type DomainSummary Modifier and Type Method Description ListDomainsResponse.BuilderListDomainsResponse.Builder. domains(Collection<DomainSummary> domains)The list of domains that theListDomainsAPI returns. -
Uses of DomainSummary in software.amazon.awssdk.services.controlcatalog.paginators
Methods in software.amazon.awssdk.services.controlcatalog.paginators that return types with arguments of type DomainSummary Modifier and Type Method Description SdkIterable<DomainSummary>ListDomainsIterable. domains()Returns an iterable to iterate through the paginatedListDomainsResponse.domains()member.SdkPublisher<DomainSummary>ListDomainsPublisher. domains()Returns a publisher that can be used to get a stream of data.
-