Uses of Enum
com.amazonaws.services.ec2.model.OperationType
Packages that use OperationType
-
Uses of OperationType in com.amazonaws.services.ec2.model
Subclasses with type arguments of type OperationType in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeUse this in place of valueOf.static OperationTypeReturns the enum constant of this type with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidModifyImageAttributeRequest.setOperationType(OperationType operationType) The operation type.voidModifySnapshotAttributeRequest.setOperationType(OperationType operationType) The type of operation to perform to the attribute.ModifyImageAttributeRequest.withOperationType(OperationType operationType) The operation type.ModifySnapshotAttributeRequest.withOperationType(OperationType operationType) The type of operation to perform to the attribute.Constructors in com.amazonaws.services.ec2.model with parameters of type OperationTypeModifierConstructorDescriptionModifySnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute, OperationType operationType) Constructs a new ModifySnapshotAttributeRequest object.