Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.OperationStatus
-
Packages that use OperationStatus Package Description software.amazon.awssdk.services.cloudcontrol.model -
-
Uses of OperationStatus in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return OperationStatus Modifier and Type Method Description static OperationStatusOperationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationStatusProgressEvent. operationStatus()The current status of the resource operation request.static OperationStatusOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationStatus[]OperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type OperationStatus Modifier and Type Method Description static Set<OperationStatus>OperationStatus. knownValues()List<OperationStatus>ResourceRequestStatusFilter. operationStatuses()The operation statuses to include in the filter.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type OperationStatus Modifier and Type Method Description ProgressEvent.BuilderProgressEvent.Builder. operationStatus(OperationStatus operationStatus)The current status of the resource operation request.ResourceRequestStatusFilter.BuilderResourceRequestStatusFilter.Builder. operationStatuses(OperationStatus... operationStatuses)The operation statuses to include in the filter.Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type OperationStatus Modifier and Type Method Description ResourceRequestStatusFilter.BuilderResourceRequestStatusFilter.Builder. operationStatuses(Collection<OperationStatus> operationStatuses)The operation statuses to include in the filter.
-