Uses of Interface
software.amazon.awssdk.services.route53.model.GetGeoLocationRequest.Builder
-
Packages that use GetGeoLocationRequest.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 GetGeoLocationRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetGeoLocationRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetGeoLocationRequest.BuilderGetGeoLocationRequest. builder()GetGeoLocationRequest.BuilderGetGeoLocationRequest.Builder. continentCode(String continentCode)For geolocation resource record sets, a two-letter abbreviation that identifies a continent.GetGeoLocationRequest.BuilderGetGeoLocationRequest.Builder. countryCode(String countryCode)Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.GetGeoLocationRequest.BuilderGetGeoLocationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGeoLocationRequest.BuilderGetGeoLocationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGeoLocationRequest.BuilderGetGeoLocationRequest.Builder. subdivisionCode(String subdivisionCode)The code for the subdivision, such as a particular state within the United States.GetGeoLocationRequest.BuilderGetGeoLocationRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetGeoLocationRequest.Builder Modifier and Type Method Description static Class<? extends GetGeoLocationRequest.Builder>GetGeoLocationRequest. serializableBuilderClass()
-