Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobConfig
-
Packages that use VectorEnrichmentJobConfig Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobConfig in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobConfig Modifier and Type Method Description static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromMapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)Create an instance of this class withmapMatchingConfig()initialized to the given value.static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromMapMatchingConfig(MapMatchingConfig mapMatchingConfig)Create an instance of this class withmapMatchingConfig()initialized to the given value.static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromReverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)Create an instance of this class withreverseGeocodingConfig()initialized to the given value.static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)Create an instance of this class withreverseGeocodingConfig()initialized to the given value.VectorEnrichmentJobConfigGetVectorEnrichmentJobResponse. jobConfig()An object containing information about the job configuration.VectorEnrichmentJobConfigStartVectorEnrichmentJobRequest. jobConfig()An object containing information about the job configuration.VectorEnrichmentJobConfigStartVectorEnrichmentJobResponse. jobConfig()An object containing information about the job configuration.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobConfig Modifier and Type Method Description GetVectorEnrichmentJobResponse.BuilderGetVectorEnrichmentJobResponse.Builder. jobConfig(VectorEnrichmentJobConfig jobConfig)An object containing information about the job configuration.StartVectorEnrichmentJobRequest.BuilderStartVectorEnrichmentJobRequest.Builder. jobConfig(VectorEnrichmentJobConfig jobConfig)An object containing information about the job configuration.StartVectorEnrichmentJobResponse.BuilderStartVectorEnrichmentJobResponse.Builder. jobConfig(VectorEnrichmentJobConfig jobConfig)An object containing information about the job configuration.
-