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

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

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

Methods in com.amazonaws.services.ec2.model that return ResetImageAttributeName
static ResetImageAttributeName ResetImageAttributeName.fromValue(String value)
          Use this in place of valueOf.
static ResetImageAttributeName ResetImageAttributeName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResetImageAttributeName[] ResetImageAttributeName.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 ResetImageAttributeName
 void ResetImageAttributeRequest.setAttribute(ResetImageAttributeName attribute)
          The attribute to reset (currently you can only reset the launch permission attribute).
 ResetImageAttributeRequest ResetImageAttributeRequest.withAttribute(ResetImageAttributeName attribute)
          The attribute to reset (currently you can only reset the launch permission attribute).
 

Constructors in com.amazonaws.services.ec2.model with parameters of type ResetImageAttributeName
ResetImageAttributeRequest(String imageId, ResetImageAttributeName attribute)
          Constructs a new ResetImageAttributeRequest object.
 



Copyright © 2016. All rights reserved.