Package | Description |
---|---|
com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data
directly to your snapshots, read data on your snapshots, and identify the differences or changes between two
snapshots.
|
com.amazonaws.services.ebs.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<StartSnapshotResult> |
AmazonEBSAsyncClient.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 Key Management Service (KMS) key 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 © 2022. All rights reserved.