Uses of Class
software.amazon.awssdk.services.neptune.model.CreateDbClusterEndpointRequest
-
Packages that use CreateDbClusterEndpointRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.transform -
-
Uses of CreateDbClusterEndpointRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type CreateDbClusterEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateDbClusterEndpointResponse>NeptuneAsyncClient. createDBClusterEndpoint(CreateDbClusterEndpointRequest 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. -
Uses of CreateDbClusterEndpointRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type CreateDbClusterEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateDbClusterEndpointRequestMarshaller. marshall(CreateDbClusterEndpointRequest createDbClusterEndpointRequest)
-