Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.services.cloudcontrol.model -
-
Uses of Operation in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return Operation Modifier and Type Method Description static OperationOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationProgressEvent. operation()The resource operation type.static OperationOperation. valueOf(String name)Returns 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 Operation Modifier and Type Method Description static Set<Operation>Operation. knownValues()List<Operation>ResourceRequestStatusFilter. operations()The operation types to include in the filter.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type Operation Modifier and Type Method Description ProgressEvent.BuilderProgressEvent.Builder. operation(Operation operation)The resource operation type.ResourceRequestStatusFilter.BuilderResourceRequestStatusFilter.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 Operation Modifier and Type Method Description ResourceRequestStatusFilter.BuilderResourceRequestStatusFilter.Builder. operations(Collection<Operation> operations)The operation types to include in the filter.
-