Uses of Class
com.amazonaws.services.ec2.model.SnapshotAttributeName

Packages that use SnapshotAttributeName
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of SnapshotAttributeName in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return SnapshotAttributeName
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
 void ResetSnapshotAttributeRequest.setAttribute(SnapshotAttributeName attribute)
          The attribute to reset (currently only the attribute for permission to create volumes can be reset).
 void ModifySnapshotAttributeRequest.setAttribute(SnapshotAttributeName attribute)
          The snapshot attribute to modify.
 void DescribeSnapshotAttributeRequest.setAttribute(SnapshotAttributeName attribute)
          The snapshot attribute you would like to view.
 ResetSnapshotAttributeRequest ResetSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
          The attribute to reset (currently only the attribute for permission to create volumes can be reset).
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
          The snapshot attribute to modify.
 DescribeSnapshotAttributeRequest DescribeSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
          The snapshot attribute you would like to view.
 

Constructors in com.amazonaws.services.ec2.model with parameters of type SnapshotAttributeName
DescribeSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
          Constructs a new DescribeSnapshotAttributeRequest object.
ModifySnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute, String operationType)
          Constructs a new ModifySnapshotAttributeRequest object.
ResetSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
          Constructs a new ResetSnapshotAttributeRequest object.
 



Copyright © 2016. All rights reserved.