| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFastSnapshotRestoresResponse |
Ec2Client.describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFastSnapshotRestoresResponse |
Ec2Client.describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeFastSnapshotRestoresResponse> |
Ec2AsyncClient.describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default CompletableFuture<DescribeFastSnapshotRestoresResponse> |
Ec2AsyncClient.describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeFastSnapshotRestoresResponse> |
DescribeFastSnapshotRestoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFastSnapshotRestoresPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeFastSnapshotRestoresResponse> subscriber) |
Copyright © 2021. All rights reserved.