| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default RestoreSnapshotTierResponse |
Ec2Client.restoreSnapshotTier(Consumer<RestoreSnapshotTierRequest.Builder> restoreSnapshotTierRequest)
Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or
restore type for a snapshot that was previously temporarily restored.
|
default RestoreSnapshotTierResponse |
Ec2Client.restoreSnapshotTier(RestoreSnapshotTierRequest restoreSnapshotTierRequest)
Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or
restore type for a snapshot that was previously temporarily restored.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RestoreSnapshotTierResponse> |
Ec2AsyncClient.restoreSnapshotTier(Consumer<RestoreSnapshotTierRequest.Builder> restoreSnapshotTierRequest)
Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or
restore type for a snapshot that was previously temporarily restored.
|
default CompletableFuture<RestoreSnapshotTierResponse> |
Ec2AsyncClient.restoreSnapshotTier(RestoreSnapshotTierRequest restoreSnapshotTierRequest)
Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or
restore type for a snapshot that was previously temporarily restored.
|
Copyright © 2021. All rights reserved.