Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeDbClusterEndpointsRequest
-
Packages that use DescribeDbClusterEndpointsRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators software.amazon.awssdk.services.neptune.transform -
-
Uses of DescribeDbClusterEndpointsRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type DescribeDbClusterEndpointsRequest Modifier and Type Method Description default CompletableFuture<DescribeDbClusterEndpointsResponse>NeptuneAsyncClient. describeDBClusterEndpoints(DescribeDbClusterEndpointsRequest 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.default DescribeDBClusterEndpointsPublisherNeptuneAsyncClient. describeDBClusterEndpointsPaginator(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest)Returns information about endpoints for an Amazon Neptune DB cluster.default DescribeDBClusterEndpointsIterableNeptuneClient. describeDBClusterEndpointsPaginator(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest)Returns information about endpoints for an Amazon Neptune DB cluster. -
Uses of DescribeDbClusterEndpointsRequest in software.amazon.awssdk.services.neptune.paginators
Constructors in software.amazon.awssdk.services.neptune.paginators with parameters of type DescribeDbClusterEndpointsRequest Constructor Description DescribeDBClusterEndpointsIterable(NeptuneClient client, DescribeDbClusterEndpointsRequest firstRequest)DescribeDBClusterEndpointsPublisher(NeptuneAsyncClient client, DescribeDbClusterEndpointsRequest firstRequest) -
Uses of DescribeDbClusterEndpointsRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type DescribeDbClusterEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbClusterEndpointsRequestMarshaller. marshall(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest)
-