| 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()
Obtains information about the directory snapshots that belong to this
account.
|
DescribeSnapshotsResult |
AWSDirectoryService.describeSnapshots()
Obtains information about the directory snapshots that belong to this
account.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.clone() |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withNextToken(String nextToken)
If not null, more results are available.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
The list of Snapshot objects that were retrieved.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
The list of Snapshot objects that were retrieved.
|
Copyright © 2015. All rights reserved.