Uses of Class
com.amazonaws.services.ec2.model.ModifyVolumeAttributeRequest
-
Packages that use ModifyVolumeAttributeRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifyVolumeAttributeRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyVolumeAttributeRequest Modifier and Type Method Description Future<ModifyVolumeAttributeResult>AbstractAmazonEC2Async. modifyVolumeAttributeAsync(ModifyVolumeAttributeRequest request, AsyncHandler<ModifyVolumeAttributeRequest,ModifyVolumeAttributeResult> asyncHandler)Future<ModifyVolumeAttributeResult>AmazonEC2Async. modifyVolumeAttributeAsync(ModifyVolumeAttributeRequest modifyVolumeAttributeRequest, AsyncHandler<ModifyVolumeAttributeRequest,ModifyVolumeAttributeResult> asyncHandler)Modifies a volume attribute.Future<ModifyVolumeAttributeResult>AmazonEC2AsyncClient. modifyVolumeAttributeAsync(ModifyVolumeAttributeRequest request, AsyncHandler<ModifyVolumeAttributeRequest,ModifyVolumeAttributeResult> asyncHandler) -
Uses of ModifyVolumeAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifyVolumeAttributeRequest Modifier and Type Method Description ModifyVolumeAttributeRequestModifyVolumeAttributeRequest. clone()ModifyVolumeAttributeRequestModifyVolumeAttributeRequest. withAutoEnableIO(Boolean autoEnableIO)Indicates whether the volume should be auto-enabled for I/O operations.ModifyVolumeAttributeRequestModifyVolumeAttributeRequest. withVolumeId(String volumeId)The ID of the volume.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyVolumeAttributeRequest Modifier and Type Method Description Request<ModifyVolumeAttributeRequest>ModifyVolumeAttributeRequest. getDryRunRequest()This method is intended for internal use only.
-