| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
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 DescribeSnapshotsIterable |
DirectoryClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsPublisher |
DirectoryAsyncClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.builder() |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.directoryId(String directoryId)
The identifier of the directory for which to retrieve snapshot information.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.limit(Integer limit)
The maximum number of objects to return.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.nextToken(String nextToken)
The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(Collection<String> snapshotIds)
A list of identifiers of the snapshots to obtain the information for.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(String... snapshotIds)
A list of identifiers of the snapshots to obtain the information for.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSnapshotsRequest.Builder> |
DescribeSnapshotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.