Uses of Class
software.amazon.awssdk.services.route53.model.LocationSummary
-
Packages that use LocationSummary Package Description software.amazon.awssdk.services.route53.model software.amazon.awssdk.services.route53.paginators -
-
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 LocationSummary Modifier and Type Method Description 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 LocationSummary Modifier and Type Method Description ListCidrLocationsResponse.BuilderListCidrLocationsResponse.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 LocationSummary Modifier and Type Method Description ListCidrLocationsResponse.BuilderListCidrLocationsResponse.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 LocationSummary Modifier and Type Method Description SdkIterable<LocationSummary>ListCidrLocationsIterable. cidrLocations()Returns an iterable to iterate through the paginatedListCidrLocationsResponse.cidrLocations()member.SdkPublisher<LocationSummary>ListCidrLocationsPublisher. cidrLocations()Returns a publisher that can be used to get a stream of data.
-