Uses of Class
software.amazon.awssdk.services.route53.model.CidrBlockSummary
Packages that use CidrBlockSummary
Package
Description
-
Uses of CidrBlockSummary in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CidrBlockSummaryModifier and TypeMethodDescriptionfinal List<CidrBlockSummary>ListCidrBlocksResponse.cidrBlocks()A complex type that contains information about the CIDR blocks.Methods in software.amazon.awssdk.services.route53.model with parameters of type CidrBlockSummaryModifier and TypeMethodDescriptionListCidrBlocksResponse.Builder.cidrBlocks(CidrBlockSummary... cidrBlocks) A complex type that contains information about the CIDR blocks.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type CidrBlockSummaryModifier and TypeMethodDescriptionListCidrBlocksResponse.Builder.cidrBlocks(Collection<CidrBlockSummary> cidrBlocks) A complex type that contains information about the CIDR blocks. -
Uses of CidrBlockSummary in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type CidrBlockSummaryModifier and TypeMethodDescriptionfinal SdkIterable<CidrBlockSummary>ListCidrBlocksIterable.cidrBlocks()Returns an iterable to iterate through the paginatedListCidrBlocksResponse.cidrBlocks()member.final SdkPublisher<CidrBlockSummary>ListCidrBlocksPublisher.cidrBlocks()Returns a publisher that can be used to get a stream of data.