Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbSnapshotTenantDatabasesRequest
-
Packages that use DescribeDbSnapshotTenantDatabasesRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators software.amazon.awssdk.services.rds.transform -
-
Uses of DescribeDbSnapshotTenantDatabasesRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type DescribeDbSnapshotTenantDatabasesRequest Modifier and Type Method Description default CompletableFuture<DescribeDbSnapshotTenantDatabasesResponse>RdsAsyncClient. describeDBSnapshotTenantDatabases(DescribeDbSnapshotTenantDatabasesRequest 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.default DescribeDBSnapshotTenantDatabasesPublisherRdsAsyncClient. describeDBSnapshotTenantDatabasesPaginator(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest)Describes the tenant databases that exist in a DB snapshot.default DescribeDBSnapshotTenantDatabasesIterableRdsClient. describeDBSnapshotTenantDatabasesPaginator(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest)Describes the tenant databases that exist in a DB snapshot. -
Uses of DescribeDbSnapshotTenantDatabasesRequest in software.amazon.awssdk.services.rds.paginators
Constructors in software.amazon.awssdk.services.rds.paginators with parameters of type DescribeDbSnapshotTenantDatabasesRequest Constructor Description DescribeDBSnapshotTenantDatabasesIterable(RdsClient client, DescribeDbSnapshotTenantDatabasesRequest firstRequest)DescribeDBSnapshotTenantDatabasesPublisher(RdsAsyncClient client, DescribeDbSnapshotTenantDatabasesRequest firstRequest) -
Uses of DescribeDbSnapshotTenantDatabasesRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type DescribeDbSnapshotTenantDatabasesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbSnapshotTenantDatabasesRequestMarshaller. marshall(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest)
-