Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ExecutionStatusReason
-
Packages that use ExecutionStatusReason Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ExecutionStatusReason in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ExecutionStatusReason Modifier and Type Method Description static ExecutionStatusReasonExecutionStatusReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionStatusReasonExecutionStatus. statusReason()The reason for the failed status.ExecutionStatusReasonExportStatus. statusReason()The description for the status code.static ExecutionStatusReasonExecutionStatusReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStatusReason[]ExecutionStatusReason. 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 ExecutionStatusReason Modifier and Type Method Description static Set<ExecutionStatusReason>ExecutionStatusReason. knownValues()Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ExecutionStatusReason Modifier and Type Method Description ExecutionStatus.BuilderExecutionStatus.Builder. statusReason(ExecutionStatusReason statusReason)The reason for the failed status.ExportStatus.BuilderExportStatus.Builder. statusReason(ExecutionStatusReason statusReason)The description for the status code.
-