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

Packages that use CreateVolumeRequest
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 CreateVolumeRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateVolumeRequest
 CreateVolumeResult AmazonEC2Client.createVolume(CreateVolumeRequest createVolumeRequest)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 CreateVolumeResult AmazonEC2.createVolume(CreateVolumeRequest createVolumeRequest)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 Future<CreateVolumeResult> AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest createVolumeRequest)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 Future<CreateVolumeResult> AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 Future<CreateVolumeResult> AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest createVolumeRequest, AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 Future<CreateVolumeResult> AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest, AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVolumeRequest
 Future<CreateVolumeResult> AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest createVolumeRequest, AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 Future<CreateVolumeResult> AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest, AsyncHandler<CreateVolumeRequest,CreateVolumeResult> asyncHandler)
           Creates an Amazon EBS volume that can be attached to an instance in the same Availability Zone.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateVolumeRequest
 CreateVolumeRequest CreateVolumeRequest.withAvailabilityZone(String availabilityZone)
          The Availability Zone in which to create the volume.
 CreateVolumeRequest CreateVolumeRequest.withEncrypted(Boolean encrypted)
          Specifies whether the volume should be encrypted.
 CreateVolumeRequest CreateVolumeRequest.withIops(Integer iops)
          The number of I/O operations per second (IOPS) that the volume supports.
 CreateVolumeRequest CreateVolumeRequest.withSize(Integer size)
          The size of the volume, in GiBs.
 CreateVolumeRequest CreateVolumeRequest.withSnapshotId(String snapshotId)
          The snapshot from which to create the volume.
 CreateVolumeRequest CreateVolumeRequest.withVolumeType(String volumeType)
          The volume type.
 CreateVolumeRequest CreateVolumeRequest.withVolumeType(VolumeType volumeType)
          The volume type.
 

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



Copyright © 2016. All rights reserved.