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