Uses of Class
com.amazonaws.services.ec2.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateSnapshotRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateSnapshotRequest Modifier and Type Method Description Future<CreateSnapshotResult>AbstractAmazonEC2Async. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)Future<CreateSnapshotResult>AmazonEC2Async. createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)Creates a snapshot of an EBS volume and stores it in Amazon S3.Future<CreateSnapshotResult>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 CreateSnapshotRequest Modifier and Type Method Description CreateSnapshotRequestCreateSnapshotRequest. clone()CreateSnapshotRequestCreateSnapshotRequest. withDescription(String description)A description for the snapshot.CreateSnapshotRequestCreateSnapshotRequest. withVolumeId(String volumeId)The ID of the EBS volume.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateSnapshotRequest Modifier and Type Method Description Request<CreateSnapshotRequest>CreateSnapshotRequest. getDryRunRequest()This method is intended for internal use only.
-