| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterAssociatedRole |
AwsRdsDbClusterAssociatedRole.clone() |
AwsRdsDbClusterAssociatedRole |
AwsRdsDbClusterAssociatedRole.withRoleArn(String roleArn)
The ARN of the IAM role.
|
AwsRdsDbClusterAssociatedRole |
AwsRdsDbClusterAssociatedRole.withStatus(String status)
The status of the association between the IAM role and the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbClusterAssociatedRole> |
AwsRdsDbClusterDetails.getAssociatedRoles()
A list of the IAM roles that are associated with the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAssociatedRoles(AwsRdsDbClusterAssociatedRole... associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbClusterDetails.setAssociatedRoles(Collection<AwsRdsDbClusterAssociatedRole> associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withAssociatedRoles(Collection<AwsRdsDbClusterAssociatedRole> associatedRoles)
A list of the IAM roles that are associated with the DB cluster.
|
Copyright © 2024. All rights reserved.