Uses of Interface
software.amazon.awssdk.services.route53.model.GetGeoLocationRequest.Builder
Packages that use GetGeoLocationRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetGeoLocationRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetGeoLocationRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetGeoLocationResponse>Route53AsyncClient.getGeoLocation(Consumer<GetGeoLocationRequest.Builder> getGeoLocationRequest) Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.default GetGeoLocationResponseRoute53Client.getGeoLocation(Consumer<GetGeoLocationRequest.Builder> getGeoLocationRequest) Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets. -
Uses of GetGeoLocationRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetGeoLocationRequest.BuilderModifier and TypeMethodDescriptionGetGeoLocationRequest.builder()GetGeoLocationRequest.Builder.continentCode(String continentCode) For geolocation resource record sets, a two-letter abbreviation that identifies a continent.GetGeoLocationRequest.Builder.countryCode(String countryCode) Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.GetGeoLocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetGeoLocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetGeoLocationRequest.Builder.subdivisionCode(String subdivisionCode) The code for the subdivision, such as a particular state within the United States.GetGeoLocationRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetGeoLocationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetGeoLocationRequest.Builder>GetGeoLocationRequest.serializableBuilderClass()