| Package | Description |
|---|---|
| com.amazonaws.services.directory |
Synchronous and asynchronous client classes for accessing AWSDirectoryService.
|
| com.amazonaws.services.directory.model |
Classes modeling the various types represented by AWSDirectoryService.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResult |
AWSDirectoryServiceClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this
account.
|
DescribeSnapshotsResult |
AWSDirectoryService.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this
account.
|
Future<DescribeSnapshotsResult> |
AWSDirectoryServiceAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this
account.
|
Future<DescribeSnapshotsResult> |
AWSDirectoryServiceAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this
account.
|
Future<DescribeSnapshotsResult> |
AWSDirectoryServiceAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Obtains information about the directory snapshots that belong to this
account.
|
Future<DescribeSnapshotsResult> |
AWSDirectoryServiceAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Obtains information about the directory snapshots that belong to this
account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSnapshotsResult> |
AWSDirectoryServiceAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Obtains information about the directory snapshots that belong to this
account.
|
Future<DescribeSnapshotsResult> |
AWSDirectoryServiceAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Obtains information about the directory snapshots that belong to this
account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withDirectoryId(String directoryId)
The identifier of the directory to retrieve snapshot information for.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withLimit(Integer limit)
The maximum number of objects to return.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withNextToken(String nextToken)
The DescribeSnapshotsResult.NextToken value from a previous
call to DescribeSnapshots.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
A list of identifiers of the snapshots to obtain the information for.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds)
A list of identifiers of the snapshots to obtain the information for.
|
Copyright © 2015. All rights reserved.