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