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 AmazonEC2Client.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
           Modifies the specified attribute of the specified AMI.
 void AmazonEC2.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
           Modifies the specified attribute of the specified AMI.
 Future<Void> AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest)
           Modifies the specified attribute of the specified AMI.
 Future<Void> AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest)
           Modifies the specified attribute of the specified AMI.
 Future<Void> AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest, AsyncHandler<ModifyImageAttributeRequest,Void> asyncHandler)
           Modifies the specified attribute of the specified AMI.
 Future<Void> AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest, AsyncHandler<ModifyImageAttributeRequest,Void> asyncHandler)
           Modifies the specified attribute of the specified AMI.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyImageAttributeRequest
 Future<Void> AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest, AsyncHandler<ModifyImageAttributeRequest,Void> asyncHandler)
           Modifies the specified attribute of the specified AMI.
 Future<Void> AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest, AsyncHandler<ModifyImageAttributeRequest,Void> asyncHandler)
           Modifies the specified attribute of the specified 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 attribute to modify.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withDescription(String description)
          A description for the AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withImageId(String imageId)
          The ID of the AMI.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withLaunchPermission(LaunchPermissionModifications launchPermission)
          

 ModifyImageAttributeRequest ModifyImageAttributeRequest.withOperationType(String operationType)
          The operation type.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withProductCodes(Collection<String> productCodes)
          One or more product codes.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withProductCodes(String... productCodes)
          One or more product codes.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserGroups(Collection<String> userGroups)
          One or more user groups.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserGroups(String... userGroups)
          One or more user groups.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserIds(Collection<String> userIds)
          One or more AWS account IDs.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withUserIds(String... userIds)
          One or more AWS account IDs.
 ModifyImageAttributeRequest ModifyImageAttributeRequest.withValue(String value)
          The value of the attribute being modified.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyImageAttributeRequest
 Request<ModifyImageAttributeRequest> ModifyImageAttributeRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.