Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeDbClusterEndpointsResponse
-
Packages that use DescribeDbClusterEndpointsResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators -
-
Uses of DescribeDbClusterEndpointsResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return DescribeDbClusterEndpointsResponse Modifier and Type Method Description default DescribeDbClusterEndpointsResponseNeptuneClient. describeDBClusterEndpoints(Consumer<DescribeDbClusterEndpointsRequest.Builder> describeDbClusterEndpointsRequest)Returns information about endpoints for an Amazon Neptune DB cluster.default DescribeDbClusterEndpointsResponseNeptuneClient. describeDBClusterEndpoints(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest)Returns information about endpoints for an Amazon Neptune DB cluster.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type DescribeDbClusterEndpointsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbClusterEndpointsResponse>NeptuneAsyncClient. describeDBClusterEndpoints(Consumer<DescribeDbClusterEndpointsRequest.Builder> describeDbClusterEndpointsRequest)Returns information about endpoints for an Amazon Neptune DB cluster.default CompletableFuture<DescribeDbClusterEndpointsResponse>NeptuneAsyncClient. describeDBClusterEndpoints(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest)Returns information about endpoints for an Amazon Neptune DB cluster. -
Uses of DescribeDbClusterEndpointsResponse in software.amazon.awssdk.services.neptune.paginators
Methods in software.amazon.awssdk.services.neptune.paginators that return types with arguments of type DescribeDbClusterEndpointsResponse Modifier and Type Method Description Iterator<DescribeDbClusterEndpointsResponse>DescribeDBClusterEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.neptune.paginators with type arguments of type DescribeDbClusterEndpointsResponse Modifier and Type Method Description voidDescribeDBClusterEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbClusterEndpointsResponse> subscriber)
-