Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterRole
Packages that use DBClusterRole
-
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 DBClusterRoleModifier and TypeMethodDescriptionfinal 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 DBClusterRoleModifier and TypeMethodDescriptionDBCluster.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 DBClusterRoleModifier and TypeMethodDescriptionDBCluster.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.