Uses of Class
software.amazon.awssdk.services.neptune.model.GlobalClusterMember
-
Packages that use GlobalClusterMember Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of GlobalClusterMember in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type GlobalClusterMember Modifier and Type Method 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.Methods in software.amazon.awssdk.services.neptune.model with parameters of type GlobalClusterMember Modifier and Type Method Description GlobalCluster.BuilderGlobalCluster.Builder. globalClusterMembers(GlobalClusterMember... globalClusterMembers)A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.Method parameters in software.amazon.awssdk.services.neptune.model with type arguments of type GlobalClusterMember Modifier and Type Method Description GlobalCluster.BuilderGlobalCluster.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.
-