Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterRole
-
Packages that use DBClusterRole Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBClusterRole in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterRole Modifier and Type Method Description List<DBClusterRole>DBCluster. associatedRoles()A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterRole Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. associatedRoles(DBClusterRole... associatedRoles)A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterRole Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. associatedRoles(Collection<DBClusterRole> associatedRoles)A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster.
-