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 SnapshotAttributeNameSnapshotAttributeName. fromValue(String value)Use this in place of valueOf.static SnapshotAttributeNameSnapshotAttributeName. 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 voidDescribeSnapshotAttributeRequest. setAttribute(SnapshotAttributeName attribute)The snapshot attribute you would like to view.voidModifySnapshotAttributeRequest. setAttribute(SnapshotAttributeName attribute)The snapshot attribute to modify.voidResetSnapshotAttributeRequest. setAttribute(SnapshotAttributeName attribute)The attribute to reset.DescribeSnapshotAttributeRequestDescribeSnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)The snapshot attribute you would like to view.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)The snapshot attribute to modify.ResetSnapshotAttributeRequestResetSnapshotAttributeRequest. 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.
-