Uses of Interface
software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest.Builder
Packages that use DescribeDbProxyTargetGroupsRequest.Builder
Package
Description
-
Uses of DescribeDbProxyTargetGroupsRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DescribeDbProxyTargetGroupsRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.describeDBProxyTargetGroups(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest) Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.RdsClient.describeDBProxyTargetGroups(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest) Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.RdsAsyncClient.describeDBProxyTargetGroupsPaginator(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest) This is a variant ofRdsAsyncClient.describeDBProxyTargetGroups(software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest)operation.RdsClient.describeDBProxyTargetGroupsPaginator(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest) This is a variant ofRdsClient.describeDBProxyTargetGroups(software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest)operation. -
Uses of DescribeDbProxyTargetGroupsRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DescribeDbProxyTargetGroupsRequest.BuilderModifier and TypeMethodDescriptionDescribeDbProxyTargetGroupsRequest.builder()DescribeDbProxyTargetGroupsRequest.Builder.dbProxyName(String dbProxyName) The identifier of theDBProxyassociated with the target group.DescribeDbProxyTargetGroupsRequest.Builder.filters(Collection<Filter> filters) This parameter is not currently supported.DescribeDbProxyTargetGroupsRequest.Builder.filters(Consumer<Filter.Builder>... filters) This parameter is not currently supported.This parameter is not currently supported.An optional pagination token provided by a previous request.DescribeDbProxyTargetGroupsRequest.Builder.maxRecords(Integer maxRecords) The maximum number of records to include in the response.DescribeDbProxyTargetGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeDbProxyTargetGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeDbProxyTargetGroupsRequest.Builder.targetGroupName(String targetGroupName) The identifier of theDBProxyTargetGroupto describe.DescribeDbProxyTargetGroupsRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DescribeDbProxyTargetGroupsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeDbProxyTargetGroupsRequest.Builder>DescribeDbProxyTargetGroupsRequest.serializableBuilderClass()