Uses of Class
software.amazon.awssdk.services.transfer.model.ExecutionErrorType
-
Packages that use ExecutionErrorType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ExecutionErrorType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ExecutionErrorType Modifier and Type Method Description static ExecutionErrorTypeExecutionErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionErrorTypeExecutionError. type()Specifies the error type.static ExecutionErrorTypeExecutionErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionErrorType[]ExecutionErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ExecutionErrorType Modifier and Type Method Description static Set<ExecutionErrorType>ExecutionErrorType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type ExecutionErrorType Modifier and Type Method Description ExecutionError.BuilderExecutionError.Builder. type(ExecutionErrorType type)Specifies the error type.
-