Uses of Class
software.amazon.awssdk.services.rds.model.DbClusterEndpointNotFoundException
-
Packages that use DbClusterEndpointNotFoundException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DbClusterEndpointNotFoundException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbClusterEndpointNotFoundException Modifier and Type Method Description default DeleteDbClusterEndpointResponseRdsClient. deleteDBClusterEndpoint(Consumer<DeleteDbClusterEndpointRequest.Builder> deleteDbClusterEndpointRequest)Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.default DeleteDbClusterEndpointResponseRdsClient. deleteDBClusterEndpoint(DeleteDbClusterEndpointRequest deleteDbClusterEndpointRequest)Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.default ModifyDbClusterEndpointResponseRdsClient. modifyDBClusterEndpoint(Consumer<ModifyDbClusterEndpointRequest.Builder> modifyDbClusterEndpointRequest)Modifies the properties of an endpoint in an Amazon Aurora DB cluster.default ModifyDbClusterEndpointResponseRdsClient. modifyDBClusterEndpoint(ModifyDbClusterEndpointRequest modifyDbClusterEndpointRequest)Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
-