Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeDbClustersRequest
-
Packages that use DescribeDbClustersRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators software.amazon.awssdk.services.neptune.transform -
-
Uses of DescribeDbClustersRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type DescribeDbClustersRequest Modifier and Type Method Description default CompletableFuture<DescribeDbClustersResponse>NeptuneAsyncClient. describeDBClusters(DescribeDbClustersRequest describeDbClustersRequest)Returns information about provisioned DB clusters, and supports pagination.default DescribeDbClustersResponseNeptuneClient. describeDBClusters(DescribeDbClustersRequest describeDbClustersRequest)Returns information about provisioned DB clusters, and supports pagination.default DescribeDBClustersPublisherNeptuneAsyncClient. describeDBClustersPaginator(DescribeDbClustersRequest describeDbClustersRequest)Returns information about provisioned DB clusters, and supports pagination.default DescribeDBClustersIterableNeptuneClient. describeDBClustersPaginator(DescribeDbClustersRequest describeDbClustersRequest)Returns information about provisioned DB clusters, and supports pagination. -
Uses of DescribeDbClustersRequest in software.amazon.awssdk.services.neptune.paginators
Constructors in software.amazon.awssdk.services.neptune.paginators with parameters of type DescribeDbClustersRequest Constructor Description DescribeDBClustersIterable(NeptuneClient client, DescribeDbClustersRequest firstRequest)DescribeDBClustersPublisher(NeptuneAsyncClient client, DescribeDbClustersRequest firstRequest) -
Uses of DescribeDbClustersRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type DescribeDbClustersRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbClustersRequestMarshaller. marshall(DescribeDbClustersRequest describeDbClustersRequest)
-