Uses of Class
com.amazonaws.services.directory.model.DescribeSnapshotsResult
-
Packages that use DescribeSnapshotsResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DescribeSnapshotsResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DescribeSnapshotsResult Modifier and Type Method Description DescribeSnapshotsResult
AbstractAWSDirectoryService. describeSnapshots()
DescribeSnapshotsResult
AbstractAWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest request)
DescribeSnapshotsResult
AWSDirectoryService. describeSnapshots()
Simplified method form for invoking the DescribeSnapshots operation.DescribeSnapshotsResult
AWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.DescribeSnapshotsResult
AWSDirectoryServiceClient. describeSnapshots()
DescribeSnapshotsResult
AWSDirectoryServiceClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.Methods in com.amazonaws.services.directory that return types with arguments of type DescribeSnapshotsResult Modifier and Type Method Description Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request)
Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsync. describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsync. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsync. 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()
Simplified method form for invoking the DescribeSnapshots operation.Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsyncClient. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request)
Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Method parameters in com.amazonaws.services.directory with type arguments of type DescribeSnapshotsResult Modifier and Type Method Description Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsync. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.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(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
-
Uses of DescribeSnapshotsResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DescribeSnapshotsResult Modifier and Type Method Description DescribeSnapshotsResult
DescribeSnapshotsResult. clone()
DescribeSnapshotsResult
DescribeSnapshotsResult. withNextToken(String nextToken)
If not null, more results are available.DescribeSnapshotsResult
DescribeSnapshotsResult. withSnapshots(Snapshot... snapshots)
The list of Snapshot objects that were retrieved.DescribeSnapshotsResult
DescribeSnapshotsResult. withSnapshots(Collection<Snapshot> snapshots)
The list of Snapshot objects that were retrieved.
-