Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ExecutionStatusCode
-
Packages that use ExecutionStatusCode Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ExecutionStatusCode in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ExecutionStatusCode Modifier and Type Method Description static ExecutionStatusCodeExecutionStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionStatusCodeExecutionStatus. statusCode()The code for the status of the execution.static ExecutionStatusCodeExecutionStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStatusCode[]ExecutionStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ExecutionStatusCode Modifier and Type Method Description static Set<ExecutionStatusCode>ExecutionStatusCode. knownValues()Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ExecutionStatusCode Modifier and Type Method Description ExecutionStatus.BuilderExecutionStatus.Builder. statusCode(ExecutionStatusCode statusCode)The code for the status of the execution.
-