| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBInstanceRole |
DBInstanceRole.clone() |
DBInstanceRole |
DBInstanceRole.withFeatureName(String featureName)
The name of the feature associated with the AWS Identity and Access Management (IAM) role.
|
DBInstanceRole |
DBInstanceRole.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
|
DBInstanceRole |
DBInstanceRole.withStatus(String status)
Describes the state of association between the IAM role and the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBInstanceRole> |
DBInstance.getAssociatedRoles()
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
DBInstance.withAssociatedRoles(DBInstanceRole... associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setAssociatedRoles(Collection<DBInstanceRole> associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
DBInstance |
DBInstance.withAssociatedRoles(Collection<DBInstanceRole> associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
Copyright © 2021. All rights reserved.