| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSnapshotFromVolumeRecoveryPointResponse> |
StorageGatewayAsyncClient.createSnapshotFromVolumeRecoveryPoint(Consumer<CreateSnapshotFromVolumeRecoveryPointRequest.Builder> createSnapshotFromVolumeRecoveryPointRequest)
Initiates a snapshot of a gateway from a volume recovery point.
|
default CreateSnapshotFromVolumeRecoveryPointResponse |
StorageGatewayClient.createSnapshotFromVolumeRecoveryPoint(Consumer<CreateSnapshotFromVolumeRecoveryPointRequest.Builder> createSnapshotFromVolumeRecoveryPointRequest)
Initiates a snapshot of a gateway from a volume recovery point.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.builder() |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.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 AWS Storage Gateway snapshot Details pane,
Description field
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder.tags(Tag... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.toBuilder() |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotFromVolumeRecoveryPointRequest.Builder> |
CreateSnapshotFromVolumeRecoveryPointRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.