Uses of Class
software.amazon.awssdk.services.rds.model.GlobalClusterMember
Packages that use GlobalClusterMember
-
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 GlobalClusterMemberModifier and TypeMethodDescriptionfinal 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 GlobalClusterMemberModifier and TypeMethodDescriptionGlobalCluster.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 GlobalClusterMemberModifier and TypeMethodDescriptionGlobalCluster.Builder.globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers) The list of primary and secondary clusters within the global database cluster.