Uses of Class
software.amazon.awssdk.services.route53.model.ListGeoLocationsResponse
-
Packages that use ListGeoLocationsResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListGeoLocationsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListGeoLocationsResponse Modifier and Type Method Description default ListGeoLocationsResponseRoute53Client. listGeoLocations()Retrieves a list of supported geographic locations.default ListGeoLocationsResponseRoute53Client. listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest)Retrieves a list of supported geographic locations.default ListGeoLocationsResponseRoute53Client. listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)Retrieves a list of supported geographic locations.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListGeoLocationsResponse Modifier and Type Method Description default CompletableFuture<ListGeoLocationsResponse>Route53AsyncClient. listGeoLocations()Retrieves a list of supported geographic locations.default CompletableFuture<ListGeoLocationsResponse>Route53AsyncClient. listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest)Retrieves a list of supported geographic locations.default CompletableFuture<ListGeoLocationsResponse>Route53AsyncClient. listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest)Retrieves a list of supported geographic locations.
-