| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots()
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotsResponse> |
DirectoryAsyncClient.describeSnapshots()
Obtains information about the directory snapshots that belong to this account.
|
default CompletableFuture<DescribeSnapshotsResponse> |
DirectoryAsyncClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default CompletableFuture<DescribeSnapshotsResponse> |
DirectoryAsyncClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSnapshotsResponse> |
DescribeSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber) |
Copyright © 2023. All rights reserved.