Uses of Class
com.amazonaws.services.directory.model.DescribeSnapshotsRequest
Packages that use DescribeSnapshotsRequest
-
Uses of DescribeSnapshotsRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type DescribeSnapshotsRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.describeSnapshots
(DescribeSnapshotsRequest request) AWSDirectoryService.describeSnapshots
(DescribeSnapshotsRequest describeSnapshotsRequest) Obtains information about the directory snapshots that belong to this account.AWSDirectoryServiceClient.describeSnapshots
(DescribeSnapshotsRequest describeSnapshotsRequest) Obtains information about the directory snapshots that belong to this account.AbstractAWSDirectoryServiceAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest request) AbstractAWSDirectoryServiceAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> 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
(DescribeSnapshotsRequest request) AWSDirectoryServiceAsyncClient.describeSnapshotsAsync
(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type DescribeSnapshotsRequestModifier 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 DescribeSnapshotsRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DescribeSnapshotsRequestModifier and TypeMethodDescriptionDescribeSnapshotsRequest.clone()
DescribeSnapshotsRequest.withDirectoryId
(String directoryId) The identifier of the directory for which to retrieve snapshot information.The maximum number of objects to return.DescribeSnapshotsRequest.withNextToken
(String nextToken) The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots.DescribeSnapshotsRequest.withSnapshotIds
(String... snapshotIds) A list of identifiers of the snapshots to obtain the information for.DescribeSnapshotsRequest.withSnapshotIds
(Collection<String> snapshotIds) A list of identifiers of the snapshots to obtain the information for.