Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeGlobalClustersResponse
-
Packages that use DescribeGlobalClustersResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators -
-
Uses of DescribeGlobalClustersResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return DescribeGlobalClustersResponse Modifier and Type Method Description default DescribeGlobalClustersResponseNeptuneClient. describeGlobalClusters(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)Returns information about Neptune global database clusters.default DescribeGlobalClustersResponseNeptuneClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Neptune global database clusters.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description default CompletableFuture<DescribeGlobalClustersResponse>NeptuneAsyncClient. describeGlobalClusters(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)Returns information about Neptune global database clusters.default CompletableFuture<DescribeGlobalClustersResponse>NeptuneAsyncClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Neptune global database clusters. -
Uses of DescribeGlobalClustersResponse in software.amazon.awssdk.services.neptune.paginators
Methods in software.amazon.awssdk.services.neptune.paginators that return types with arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description Iterator<DescribeGlobalClustersResponse>DescribeGlobalClustersIterable. iterator()Method parameters in software.amazon.awssdk.services.neptune.paginators with type arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description voidDescribeGlobalClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGlobalClustersResponse> subscriber)
-