| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and
identify the difference between two snapshots.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSnapshotResult> |
AmazonEBSAsyncClient.startSnapshotAsync(StartSnapshotRequest request,
AsyncHandler<StartSnapshotRequest,StartSnapshotResult> asyncHandler) |
Future<StartSnapshotResult> |
AmazonEBSAsync.startSnapshotAsync(StartSnapshotRequest startSnapshotRequest,
AsyncHandler<StartSnapshotRequest,StartSnapshotResult> asyncHandler)
Creates a new Amazon EBS snapshot.
|
Future<StartSnapshotResult> |
AbstractAmazonEBSAsync.startSnapshotAsync(StartSnapshotRequest request,
AsyncHandler<StartSnapshotRequest,StartSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSnapshotRequest |
StartSnapshotRequest.clone() |
StartSnapshotRequest |
StartSnapshotRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartSnapshotRequest |
StartSnapshotRequest.withDescription(String description)
A description for the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withEncrypted(Boolean encrypted)
Indicates whether to encrypt the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) to be used
to encrypt the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withParentSnapshotId(String parentSnapshotId)
The ID of the parent snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withTags(Collection<Tag> tags)
The tags to apply to the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withTags(Tag... tags)
The tags to apply to the snapshot.
|
StartSnapshotRequest |
StartSnapshotRequest.withTimeout(Integer timeout)
The amount of time (in minutes) after which the snapshot is automatically cancelled if:
|
StartSnapshotRequest |
StartSnapshotRequest.withVolumeSize(Long volumeSize)
The size of the volume, in GiB.
|
Copyright © 2020. All rights reserved.