Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeGlobalClustersRequest
-
Packages that use DescribeGlobalClustersRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators software.amazon.awssdk.services.neptune.transform -
-
Uses of DescribeGlobalClustersRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type DescribeGlobalClustersRequest Modifier and Type Method Description default CompletableFuture<DescribeGlobalClustersResponse>NeptuneAsyncClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Neptune global database clusters.default DescribeGlobalClustersResponseNeptuneClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Neptune global database clusters.default DescribeGlobalClustersPublisherNeptuneAsyncClient. describeGlobalClustersPaginator(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Neptune global database clusters.default DescribeGlobalClustersIterableNeptuneClient. describeGlobalClustersPaginator(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Neptune global database clusters. -
Uses of DescribeGlobalClustersRequest in software.amazon.awssdk.services.neptune.paginators
Constructors in software.amazon.awssdk.services.neptune.paginators with parameters of type DescribeGlobalClustersRequest Constructor Description DescribeGlobalClustersIterable(NeptuneClient client, DescribeGlobalClustersRequest firstRequest)DescribeGlobalClustersPublisher(NeptuneAsyncClient client, DescribeGlobalClustersRequest firstRequest) -
Uses of DescribeGlobalClustersRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type DescribeGlobalClustersRequest Modifier and Type Method Description SdkHttpFullRequestDescribeGlobalClustersRequestMarshaller. marshall(DescribeGlobalClustersRequest describeGlobalClustersRequest)
-