Uses of Class
software.amazon.awssdk.services.b2bi.model.TransformerStatus
-
Packages that use TransformerStatus Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of TransformerStatus in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return TransformerStatus Modifier and Type Method Description static TransformerStatusTransformerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransformerStatusCreateTransformerResponse. status()Returns the state of the newly created transformer.TransformerStatusGetTransformerResponse. status()Returns the state of the newly created transformer.TransformerStatusTransformerSummary. status()Returns the state of the newly created transformer.TransformerStatusUpdateTransformerRequest. status()Specifies the transformer's status.TransformerStatusUpdateTransformerResponse. status()Returns the state of the newly created transformer.static TransformerStatusTransformerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformerStatus[]TransformerStatus. 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 TransformerStatus Modifier and Type Method Description static Set<TransformerStatus>TransformerStatus. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type TransformerStatus Modifier and Type Method Description CreateTransformerResponse.BuilderCreateTransformerResponse.Builder. status(TransformerStatus status)Returns the state of the newly created transformer.GetTransformerResponse.BuilderGetTransformerResponse.Builder. status(TransformerStatus status)Returns the state of the newly created transformer.TransformerSummary.BuilderTransformerSummary.Builder. status(TransformerStatus status)Returns the state of the newly created transformer.UpdateTransformerRequest.BuilderUpdateTransformerRequest.Builder. status(TransformerStatus status)Specifies the transformer's status.UpdateTransformerResponse.BuilderUpdateTransformerResponse.Builder. status(TransformerStatus status)Returns the state of the newly created transformer.
-