Uses of Class
com.amazonaws.services.ec2.model.CreateSnapshotResult
-
Packages that use CreateSnapshotResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateSnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateSnapshotResult Modifier and Type Method Description CreateSnapshotResultAbstractAmazonEC2. createSnapshot(CreateSnapshotRequest request)CreateSnapshotResultAmazonEC2. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of an EBS volume and stores it in Amazon S3.CreateSnapshotResultAmazonEC2Client. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of an EBS volume and stores it in Amazon S3.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateSnapshotResult 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 CreateSnapshotResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateSnapshotResult Modifier and Type Method Description CreateSnapshotResultCreateSnapshotResult. clone()CreateSnapshotResultCreateSnapshotResult. withSnapshot(Snapshot snapshot)Describes a snapshot.
-