| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.paginators | |
| software.amazon.awssdk.services.rds.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDbProxyTargetGroupsResponse |
RdsClient.describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)
Returns information about DB proxy target groups, represented by
DBProxyTargetGroup data structures. |
default CompletableFuture<DescribeDbProxyTargetGroupsResponse> |
RdsAsyncClient.describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)
Returns information about DB proxy target groups, represented by
DBProxyTargetGroup data structures. |
default DescribeDBProxyTargetGroupsIterable |
RdsClient.describeDBProxyTargetGroupsPaginator(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)
Returns information about DB proxy target groups, represented by
DBProxyTargetGroup data structures. |
default DescribeDBProxyTargetGroupsPublisher |
RdsAsyncClient.describeDBProxyTargetGroupsPaginator(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)
Returns information about DB proxy target groups, represented by
DBProxyTargetGroup data structures. |
| Constructor and Description |
|---|
DescribeDBProxyTargetGroupsIterable(RdsClient client,
DescribeDbProxyTargetGroupsRequest firstRequest) |
DescribeDBProxyTargetGroupsPublisher(RdsAsyncClient client,
DescribeDbProxyTargetGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeDbProxyTargetGroupsRequestMarshaller.marshall(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest) |
Copyright © 2023. All rights reserved.