Uses of Class
com.amazonaws.services.ec2.model.OperationType
-
Packages that use OperationType Package Description com.amazonaws.services.ec2.model -
-
Uses of OperationType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return OperationType Modifier and Type Method Description static OperationTypeOperationType. fromValue(String value)Use this in place of valueOf.static OperationTypeOperationType. valueOf(String name)Returns 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 OperationType Modifier and Type Method Description voidModifyImageAttributeRequest. setOperationType(OperationType operationType)The operation type.voidModifySnapshotAttributeRequest. setOperationType(OperationType operationType)The type of operation to perform to the attribute.ModifyImageAttributeRequestModifyImageAttributeRequest. withOperationType(OperationType operationType)The operation type.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withOperationType(OperationType operationType)The type of operation to perform to the attribute.Constructors in com.amazonaws.services.ec2.model with parameters of type OperationType Constructor Description ModifySnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute, OperationType operationType)Constructs a new ModifySnapshotAttributeRequest object.
-