Uses of Enum
com.amazonaws.services.ec2.model.SnapshotAttributeName
Packages that use SnapshotAttributeName
-
Uses of SnapshotAttributeName in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotAttributeNameModifier and TypeMethodDescriptionstatic SnapshotAttributeName
Use this in place of valueOf.static SnapshotAttributeName
Returns the enum constant of this type with the specified name.static SnapshotAttributeName[]
SnapshotAttributeName.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 SnapshotAttributeNameModifier and TypeMethodDescriptionvoid
DescribeSnapshotAttributeRequest.setAttribute
(SnapshotAttributeName attribute) The snapshot attribute you would like to view.void
ModifySnapshotAttributeRequest.setAttribute
(SnapshotAttributeName attribute) The snapshot attribute to modify.void
ResetSnapshotAttributeRequest.setAttribute
(SnapshotAttributeName attribute) The attribute to reset.DescribeSnapshotAttributeRequest.withAttribute
(SnapshotAttributeName attribute) The snapshot attribute you would like to view.ModifySnapshotAttributeRequest.withAttribute
(SnapshotAttributeName attribute) The snapshot attribute to modify.ResetSnapshotAttributeRequest.withAttribute
(SnapshotAttributeName attribute) The attribute to reset.Constructors in com.amazonaws.services.ec2.model with parameters of type SnapshotAttributeNameModifierConstructorDescriptionDescribeSnapshotAttributeRequest
(String snapshotId, SnapshotAttributeName attribute) Constructs a new DescribeSnapshotAttributeRequest object.ModifySnapshotAttributeRequest
(String snapshotId, SnapshotAttributeName attribute, OperationType operationType) Constructs a new ModifySnapshotAttributeRequest object.ResetSnapshotAttributeRequest
(String snapshotId, SnapshotAttributeName attribute) Constructs a new ResetSnapshotAttributeRequest object.