Uses of Class
software.amazon.awssdk.services.b2bi.model.TransformerJobStatus
-
Packages that use TransformerJobStatus Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of TransformerJobStatus in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return TransformerJobStatus Modifier and Type Method Description static TransformerJobStatusTransformerJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransformerJobStatusGetTransformerJobResponse. status()Returns the current state of the transformer job, eitherrunning,succeeded, orfailed.static TransformerJobStatusTransformerJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformerJobStatus[]TransformerJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type TransformerJobStatus Modifier and Type Method Description static Set<TransformerJobStatus>TransformerJobStatus. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type TransformerJobStatus Modifier and Type Method Description GetTransformerJobResponse.BuilderGetTransformerJobResponse.Builder. status(TransformerJobStatus status)Returns the current state of the transformer job, eitherrunning,succeeded, orfailed.
-