Uses of Interface
software.amazon.awssdk.services.route53.model.ListGeoLocationsRequest.Builder
-
Packages that use ListGeoLocationsRequest.Builder 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.model -
-
Uses of ListGeoLocationsRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListGeoLocationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGeoLocationsResponse>Route53AsyncClient. listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest)Retrieves a list of supported geographic locations.default ListGeoLocationsResponseRoute53Client. listGeoLocations(Consumer<ListGeoLocationsRequest.Builder> listGeoLocationsRequest)Retrieves a list of supported geographic locations. -
Uses of ListGeoLocationsRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListGeoLocationsRequest.Builder Modifier and Type Method Description static ListGeoLocationsRequest.BuilderListGeoLocationsRequest. builder()ListGeoLocationsRequest.BuilderListGeoLocationsRequest.Builder. maxItems(String maxItems)(Optional) The maximum number of geolocations to be included in the response body for this request.ListGeoLocationsRequest.BuilderListGeoLocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGeoLocationsRequest.BuilderListGeoLocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGeoLocationsRequest.BuilderListGeoLocationsRequest.Builder. startContinentCode(String startContinentCode)The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation.ListGeoLocationsRequest.BuilderListGeoLocationsRequest.Builder. startCountryCode(String startCountryCode)The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation.ListGeoLocationsRequest.BuilderListGeoLocationsRequest.Builder. startSubdivisionCode(String startSubdivisionCode)The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation.ListGeoLocationsRequest.BuilderListGeoLocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListGeoLocationsRequest.Builder Modifier and Type Method Description static Class<? extends ListGeoLocationsRequest.Builder>ListGeoLocationsRequest. serializableBuilderClass()
-