Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachVolumeRequest.Builder
Packages that use AttachVolumeRequest.Builder
Package
Description
-
Uses of AttachVolumeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachVolumeRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic AttachVolumeRequest.BuilderAttachVolumeRequest.builder()The device name (for example,/dev/sdhorxvdh).Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachVolumeRequest.Builder.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.AttachVolumeRequest.Builder.instanceId(String instanceId) The ID of the instance.AttachVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AttachVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AttachVolumeRequest.toBuilder()The ID of the EBS volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachVolumeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttachVolumeRequest.Builder>AttachVolumeRequest.serializableBuilderClass()