Uses of Class
com.amazonaws.services.directory.model.DescribeSnapshotsRequest
-
Packages that use DescribeSnapshotsRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DescribeSnapshotsRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description DescribeSnapshotsResult
AbstractAWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest request)
DescribeSnapshotsResult
AWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
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.Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request)
Future<DescribeSnapshotsResult>
AbstractAWSDirectoryServiceAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> 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(DescribeSnapshotsRequest request)
Future<DescribeSnapshotsResult>
AWSDirectoryServiceAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Method parameters in com.amazonaws.services.directory with type arguments of type DescribeSnapshotsRequest 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 DescribeSnapshotsRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DescribeSnapshotsRequest Modifier and Type Method Description DescribeSnapshotsRequest
DescribeSnapshotsRequest. clone()
DescribeSnapshotsRequest
DescribeSnapshotsRequest. withDirectoryId(String directoryId)
The identifier of the directory for which to retrieve snapshot information.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(String... snapshotIds)
A list of identifiers of the snapshots to obtain the information for.DescribeSnapshotsRequest
DescribeSnapshotsRequest. withSnapshotIds(Collection<String> snapshotIds)
A list of identifiers of the snapshots to obtain the information for.
-