Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbSnapshotTenantDatabasesResponse
-
Packages that use DescribeDbSnapshotTenantDatabasesResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeDbSnapshotTenantDatabasesResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbSnapshotTenantDatabasesResponse Modifier and Type Method Description default DescribeDbSnapshotTenantDatabasesResponseRdsClient. describeDBSnapshotTenantDatabases(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest)Describes the tenant databases that exist in a DB snapshot.default DescribeDbSnapshotTenantDatabasesResponseRdsClient. describeDBSnapshotTenantDatabases(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest)Describes the tenant databases that exist in a DB snapshot.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbSnapshotTenantDatabasesResponse Modifier and Type Method Description default CompletableFuture<DescribeDbSnapshotTenantDatabasesResponse>RdsAsyncClient. describeDBSnapshotTenantDatabases(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest)Describes the tenant databases that exist in a DB snapshot.default CompletableFuture<DescribeDbSnapshotTenantDatabasesResponse>RdsAsyncClient. describeDBSnapshotTenantDatabases(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest)Describes the tenant databases that exist in a DB snapshot. -
Uses of DescribeDbSnapshotTenantDatabasesResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeDbSnapshotTenantDatabasesResponse Modifier and Type Method Description Iterator<DescribeDbSnapshotTenantDatabasesResponse>DescribeDBSnapshotTenantDatabasesIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbSnapshotTenantDatabasesResponse Modifier and Type Method Description voidDescribeDBSnapshotTenantDatabasesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbSnapshotTenantDatabasesResponse> subscriber)
-