Uses of Enum
software.amazon.awssdk.services.cloudcontrol.model.OperationStatus
Packages that use OperationStatus
-
Uses of OperationStatus in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return OperationStatusModifier and TypeMethodDescriptionstatic OperationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OperationStatusProgressEvent.operationStatus()The current status of the resource operation request.static OperationStatusReturns 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 OperationStatusModifier and TypeMethodDescriptionstatic Set<OperationStatus>OperationStatus.knownValues()final List<OperationStatus>ResourceRequestStatusFilter.operationStatuses()The operation statuses to include in the filter.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type OperationStatusModifier and TypeMethodDescriptionProgressEvent.Builder.operationStatus(OperationStatus operationStatus) The current status of the resource operation request.ResourceRequestStatusFilter.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 OperationStatusModifier and TypeMethodDescriptionResourceRequestStatusFilter.Builder.operationStatuses(Collection<OperationStatus> operationStatuses) The operation statuses to include in the filter.