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 DescribeSnapshotsResultAbstractAWSDirectoryService. describeSnapshots()DescribeSnapshotsResultAbstractAWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest request)DescribeSnapshotsResultAWSDirectoryService. describeSnapshots()Simplified method form for invoking the DescribeSnapshots operation.DescribeSnapshotsResultAWSDirectoryService. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.DescribeSnapshotsResultAWSDirectoryServiceClient. describeSnapshots()DescribeSnapshotsResultAWSDirectoryServiceClient. 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 DescribeSnapshotsResultDescribeSnapshotsResult. clone()DescribeSnapshotsResultDescribeSnapshotsResult. withNextToken(String nextToken)If not null, more results are available.DescribeSnapshotsResultDescribeSnapshotsResult. withSnapshots(Snapshot... snapshots)The list of Snapshot objects that were retrieved.DescribeSnapshotsResultDescribeSnapshotsResult. withSnapshots(Collection<Snapshot> snapshots)The list of Snapshot objects that were retrieved.
-