Uses of Class
software.amazon.awscdk.services.neptune.alpha.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in software.amazon.awscdk.services.neptune.alpha
Methods in software.amazon.awscdk.services.neptune.alpha that return EndpointModifier and TypeMethodDescriptionDatabaseCluster.getClusterEndpoint()
(experimental) The endpoint to use for read/write operations.abstract Endpoint
DatabaseClusterBase.getClusterEndpoint()
(experimental) The endpoint to use for read/write operations.IDatabaseCluster.getClusterEndpoint()
(experimental) The endpoint to use for read/write operations.default Endpoint
IDatabaseCluster.Jsii$Default.getClusterEndpoint()
(experimental) The endpoint to use for read/write operations.final Endpoint
IDatabaseCluster.Jsii$Proxy.getClusterEndpoint()
(experimental) The endpoint to use for read/write operations.DatabaseCluster.getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.abstract Endpoint
DatabaseClusterBase.getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.IDatabaseCluster.getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.default Endpoint
IDatabaseCluster.Jsii$Default.getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.final Endpoint
IDatabaseCluster.Jsii$Proxy.getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.DatabaseInstance.getInstanceEndpoint()
(experimental) The instance endpoint.abstract Endpoint
DatabaseInstanceBase.getInstanceEndpoint()
(experimental) The instance endpoint.IDatabaseInstance.getInstanceEndpoint()
(experimental) The instance endpoint.default Endpoint
IDatabaseInstance.Jsii$Default.getInstanceEndpoint()
(experimental) The instance endpoint.final Endpoint
IDatabaseInstance.Jsii$Proxy.getInstanceEndpoint()
(experimental) The instance endpoint.Methods in software.amazon.awscdk.services.neptune.alpha that return types with arguments of type EndpointModifier and TypeMethodDescriptionDatabaseCluster.getInstanceEndpoints()
(experimental) Endpoints which address each individual instance.