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