Uses of Interface
software.amazon.awssdk.services.ec2.model.CopyVolumesRequest.Builder
Packages that use CopyVolumesRequest.Builder
Package
Description
-
Uses of CopyVolumesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CopyVolumesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CopyVolumesResponse>Ec2AsyncClient.copyVolumes(Consumer<CopyVolumesRequest.Builder> copyVolumesRequest) Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone.default CopyVolumesResponseEc2Client.copyVolumes(Consumer<CopyVolumesRequest.Builder> copyVolumesRequest) Creates a crash-consistent, point-in-time copy of an existing Amazon EBS volume within the same Availability Zone. -
Uses of CopyVolumesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CopyVolumesRequest.BuilderModifier and TypeMethodDescriptionstatic CopyVolumesRequest.BuilderCopyVolumesRequest.builder()CopyVolumesRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The number of I/O operations per second (IOPS) to provision for the volume copy.CopyVolumesRequest.Builder.multiAttachEnabled(Boolean multiAttachEnabled) Indicates whether to enable Amazon EBS Multi-Attach for the volume copy.CopyVolumesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopyVolumesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The size of the volume copy, in GiBs.CopyVolumesRequest.Builder.sourceVolumeId(String sourceVolumeId) The ID of the source EBS volume to copy.CopyVolumesRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the volume copy during creation.CopyVolumesRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the volume copy during creation.CopyVolumesRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the volume copy during creation.CopyVolumesRequest.Builder.throughput(Integer throughput) The throughput to provision for the volume copy, in MiB/s.CopyVolumesRequest.toBuilder()CopyVolumesRequest.Builder.volumeType(String volumeType) The volume type for the volume copy.CopyVolumesRequest.Builder.volumeType(VolumeType volumeType) The volume type for the volume copy.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CopyVolumesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyVolumesRequest.Builder>CopyVolumesRequest.serializableBuilderClass()