Uses of Class
software.amazon.awssdk.services.route53.model.GeoLocationDetails
-
Packages that use GeoLocationDetails Package Description software.amazon.awssdk.services.route53.model -
-
Uses of GeoLocationDetails in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GeoLocationDetails Modifier and Type Method Description 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 GeoLocationDetails Modifier and Type Method Description 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 GeoLocationDetails Modifier and Type Method Description GetGeoLocationResponse.BuilderGetGeoLocationResponse.Builder. geoLocationDetails(GeoLocationDetails geoLocationDetails)A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.ListGeoLocationsResponse.BuilderListGeoLocationsResponse.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 GeoLocationDetails Modifier and Type Method Description ListGeoLocationsResponse.BuilderListGeoLocationsResponse.Builder. geoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.
-