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