Uses of Class
software.amazon.awssdk.services.route53.model.GetGeoLocationRequest
-
Packages that use GetGeoLocationRequest Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.transform -
-
Uses of GetGeoLocationRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetGeoLocationRequest Modifier and Type Method Description 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.default GetGeoLocationResponseRoute53Client. getGeoLocation(GetGeoLocationRequest getGeoLocationRequest)Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets. -
Uses of GetGeoLocationRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetGeoLocationRequest Modifier and Type Method Description SdkHttpFullRequestGetGeoLocationRequestMarshaller. marshall(GetGeoLocationRequest getGeoLocationRequest)
-