Uses of Class
com.amazonaws.services.ec2.model.CreateVolumeResult
Packages that use CreateVolumeResult
-
Uses of CreateVolumeResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVolumeResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createVolume(CreateVolumeRequest request) AmazonEC2.createVolume(CreateVolumeRequest createVolumeRequest) Creates an EBS volume that can be attached to an instance in the same Availability Zone.AmazonEC2Client.createVolume(CreateVolumeRequest createVolumeRequest) Creates an EBS volume that can be attached to an instance in the same Availability Zone.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVolumeResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVolumeAsync(CreateVolumeRequest request) AbstractAmazonEC2Async.createVolumeAsync(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest, CreateVolumeResult> asyncHandler) AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest) Creates an EBS volume that can be attached to an instance in the same Availability Zone.AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult> asyncHandler) Creates an EBS volume that can be attached to an instance in the same Availability Zone.AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest request) AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest, CreateVolumeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVolumeResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVolumeAsync(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest, CreateVolumeResult> asyncHandler) AmazonEC2Async.createVolumeAsync(CreateVolumeRequest createVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult> asyncHandler) Creates an EBS volume that can be attached to an instance in the same Availability Zone.AmazonEC2AsyncClient.createVolumeAsync(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest, CreateVolumeResult> asyncHandler) -
Uses of CreateVolumeResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVolumeResultModifier and TypeMethodDescriptionCreateVolumeResult.clone()CreateVolumeResult.withVolume(Volume volume) Describes a volume.