| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.paginators | |
| software.amazon.awssdk.services.directory.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots(DescribeSnapshotsRequest 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.
|
default DescribeSnapshotsIterable |
DirectoryClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsPublisher |
DirectoryAsyncClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
| Constructor and Description |
|---|
DescribeSnapshotsIterable(DirectoryClient client,
DescribeSnapshotsRequest firstRequest) |
DescribeSnapshotsPublisher(DirectoryAsyncClient client,
DescribeSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
Copyright © 2022. All rights reserved.