Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachVolumeRequest.Builder
-
Packages that use AttachVolumeRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of AttachVolumeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachVolumeRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachVolumeResponse>Ec2AsyncClient. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Attaches an Amazon EBS volume to arunningorstoppedinstance, and exposes it to the instance with the specified device name.default AttachVolumeResponseEc2Client. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Attaches an Amazon EBS volume to arunningorstoppedinstance, and exposes it to the instance with the specified device name. -
Uses of AttachVolumeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttachVolumeRequest.Builder Modifier and Type Method Description static AttachVolumeRequest.BuilderAttachVolumeRequest. builder()AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. device(String device)The device name (for example,/dev/sdhorxvdh).AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. instanceId(String instanceId)The ID of the instance.AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachVolumeRequest.BuilderAttachVolumeRequest. toBuilder()AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. volumeId(String volumeId)The ID of the EBS volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachVolumeRequest.Builder Modifier and Type Method Description static Class<? extends AttachVolumeRequest.Builder>AttachVolumeRequest. serializableBuilderClass()
-