Uses of Class
software.amazon.awssdk.services.directory.model.DescribeSnapshotsRequest
-
Packages that use DescribeSnapshotsRequest Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators software.amazon.awssdk.services.directory.transform -
-
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description default CompletableFuture<DescribeSnapshotsResponse>DirectoryAsyncClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsResponseDirectoryClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsPublisherDirectoryAsyncClient. describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsIterableDirectoryClient. describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account. -
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.directory.paginators
Constructors in software.amazon.awssdk.services.directory.paginators with parameters of type DescribeSnapshotsRequest Constructor Description DescribeSnapshotsIterable(DirectoryClient client, DescribeSnapshotsRequest firstRequest)DescribeSnapshotsPublisher(DirectoryAsyncClient client, DescribeSnapshotsRequest firstRequest) -
Uses of DescribeSnapshotsRequest in software.amazon.awssdk.services.directory.transform
Methods in software.amazon.awssdk.services.directory.transform with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSnapshotsRequestMarshaller. marshall(DescribeSnapshotsRequest describeSnapshotsRequest)
-