Uses of Class
software.amazon.awssdk.services.braket.model.CancellationStatus
-
Packages that use CancellationStatus Package Description software.amazon.awssdk.services.braket.model -
-
Uses of CancellationStatus in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return CancellationStatus Modifier and Type Method Description CancellationStatusCancelJobResponse. cancellationStatus()The status of the job cancellation request.CancellationStatusCancelQuantumTaskResponse. cancellationStatus()The status of the cancellation request.static CancellationStatusCancellationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CancellationStatusCancellationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CancellationStatus[]CancellationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type CancellationStatus Modifier and Type Method Description static Set<CancellationStatus>CancellationStatus. knownValues()Methods in software.amazon.awssdk.services.braket.model with parameters of type CancellationStatus Modifier and Type Method Description CancelJobResponse.BuilderCancelJobResponse.Builder. cancellationStatus(CancellationStatus cancellationStatus)The status of the job cancellation request.CancelQuantumTaskResponse.BuilderCancelQuantumTaskResponse.Builder. cancellationStatus(CancellationStatus cancellationStatus)The status of the cancellation request.
-