Uses of Class
software.amazon.awssdk.services.neptune.model.ModifyDbClusterEndpointResponse
-
Packages that use ModifyDbClusterEndpointResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of ModifyDbClusterEndpointResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return ModifyDbClusterEndpointResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type ModifyDbClusterEndpointResponse Modifier and Type Method Description default CompletableFuture<ModifyDbClusterEndpointResponse>NeptuneAsyncClient. modifyDBClusterEndpoint(Consumer<ModifyDbClusterEndpointRequest.Builder> modifyDbClusterEndpointRequest)Modifies the properties of an endpoint in an Amazon Neptune DB cluster.default CompletableFuture<ModifyDbClusterEndpointResponse>NeptuneAsyncClient. modifyDBClusterEndpoint(ModifyDbClusterEndpointRequest modifyDbClusterEndpointRequest)Modifies the properties of an endpoint in an Amazon Neptune DB cluster.
-