| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalClusterMember> |
GlobalCluster.globalClusterMembers()
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(GlobalClusterMember... globalClusterMembers)
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
Copyright © 2023. All rights reserved.