Uses of Class
com.amazonaws.services.ec2.model.CreateSnapshotResult
Packages that use CreateSnapshotResult
-
Uses of CreateSnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateSnapshotResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateSnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 CreateSnapshotResultModifier 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 CreateSnapshotResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateSnapshotResultModifier and TypeMethodDescriptionCreateSnapshotResult.clone()
CreateSnapshotResult.withSnapshot
(Snapshot snapshot) Describes a snapshot.