Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVolumeRequest
Packages that use CreateVolumeRequest
Package
Description
-
Uses of CreateVolumeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateVolumeRequestModifier and TypeMethodDescriptiondefault CompletableFuture<CreateVolumeResponse>Ec2AsyncClient.createVolume(CreateVolumeRequest 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. -
Uses of CreateVolumeRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateVolumeRequestModifier and TypeMethodDescriptionCreateVolumeRequestMarshaller.marshall(CreateVolumeRequest createVolumeRequest)