Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbProxyResponse
Packages that use ModifyDbProxyResponse
-
Uses of ModifyDbProxyResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbProxyResponseModifier and TypeMethodDescriptiondefault ModifyDbProxyResponseRdsClient.modifyDBProxy(Consumer<ModifyDbProxyRequest.Builder> modifyDbProxyRequest) Changes the settings for an existing DB proxy.default ModifyDbProxyResponseRdsClient.modifyDBProxy(ModifyDbProxyRequest modifyDbProxyRequest) Changes the settings for an existing DB proxy.Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyDbProxyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ModifyDbProxyResponse>RdsAsyncClient.modifyDBProxy(Consumer<ModifyDbProxyRequest.Builder> modifyDbProxyRequest) Changes the settings for an existing DB proxy.default CompletableFuture<ModifyDbProxyResponse>RdsAsyncClient.modifyDBProxy(ModifyDbProxyRequest modifyDbProxyRequest) Changes the settings for an existing DB proxy.