Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBClusterRole |
DBClusterRole.clone() |
DBClusterRole |
DBClusterRole.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
|
DBClusterRole |
DBClusterRole.withStatus(String status)
Describes the state of association between the IAM role and the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
List<DBClusterRole> |
DBCluster.getAssociatedRoles()
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
DBCluster |
DBCluster.withAssociatedRoles(DBClusterRole... associatedRoles)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
DBCluster.setAssociatedRoles(Collection<DBClusterRole> associatedRoles)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
DBCluster |
DBCluster.withAssociatedRoles(Collection<DBClusterRole> associatedRoles)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
Copyright © 2017. All rights reserved.