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

Packages that use ModifyImageAttributeRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of ModifyImageAttributeRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type ModifyImageAttributeRequest
 void AmazonEC2.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
           The ModifyImageAttribute operation modifies an attribute of an AMI.
 void AmazonEC2Client.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
           The ModifyImageAttribute operation modifies an attribute of an AMI.
 Future<Void> AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest)
           The ModifyImageAttribute operation modifies an attribute of an AMI.
 Future<Void> AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest)
           The ModifyImageAttribute operation modifies an attribute of an AMI.
 

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

Methods in com.amazonaws.services.ec2.model that return ModifyImageAttributeRequest
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withAttribute(String attribute)
          The name of the AMI attribute you want to modify.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withImageId(String imageId)
          The ID of the AMI whose attribute you want to modify.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withOperationType(String operationType)
          The type of operation being requested.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withProductCodes(Collection<String> productCodes)
          The list of product codes being added to or removed from the specified AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withProductCodes(String... productCodes)
          The list of product codes being added to or removed from the specified AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserGroups(Collection<String> userGroups)
          The user group being added to or removed from the list of user groups with launch permissions for this AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserGroups(String... userGroups)
          The user group being added to or removed from the list of user groups with launch permissions for this AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserIds(Collection<String> userIds)
          The AWS user ID being added to or removed from the list of users with launch permissions for this AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserIds(String... userIds)
          The AWS user ID being added to or removed from the list of users with launch permissions for this AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withValue(String value)
          The value of the attribute being modified.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.