Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterMember
Packages that use DBClusterMember
-
Uses of DBClusterMember in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterMemberModifier and TypeMethodDescriptionfinal List<DBClusterMember>DBCluster.dbClusterMembers()The list of DB instances that make up the DB cluster.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterMemberModifier and TypeMethodDescriptionDBCluster.Builder.dbClusterMembers(DBClusterMember... dbClusterMembers) The list of DB instances that make up the DB cluster.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterMemberModifier and TypeMethodDescriptionDBCluster.Builder.dbClusterMembers(Collection<DBClusterMember> dbClusterMembers) The list of DB instances that make up the DB cluster.