Uses of Class
software.amazon.awssdk.services.route53.model.GeoLocationDetails
Packages that use GeoLocationDetails
-
Uses of GeoLocationDetails in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GeoLocationDetailsModifier and TypeMethodDescriptionfinal GeoLocationDetailsGetGeoLocationResponse.geoLocationDetails()A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GeoLocationDetailsModifier and TypeMethodDescriptionfinal List<GeoLocationDetails>ListGeoLocationsResponse.geoLocationDetailsList()A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.Methods in software.amazon.awssdk.services.route53.model with parameters of type GeoLocationDetailsModifier and TypeMethodDescriptionGetGeoLocationResponse.Builder.geoLocationDetails(GeoLocationDetails geoLocationDetails) A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.ListGeoLocationsResponse.Builder.geoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList) A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type GeoLocationDetailsModifier and TypeMethodDescriptionListGeoLocationsResponse.Builder.geoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.