Uses of Class
com.amazonaws.services.ec2.model.CreateSnapshotRequest
Packages that use CreateSnapshotRequest
-
Uses of CreateSnapshotRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createSnapshot
(CreateSnapshotRequest request) AmazonEC2.createSnapshot
(CreateSnapshotRequest createSnapshotRequest) Creates a snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2Client.createSnapshot
(CreateSnapshotRequest createSnapshotRequest) Creates a snapshot of an EBS volume and stores it in Amazon S3.AbstractAmazonEC2Async.createSnapshotAsync
(CreateSnapshotRequest request) AbstractAmazonEC2Async.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) AmazonEC2Async.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest) Creates a snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2Async.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) Creates a snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2AsyncClient.createSnapshotAsync
(CreateSnapshotRequest request) AmazonEC2AsyncClient.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) AmazonEC2Async.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) Creates a snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2AsyncClient.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult> asyncHandler) -
Uses of CreateSnapshotRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateSnapshotRequestModifier and TypeMethodDescriptionCreateSnapshotRequest.clone()
CreateSnapshotRequest.withDescription
(String description) A description for the snapshot.CreateSnapshotRequest.withVolumeId
(String volumeId) The ID of the EBS volume.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateSnapshotRequestModifier and TypeMethodDescriptionCreateSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.