Uses of Class
software.amazon.awssdk.services.route53.model.GetGeoLocationResponse
Packages that use GetGeoLocationResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetGeoLocationResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetGeoLocationResponseModifier and TypeMethodDescriptiondefault GetGeoLocationResponseRoute53Client.getGeoLocation()Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.default GetGeoLocationResponseRoute53Client.getGeoLocation(Consumer<GetGeoLocationRequest.Builder> getGeoLocationRequest) Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.default GetGeoLocationResponseRoute53Client.getGeoLocation(GetGeoLocationRequest getGeoLocationRequest) Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetGeoLocationResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetGeoLocationResponse>Route53AsyncClient.getGeoLocation()Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.default CompletableFuture<GetGeoLocationResponse>Route53AsyncClient.getGeoLocation(Consumer<GetGeoLocationRequest.Builder> getGeoLocationRequest) Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.default CompletableFuture<GetGeoLocationResponse>Route53AsyncClient.getGeoLocation(GetGeoLocationRequest getGeoLocationRequest) Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.