Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVolumeResponse
-
Packages that use CreateVolumeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateVolumeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVolumeResponse Modifier and Type Method Description default CreateVolumeResponseEc2Client. createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)Creates an EBS volume that can be attached to an instance in the same Availability Zone.default CreateVolumeResponseEc2Client. createVolume(CreateVolumeRequest createVolumeRequest)Creates an EBS volume that can be attached to an instance in the same Availability Zone.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVolumeResponse Modifier and Type Method Description default CompletableFuture<CreateVolumeResponse>Ec2AsyncClient. createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)Creates an EBS volume that can be attached to an instance in the same Availability Zone.default CompletableFuture<CreateVolumeResponse>Ec2AsyncClient. createVolume(CreateVolumeRequest createVolumeRequest)Creates an EBS volume that can be attached to an instance in the same Availability Zone.
-