Uses of Class
software.amazon.awssdk.services.route53.model.CollectionSummary
Packages that use CollectionSummary
Package
Description
-
Uses of CollectionSummary in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CollectionSummaryModifier and TypeMethodDescriptionfinal List<CollectionSummary>ListCidrCollectionsResponse.cidrCollections()A complex type with information about the CIDR collection.Methods in software.amazon.awssdk.services.route53.model with parameters of type CollectionSummaryModifier and TypeMethodDescriptionListCidrCollectionsResponse.Builder.cidrCollections(CollectionSummary... cidrCollections) A complex type with information about the CIDR collection.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type CollectionSummaryModifier and TypeMethodDescriptionListCidrCollectionsResponse.Builder.cidrCollections(Collection<CollectionSummary> cidrCollections) A complex type with information about the CIDR collection. -
Uses of CollectionSummary in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type CollectionSummaryModifier and TypeMethodDescriptionfinal SdkIterable<CollectionSummary>ListCidrCollectionsIterable.cidrCollections()Returns an iterable to iterate through the paginatedListCidrCollectionsResponse.cidrCollections()member.final SdkPublisher<CollectionSummary>ListCidrCollectionsPublisher.cidrCollections()Returns a publisher that can be used to get a stream of data.