| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
AmazonNeptuneClient.describeGlobalClusters(DescribeGlobalClustersRequest request)
Returns information about Neptune global database clusters.
|
DescribeGlobalClustersResult |
AbstractAmazonNeptune.describeGlobalClusters(DescribeGlobalClustersRequest request) |
DescribeGlobalClustersResult |
AmazonNeptune.describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)
Returns information about Neptune global database clusters.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGlobalClustersResult> |
AmazonNeptuneAsyncClient.describeGlobalClustersAsync(DescribeGlobalClustersRequest request,
AsyncHandler<DescribeGlobalClustersRequest,DescribeGlobalClustersResult> asyncHandler) |
Future<DescribeGlobalClustersResult> |
AbstractAmazonNeptuneAsync.describeGlobalClustersAsync(DescribeGlobalClustersRequest request,
AsyncHandler<DescribeGlobalClustersRequest,DescribeGlobalClustersResult> asyncHandler) |
Future<DescribeGlobalClustersResult> |
AmazonNeptuneAsync.describeGlobalClustersAsync(DescribeGlobalClustersRequest describeGlobalClustersRequest,
AsyncHandler<DescribeGlobalClustersRequest,DescribeGlobalClustersResult> asyncHandler)
Returns information about Neptune global database clusters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.clone() |
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withMarker(String marker)
A pagination token.
|
Copyright © 2024. All rights reserved.