Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobType
-
Packages that use VectorEnrichmentJobType Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobType in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobType Modifier and Type Method Description static VectorEnrichmentJobTypeVectorEnrichmentJobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VectorEnrichmentJobTypeGetVectorEnrichmentJobResponse. type()The type of the Vector Enrichment job being initiated.VectorEnrichmentJobTypeListVectorEnrichmentJobOutputConfig. type()The type of the list of Vector Enrichment jobs.VectorEnrichmentJobTypeStartVectorEnrichmentJobResponse. type()The type of the Vector Enrichment job.static VectorEnrichmentJobTypeVectorEnrichmentJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorEnrichmentJobType[]VectorEnrichmentJobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type VectorEnrichmentJobType Modifier and Type Method Description static Set<VectorEnrichmentJobType>VectorEnrichmentJobType. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobType Modifier and Type Method Description GetVectorEnrichmentJobResponse.BuilderGetVectorEnrichmentJobResponse.Builder. type(VectorEnrichmentJobType type)The type of the Vector Enrichment job being initiated.ListVectorEnrichmentJobOutputConfig.BuilderListVectorEnrichmentJobOutputConfig.Builder. type(VectorEnrichmentJobType type)The type of the list of Vector Enrichment jobs.StartVectorEnrichmentJobResponse.BuilderStartVectorEnrichmentJobResponse.Builder. type(VectorEnrichmentJobType type)The type of the Vector Enrichment job.
-