Uses of Class
software.amazon.awssdk.services.m2.model.BatchJobExecutionStatus
-
Packages that use BatchJobExecutionStatus Package Description software.amazon.awssdk.services.m2.model -
-
Uses of BatchJobExecutionStatus in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return BatchJobExecutionStatus Modifier and Type Method Description static BatchJobExecutionStatusBatchJobExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchJobExecutionStatusBatchJobExecutionSummary. status()The status of a particular batch job execution.BatchJobExecutionStatusGetBatchJobExecutionResponse. status()The status of the batch job execution.BatchJobExecutionStatusListBatchJobExecutionsRequest. status()The status of the batch job executions.static BatchJobExecutionStatusBatchJobExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchJobExecutionStatus[]BatchJobExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type BatchJobExecutionStatus Modifier and Type Method Description static Set<BatchJobExecutionStatus>BatchJobExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type BatchJobExecutionStatus Modifier and Type Method Description BatchJobExecutionSummary.BuilderBatchJobExecutionSummary.Builder. status(BatchJobExecutionStatus status)The status of a particular batch job execution.GetBatchJobExecutionResponse.BuilderGetBatchJobExecutionResponse.Builder. status(BatchJobExecutionStatus status)The status of the batch job execution.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. status(BatchJobExecutionStatus status)The status of the batch job executions.
-