Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbProxyEndpointResponse
-
Packages that use ModifyDbProxyEndpointResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of ModifyDbProxyEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbProxyEndpointResponse Modifier and Type Method Description default ModifyDbProxyEndpointResponse
RdsClient. modifyDBProxyEndpoint(Consumer<ModifyDbProxyEndpointRequest.Builder> modifyDbProxyEndpointRequest)
Changes the settings for an existing DB proxy endpoint.default ModifyDbProxyEndpointResponse
RdsClient. modifyDBProxyEndpoint(ModifyDbProxyEndpointRequest modifyDbProxyEndpointRequest)
Changes the settings for an existing DB proxy endpoint.Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyDbProxyEndpointResponse Modifier and Type Method Description default CompletableFuture<ModifyDbProxyEndpointResponse>
RdsAsyncClient. modifyDBProxyEndpoint(Consumer<ModifyDbProxyEndpointRequest.Builder> modifyDbProxyEndpointRequest)
Changes the settings for an existing DB proxy endpoint.default CompletableFuture<ModifyDbProxyEndpointResponse>
RdsAsyncClient. modifyDBProxyEndpoint(ModifyDbProxyEndpointRequest modifyDbProxyEndpointRequest)
Changes the settings for an existing DB proxy endpoint.
-