Uses of Class
software.amazon.awssdk.services.route53.model.ListGeoLocationsRequest
-
Packages that use ListGeoLocationsRequest 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 ListGeoLocationsRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListGeoLocationsRequest Modifier and Type Method Description default CompletableFuture<ListGeoLocationsResponse>Route53AsyncClient. listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)Retrieves a list of supported geographic locations.default ListGeoLocationsResponseRoute53Client. listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)Retrieves a list of supported geographic locations. -
Uses of ListGeoLocationsRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListGeoLocationsRequest Modifier and Type Method Description SdkHttpFullRequestListGeoLocationsRequestMarshaller. marshall(ListGeoLocationsRequest listGeoLocationsRequest)
-