Uses of Class
software.amazon.awssdk.services.route53.model.ListGeoLocationsResponse
Packages that use ListGeoLocationsResponse
Package
Description
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 ListGeoLocationsResponseModifier and TypeMethodDescriptiondefault 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 ListGeoLocationsResponseModifier and TypeMethodDescriptionRoute53AsyncClient.listGeoLocations()Retrieves a list of supported geographic locations.Route53AsyncClient.listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest) Retrieves a list of supported geographic locations.Route53AsyncClient.listGeoLocations(ListGeoLocationsRequest listGeoLocationsRequest) Retrieves a list of supported geographic locations.