Uses of Class
software.amazon.awssdk.services.rds.model.GlobalClusterMember
-
Packages that use GlobalClusterMember Package Description software.amazon.awssdk.services.rds.model -
-
Uses of GlobalClusterMember in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type GlobalClusterMember Modifier and Type Method Description List<GlobalClusterMember>GlobalCluster. globalClusterMembers()The list of primary and secondary clusters within the global database cluster.Methods in software.amazon.awssdk.services.rds.model with parameters of type GlobalClusterMember Modifier and Type Method Description GlobalCluster.BuilderGlobalCluster.Builder. globalClusterMembers(GlobalClusterMember... globalClusterMembers)The list of primary and secondary clusters within the global database cluster.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type GlobalClusterMember Modifier and Type Method Description GlobalCluster.BuilderGlobalCluster.Builder. globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)The list of primary and secondary clusters within the global database cluster.
-