Uses of Class
software.amazon.awssdk.services.neptune.model.InvalidDbClusterEndpointStateException
-
Packages that use InvalidDbClusterEndpointStateException Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of InvalidDbClusterEndpointStateException in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that throw InvalidDbClusterEndpointStateException Modifier and Type Method Description default DeleteDbClusterEndpointResponseNeptuneClient. deleteDBClusterEndpoint(Consumer<DeleteDbClusterEndpointRequest.Builder> deleteDbClusterEndpointRequest)Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster.default DeleteDbClusterEndpointResponseNeptuneClient. deleteDBClusterEndpoint(DeleteDbClusterEndpointRequest deleteDbClusterEndpointRequest)Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster.default ModifyDbClusterEndpointResponseNeptuneClient. modifyDBClusterEndpoint(Consumer<ModifyDbClusterEndpointRequest.Builder> modifyDbClusterEndpointRequest)Modifies the properties of an endpoint in an Amazon Neptune DB cluster.default ModifyDbClusterEndpointResponseNeptuneClient. modifyDBClusterEndpoint(ModifyDbClusterEndpointRequest modifyDbClusterEndpointRequest)Modifies the properties of an endpoint in an Amazon Neptune DB cluster.
-