Uses of Class
com.amazonaws.services.ec2.model.ModifyImageAttributeRequest
Packages that use ModifyImageAttributeRequest
-
Uses of ModifyImageAttributeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ModifyImageAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.modifyImageAttribute(ModifyImageAttributeRequest request) AmazonEC2.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.AmazonEC2Client.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.AbstractAmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest request) AbstractAmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest request, AsyncHandler<ModifyImageAttributeRequest, ModifyImageAttributeResult> asyncHandler) AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest, AsyncHandler<ModifyImageAttributeRequest, ModifyImageAttributeResult> asyncHandler) Modifies the specified attribute of the specified AMI.AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest request) AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest request, AsyncHandler<ModifyImageAttributeRequest, ModifyImageAttributeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyImageAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest request, AsyncHandler<ModifyImageAttributeRequest, ModifyImageAttributeResult> asyncHandler) AmazonEC2Async.modifyImageAttributeAsync(ModifyImageAttributeRequest modifyImageAttributeRequest, AsyncHandler<ModifyImageAttributeRequest, ModifyImageAttributeResult> asyncHandler) Modifies the specified attribute of the specified AMI.AmazonEC2AsyncClient.modifyImageAttributeAsync(ModifyImageAttributeRequest request, AsyncHandler<ModifyImageAttributeRequest, ModifyImageAttributeResult> asyncHandler) -
Uses of ModifyImageAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifyImageAttributeRequestModifier and TypeMethodDescriptionModifyImageAttributeRequest.clone()ModifyImageAttributeRequest.withAttribute(String attribute) The name of the attribute to modify.ModifyImageAttributeRequest.withDescription(String description) A description for the AMI.ModifyImageAttributeRequest.withImageId(String imageId) The ID of the AMI.ModifyImageAttributeRequest.withLaunchPermission(LaunchPermissionModifications launchPermission) A launch permission modification.ModifyImageAttributeRequest.withOperationType(OperationType operationType) The operation type.ModifyImageAttributeRequest.withOperationType(String operationType) The operation type.ModifyImageAttributeRequest.withProductCodes(String... productCodes) One or more product codes.ModifyImageAttributeRequest.withProductCodes(Collection<String> productCodes) One or more product codes.ModifyImageAttributeRequest.withUserGroups(String... userGroups) One or more user groups.ModifyImageAttributeRequest.withUserGroups(Collection<String> userGroups) One or more user groups.ModifyImageAttributeRequest.withUserIds(String... userIds) One or more AWS account IDs.ModifyImageAttributeRequest.withUserIds(Collection<String> userIds) One or more AWS account IDs.The value of the attribute being modified.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyImageAttributeRequestModifier and TypeMethodDescriptionModifyImageAttributeRequest.getDryRunRequest()This method is intended for internal use only.