Uses of Class
software.amazon.awssdk.services.route53.model.CollectionSummary
-
Packages that use CollectionSummary Package Description software.amazon.awssdk.services.route53.model software.amazon.awssdk.services.route53.paginators -
-
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 CollectionSummary Modifier and Type Method Description 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 CollectionSummary Modifier and Type Method Description ListCidrCollectionsResponse.BuilderListCidrCollectionsResponse.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 CollectionSummary Modifier and Type Method Description ListCidrCollectionsResponse.BuilderListCidrCollectionsResponse.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 CollectionSummary Modifier and Type Method Description SdkIterable<CollectionSummary>ListCidrCollectionsIterable. cidrCollections()Returns an iterable to iterate through the paginatedListCidrCollectionsResponse.cidrCollections()member.SdkPublisher<CollectionSummary>ListCidrCollectionsPublisher. cidrCollections()Returns a publisher that can be used to get a stream of data.
-