Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVolumeResponse
Packages that use CreateVolumeResponse
-
Uses of CreateVolumeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVolumeResponseModifier and TypeMethodDescriptiondefault 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 CreateVolumeResponseModifier and TypeMethodDescriptiondefault 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.