Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ExecutionStatus in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ExecutionStatus Modifier and Type Method Description ExecutionStatusExecutionReference. executionStatus()The status of this specific execution.ExecutionStatusGetExecutionResponse. executionStatus()The status of this specific execution.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ExecutionStatus Modifier and Type Method Description ExecutionReference.BuilderExecutionReference.Builder. executionStatus(ExecutionStatus executionStatus)The status of this specific execution.GetExecutionResponse.BuilderGetExecutionResponse.Builder. executionStatus(ExecutionStatus executionStatus)The status of this specific execution.
-