Uses of Class
com.amazonaws.services.ec2.model.SnapshotAttributeName
-
Packages that use SnapshotAttributeName Package Description com.amazonaws.services.ec2.model -
-
Uses of SnapshotAttributeName in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotAttributeName Modifier and Type Method Description static SnapshotAttributeName
SnapshotAttributeName. fromValue(String value)
Use this in place of valueOf.static SnapshotAttributeName
SnapshotAttributeName. valueOf(String name)
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 SnapshotAttributeName Modifier and Type Method Description void
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
DescribeSnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.ModifySnapshotAttributeRequest
ModifySnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.ResetSnapshotAttributeRequest
ResetSnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)
The attribute to reset.Constructors in com.amazonaws.services.ec2.model with parameters of type SnapshotAttributeName Constructor Description DescribeSnapshotAttributeRequest(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.
-