Uses of Class
software.amazon.awssdk.services.rds.model.DBProxyTargetGroup
-
Packages that use DBProxyTargetGroup Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBProxyTargetGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyTargetGroup Modifier and Type Method Description DBProxyTargetGroupModifyDbProxyTargetGroupResponse. dbProxyTargetGroup()The settings of the modifiedDBProxyTarget.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxyTargetGroup Modifier and Type Method Description List<DBProxyTargetGroup>DescribeDbProxyTargetGroupsResponse. targetGroups()An arbitrary number ofDBProxyTargetGroupobjects, containing details of the corresponding target groups.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyTargetGroup Modifier and Type Method Description ModifyDbProxyTargetGroupResponse.BuilderModifyDbProxyTargetGroupResponse.Builder. dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup)The settings of the modifiedDBProxyTarget.DescribeDbProxyTargetGroupsResponse.BuilderDescribeDbProxyTargetGroupsResponse.Builder. targetGroups(DBProxyTargetGroup... targetGroups)An arbitrary number ofDBProxyTargetGroupobjects, containing details of the corresponding target groups.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxyTargetGroup Modifier and Type Method Description DescribeDbProxyTargetGroupsResponse.BuilderDescribeDbProxyTargetGroupsResponse.Builder. targetGroups(Collection<DBProxyTargetGroup> targetGroups)An arbitrary number ofDBProxyTargetGroupobjects, containing details of the corresponding target groups. -
Uses of DBProxyTargetGroup in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBProxyTargetGroup Modifier and Type Method Description SdkIterable<DBProxyTargetGroup>DescribeDBProxyTargetGroupsIterable. targetGroups()Returns an iterable to iterate through the paginatedDescribeDbProxyTargetGroupsResponse.targetGroups()member.SdkPublisher<DBProxyTargetGroup>DescribeDBProxyTargetGroupsPublisher. targetGroups()Returns a publisher that can be used to get a stream of data.
-