Uses of Class
software.amazon.awssdk.services.rds.model.InvalidDbProxyEndpointStateException
-
Packages that use InvalidDbProxyEndpointStateException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of InvalidDbProxyEndpointStateException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw InvalidDbProxyEndpointStateException Modifier and Type Method Description default DeleteDbProxyEndpointResponseRdsClient. deleteDBProxyEndpoint(Consumer<DeleteDbProxyEndpointRequest.Builder> deleteDbProxyEndpointRequest)Deletes aDBProxyEndpoint.default DeleteDbProxyEndpointResponseRdsClient. deleteDBProxyEndpoint(DeleteDbProxyEndpointRequest deleteDbProxyEndpointRequest)Deletes aDBProxyEndpoint.default 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.
-