Uses of Class
software.amazon.awssdk.services.route53.model.LocationSummary
Packages that use LocationSummary
Package
Description
-
Uses of LocationSummary in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type LocationSummaryModifier and TypeMethodDescriptionfinal List<LocationSummary>ListCidrLocationsResponse.cidrLocations()A complex type that contains information about the list of CIDR locations.Methods in software.amazon.awssdk.services.route53.model with parameters of type LocationSummaryModifier and TypeMethodDescriptionListCidrLocationsResponse.Builder.cidrLocations(LocationSummary... cidrLocations) A complex type that contains information about the list of CIDR locations.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type LocationSummaryModifier and TypeMethodDescriptionListCidrLocationsResponse.Builder.cidrLocations(Collection<LocationSummary> cidrLocations) A complex type that contains information about the list of CIDR locations. -
Uses of LocationSummary in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type LocationSummaryModifier and TypeMethodDescriptionfinal SdkIterable<LocationSummary>ListCidrLocationsIterable.cidrLocations()Returns an iterable to iterate through the paginatedListCidrLocationsResponse.cidrLocations()member.final SdkPublisher<LocationSummary>ListCidrLocationsPublisher.cidrLocations()Returns a publisher that can be used to get a stream of data.