Uses of Interface
software.amazon.awssdk.services.route53.model.GetGeoLocationResponse.Builder
-
Packages that use GetGeoLocationResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of GetGeoLocationResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetGeoLocationResponse.Builder Modifier and Type Method Description static GetGeoLocationResponse.BuilderGetGeoLocationResponse. builder()default GetGeoLocationResponse.BuilderGetGeoLocationResponse.Builder. geoLocationDetails(Consumer<GeoLocationDetails.Builder> geoLocationDetails)A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.GetGeoLocationResponse.BuilderGetGeoLocationResponse.Builder. geoLocationDetails(GeoLocationDetails geoLocationDetails)A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.GetGeoLocationResponse.BuilderGetGeoLocationResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetGeoLocationResponse.Builder Modifier and Type Method Description static Class<? extends GetGeoLocationResponse.Builder>GetGeoLocationResponse. serializableBuilderClass()
-