Uses of Class
software.amazon.awssdk.services.rds.model.DBInstanceRole
-
Packages that use DBInstanceRole Package Description software.amazon.awssdk.services.rds.model -
-
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 DBInstanceRole Modifier and Type Method Description 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 DBInstanceRole Modifier and Type Method Description DBInstance.BuilderDBInstance.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 DBInstanceRole Modifier and Type Method Description DBInstance.BuilderDBInstance.Builder. associatedRoles(Collection<DBInstanceRole> associatedRoles)The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.
-