Uses of Interface
software.amazon.awssdk.services.route53.model.ListGeoLocationsRequest.Builder
Packages that use ListGeoLocationsRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListGeoLocationsRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListGeoLocationsRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.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.BuilderModifier and TypeMethodDescriptionListGeoLocationsRequest.builder()(Optional) The maximum number of geolocations to be included in the response body for this request.ListGeoLocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListGeoLocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListGeoLocationsRequest.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.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.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.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListGeoLocationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListGeoLocationsRequest.Builder>ListGeoLocationsRequest.serializableBuilderClass()