Uses of Class
software.amazon.awssdk.services.directory.model.DescribeSnapshotsResponse
-
Packages that use DescribeSnapshotsResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of DescribeSnapshotsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return DescribeSnapshotsResponse Modifier and Type Method Description default DescribeSnapshotsResponseDirectoryClient. describeSnapshots()Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsResponseDirectoryClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> 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.Methods in software.amazon.awssdk.services.directory that return types with arguments of type DescribeSnapshotsResponse Modifier and Type Method Description default CompletableFuture<DescribeSnapshotsResponse>DirectoryAsyncClient. describeSnapshots()Obtains information about the directory snapshots that belong to this account.default CompletableFuture<DescribeSnapshotsResponse>DirectoryAsyncClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default CompletableFuture<DescribeSnapshotsResponse>DirectoryAsyncClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account. -
Uses of DescribeSnapshotsResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type DescribeSnapshotsResponse Modifier and Type Method Description Iterator<DescribeSnapshotsResponse>DescribeSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type DescribeSnapshotsResponse Modifier and Type Method Description voidDescribeSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber)
-