| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDbProxyTargetGroupsResponse |
RdsClient.describeDBProxyTargetGroups(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest)
Returns information about DB proxy target groups, represented by
DBProxyTargetGroup data structures. |
default DescribeDbProxyTargetGroupsResponse |
RdsClient.describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)
Returns information about DB proxy target groups, represented by
DBProxyTargetGroup data structures. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDbProxyTargetGroupsResponse> |
RdsAsyncClient.describeDBProxyTargetGroups(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDbProxyTargetGroupsResponse> |
DescribeDBProxyTargetGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBProxyTargetGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDbProxyTargetGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.