| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DisableFastSnapshotRestoresResponse |
Ec2Client.disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default DisableFastSnapshotRestoresResponse |
Ec2Client.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisableFastSnapshotRestoresResponse> |
Ec2AsyncClient.disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default CompletableFuture<DisableFastSnapshotRestoresResponse> |
Ec2AsyncClient.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
Copyright © 2023. All rights reserved.