Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbSnapshotTenantDatabasesResponse
Packages that use DescribeDbSnapshotTenantDatabasesResponse
Package
Description
-
Uses of DescribeDbSnapshotTenantDatabasesResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbSnapshotTenantDatabasesResponseModifier and TypeMethodDescriptionRdsClient.describeDBSnapshotTenantDatabases(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest) Describes the tenant databases that exist in a DB snapshot.RdsClient.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 DescribeDbSnapshotTenantDatabasesResponseModifier and TypeMethodDescriptionRdsAsyncClient.describeDBSnapshotTenantDatabases(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest) Describes the tenant databases that exist in a DB snapshot.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 DescribeDbSnapshotTenantDatabasesResponseMethod parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbSnapshotTenantDatabasesResponseModifier and TypeMethodDescriptionvoidDescribeDBSnapshotTenantDatabasesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDbSnapshotTenantDatabasesResponse> subscriber)