Uses of Enum
software.amazon.awssdk.services.cloudcontrol.model.Operation
Packages that use Operation
-
Uses of Operation in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return OperationModifier and TypeMethodDescriptionstatic OperationUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OperationProgressEvent.operation()The resource operation type.static OperationReturns the enum constant of this type with the specified name.static Operation[]Operation.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 OperationModifier and TypeMethodDescriptionOperation.knownValues()ResourceRequestStatusFilter.operations()The operation types to include in the filter.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type OperationModifier and TypeMethodDescriptionThe resource operation type.ResourceRequestStatusFilter.Builder.operations(Operation... operations) The operation types to include in the filter.Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type OperationModifier and TypeMethodDescriptionResourceRequestStatusFilter.Builder.operations(Collection<Operation> operations) The operation types to include in the filter.