Uses of Class
software.amazon.awssdk.services.rds.model.DbProxyEndpointAlreadyExistsException
-
Packages that use DbProxyEndpointAlreadyExistsException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DbProxyEndpointAlreadyExistsException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbProxyEndpointAlreadyExistsException Modifier and Type Method Description default CreateDbProxyEndpointResponseRdsClient. createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest)Creates aDBProxyEndpoint.default CreateDbProxyEndpointResponseRdsClient. createDBProxyEndpoint(CreateDbProxyEndpointRequest createDbProxyEndpointRequest)Creates 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.
-