Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest
Packages that use DescribeDbProxyTargetGroupsRequest
Package
Description
-
Uses of DescribeDbProxyTargetGroupsRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type DescribeDbProxyTargetGroupsRequestModifier and TypeMethodDescriptionRdsAsyncClient.describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest) Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.RdsClient.describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest) Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.RdsAsyncClient.describeDBProxyTargetGroupsPaginator(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest) This is a variant ofRdsAsyncClient.describeDBProxyTargetGroups(software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest)operation.RdsClient.describeDBProxyTargetGroupsPaginator(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest) This is a variant ofRdsClient.describeDBProxyTargetGroups(software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest)operation. -
Uses of DescribeDbProxyTargetGroupsRequest in software.amazon.awssdk.services.rds.paginators
Constructors in software.amazon.awssdk.services.rds.paginators with parameters of type DescribeDbProxyTargetGroupsRequestModifierConstructorDescriptionDescribeDBProxyTargetGroupsIterable(RdsClient client, DescribeDbProxyTargetGroupsRequest firstRequest) DescribeDBProxyTargetGroupsPublisher(RdsAsyncClient client, DescribeDbProxyTargetGroupsRequest firstRequest) -
Uses of DescribeDbProxyTargetGroupsRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type DescribeDbProxyTargetGroupsRequestModifier and TypeMethodDescriptionDescribeDbProxyTargetGroupsRequestMarshaller.marshall(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)