Uses of Class
software.amazon.awssdk.services.rds.model.DBProxyTargetGroup
Packages that use DBProxyTargetGroup
Package
Description
-
Uses of DBProxyTargetGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyTargetGroupModifier and TypeMethodDescriptionfinal DBProxyTargetGroupModifyDbProxyTargetGroupResponse.dbProxyTargetGroup()The settings of the modifiedDBProxyTarget.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxyTargetGroupModifier and TypeMethodDescriptionfinal 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 DBProxyTargetGroupModifier and TypeMethodDescriptionModifyDbProxyTargetGroupResponse.Builder.dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup) The settings of the modifiedDBProxyTarget.DescribeDbProxyTargetGroupsResponse.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 DBProxyTargetGroupModifier and TypeMethodDescriptionDescribeDbProxyTargetGroupsResponse.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 DBProxyTargetGroupModifier and TypeMethodDescriptionfinal SdkIterable<DBProxyTargetGroup>DescribeDBProxyTargetGroupsIterable.targetGroups()Returns an iterable to iterate through the paginatedDescribeDbProxyTargetGroupsResponse.targetGroups()member.final SdkPublisher<DBProxyTargetGroup>DescribeDBProxyTargetGroupsPublisher.targetGroups()Returns a publisher that can be used to get a stream of data.