Uses of Class
com.amazonaws.services.route53.model.GeoLocation
-
Packages that use GeoLocation Package Description com.amazonaws.services.route53.model -
-
Uses of GeoLocation in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GeoLocation Modifier and Type Method Description GeoLocationGeoLocation. clone()GeoLocationResourceRecordSet. getGeoLocation()Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.GeoLocationGeoLocation. withContinentCode(String continentCode)The code for a continent geo location.GeoLocationGeoLocation. withCountryCode(String countryCode)The code for a country geo location.GeoLocationGeoLocation. withSubdivisionCode(String subdivisionCode)The code for a country's subdivision (e.g., a province of Canada).Methods in com.amazonaws.services.route53.model with parameters of type GeoLocation Modifier and Type Method Description voidResourceRecordSet. setGeoLocation(GeoLocation geoLocation)Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.ResourceRecordSetResourceRecordSet. withGeoLocation(GeoLocation geoLocation)Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.
-