Uses of Class
software.amazon.awssdk.services.rds.model.DBInstanceRole
Packages that use DBInstanceRole
-
Uses of DBInstanceRole in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBInstanceRoleModifier and TypeMethodDescriptionfinal List<DBInstanceRole>DBInstance.associatedRoles()The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBInstanceRoleModifier and TypeMethodDescriptionDBInstance.Builder.associatedRoles(DBInstanceRole... associatedRoles) The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBInstanceRoleModifier and TypeMethodDescriptionDBInstance.Builder.associatedRoles(Collection<DBInstanceRole> associatedRoles) The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.