| 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 Amazon Resource Name (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 AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAssociatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
Copyright © 2020. All rights reserved.