Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ReverseGeocodingConfig
-
Packages that use ReverseGeocodingConfig Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ReverseGeocodingConfig in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return ReverseGeocodingConfig Modifier and Type Method Description ReverseGeocodingConfigVectorEnrichmentJobConfig. reverseGeocodingConfig()The input structure for Reverse Geocoding operation type.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type ReverseGeocodingConfig Modifier and Type Method Description static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)Create an instance of this class withVectorEnrichmentJobConfig.reverseGeocodingConfig()initialized to the given value.VectorEnrichmentJobConfig.BuilderVectorEnrichmentJobConfig.Builder. reverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)The input structure for Reverse Geocoding operation type.
-