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 DescribeSnapshotsResultAbstractAWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest request)DescribeSnapshotsResultAWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.DescribeSnapshotsResultAWSDirectoryServiceClient. 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 DescribeSnapshotsRequestDescribeSnapshotsRequest. clone()DescribeSnapshotsRequestDescribeSnapshotsRequest. withDirectoryId(String directoryId)The identifier of the directory for which to retrieve snapshot information.DescribeSnapshotsRequestDescribeSnapshotsRequest. withLimit(Integer limit)The maximum number of objects to return.DescribeSnapshotsRequestDescribeSnapshotsRequest. withNextToken(String nextToken)The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots.DescribeSnapshotsRequestDescribeSnapshotsRequest. withSnapshotIds(String... snapshotIds)A list of identifiers of the snapshots to obtain the information for.DescribeSnapshotsRequestDescribeSnapshotsRequest. withSnapshotIds(Collection<String> snapshotIds)A list of identifiers of the snapshots to obtain the information for.
-