Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withDescription(String description)
A description for the snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the snapshot during creation.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the snapshot during creation.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withVolumeId(String volumeId)
The ID of the Amazon EBS volume.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateSnapshotRequest> |
CreateSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.