| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create 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 |
|---|---|
StartSnapshotResult |
AmazonEBS.startSnapshot(StartSnapshotRequest startSnapshotRequest)
Creates a new Amazon EBS snapshot.
|
StartSnapshotResult |
AbstractAmazonEBS.startSnapshot(StartSnapshotRequest request) |
StartSnapshotResult |
AmazonEBSClient.startSnapshot(StartSnapshotRequest request)
Creates a new Amazon EBS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSnapshotResult> |
AbstractAmazonEBSAsync.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> |
AmazonEBSAsyncClient.startSnapshotAsync(StartSnapshotRequest request,
AsyncHandler<StartSnapshotRequest,StartSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSnapshotResult |
StartSnapshotResult.clone() |
StartSnapshotResult |
StartSnapshotResult.withBlockSize(Integer blockSize)
The size of the blocks in the snapshot, in bytes.
|
StartSnapshotResult |
StartSnapshotResult.withDescription(String description)
The description of the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) used to
encrypt the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withOwnerId(String ownerId)
The AWS account ID of the snapshot owner.
|
StartSnapshotResult |
StartSnapshotResult.withParentSnapshotId(String parentSnapshotId)
The ID of the parent snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withStartTime(Date startTime)
The timestamp when the snapshot was created.
|
StartSnapshotResult |
StartSnapshotResult.withStatus(Status status)
The status of the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withStatus(String status)
The status of the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withTags(Collection<Tag> tags)
The tags applied to the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withTags(Tag... tags)
The tags applied to the snapshot.
|
StartSnapshotResult |
StartSnapshotResult.withVolumeSize(Long volumeSize)
The size of the volume, in GiB.
|
Copyright © 2021. All rights reserved.