Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbProxyTargetGroupResponse
-
Packages that use ModifyDbProxyTargetGroupResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of ModifyDbProxyTargetGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbProxyTargetGroupResponse Modifier and Type Method Description default ModifyDbProxyTargetGroupResponseRdsClient. modifyDBProxyTargetGroup(Consumer<ModifyDbProxyTargetGroupRequest.Builder> modifyDbProxyTargetGroupRequest)Modifies the properties of aDBProxyTargetGroup.default ModifyDbProxyTargetGroupResponseRdsClient. modifyDBProxyTargetGroup(ModifyDbProxyTargetGroupRequest modifyDbProxyTargetGroupRequest)Modifies the properties of aDBProxyTargetGroup.Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyDbProxyTargetGroupResponse Modifier and Type Method Description default CompletableFuture<ModifyDbProxyTargetGroupResponse>RdsAsyncClient. modifyDBProxyTargetGroup(Consumer<ModifyDbProxyTargetGroupRequest.Builder> modifyDbProxyTargetGroupRequest)Modifies the properties of aDBProxyTargetGroup.default CompletableFuture<ModifyDbProxyTargetGroupResponse>RdsAsyncClient. modifyDBProxyTargetGroup(ModifyDbProxyTargetGroupRequest modifyDbProxyTargetGroupRequest)Modifies the properties of aDBProxyTargetGroup.
-