Uses of Class
software.amazon.awssdk.services.glue.model.TransformStatusType
-
Packages that use TransformStatusType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TransformStatusType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TransformStatusType Modifier and Type Method Description static TransformStatusTypeTransformStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransformStatusTypeGetMlTransformResponse. status()The last known status of the transform (to indicate whether it can be used or not).TransformStatusTypeMLTransform. status()The current status of the machine learning transform.TransformStatusTypeTransformFilterCriteria. status()Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not).static TransformStatusTypeTransformStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformStatusType[]TransformStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TransformStatusType Modifier and Type Method Description static Set<TransformStatusType>TransformStatusType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TransformStatusType Modifier and Type Method Description GetMlTransformResponse.BuilderGetMlTransformResponse.Builder. status(TransformStatusType status)The last known status of the transform (to indicate whether it can be used or not).MLTransform.BuilderMLTransform.Builder. status(TransformStatusType status)The current status of the machine learning transform.TransformFilterCriteria.BuilderTransformFilterCriteria.Builder. status(TransformStatusType status)Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not).
-