Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbProxyEndpointResponse
Packages that use ModifyDbProxyEndpointResponse
-
Uses of ModifyDbProxyEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbProxyEndpointResponseModifier and TypeMethodDescriptiondefault ModifyDbProxyEndpointResponseRdsClient.modifyDBProxyEndpoint(Consumer<ModifyDbProxyEndpointRequest.Builder> modifyDbProxyEndpointRequest) Changes the settings for an existing DB proxy endpoint.default ModifyDbProxyEndpointResponseRdsClient.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 ModifyDbProxyEndpointResponseModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBProxyEndpoint(Consumer<ModifyDbProxyEndpointRequest.Builder> modifyDbProxyEndpointRequest) Changes the settings for an existing DB proxy endpoint.RdsAsyncClient.modifyDBProxyEndpoint(ModifyDbProxyEndpointRequest modifyDbProxyEndpointRequest) Changes the settings for an existing DB proxy endpoint.