Uses of Class
software.amazon.awssdk.services.neptune.model.CreateDbClusterEndpointResponse
-
Packages that use CreateDbClusterEndpointResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of CreateDbClusterEndpointResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return CreateDbClusterEndpointResponse Modifier and Type Method Description default CreateDbClusterEndpointResponseNeptuneClient. createDBClusterEndpoint(Consumer<CreateDbClusterEndpointRequest.Builder> createDbClusterEndpointRequest)Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.default CreateDbClusterEndpointResponseNeptuneClient. createDBClusterEndpoint(CreateDbClusterEndpointRequest createDbClusterEndpointRequest)Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type CreateDbClusterEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateDbClusterEndpointResponse>NeptuneAsyncClient. createDBClusterEndpoint(Consumer<CreateDbClusterEndpointRequest.Builder> createDbClusterEndpointRequest)Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.default CompletableFuture<CreateDbClusterEndpointResponse>NeptuneAsyncClient. createDBClusterEndpoint(CreateDbClusterEndpointRequest createDbClusterEndpointRequest)Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.
-