| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSnapshotResponse> |
StorageGatewayAsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Initiates a snapshot of a volume.
|
default CreateSnapshotResponse |
StorageGatewayClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Initiates a snapshot of a volume.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotRequest.Builder |
CreateSnapshotRequest.builder() |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.snapshotDescription(String snapshotDescription)
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots
panel in the Description field, and in the Storage Gateway snapshot Details pane,
Description field.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Tag... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.toBuilder() |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotRequest.Builder> |
CreateSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.