| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterRole> |
DBCluster.associatedRoles()
A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB
cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.associatedRoles(DBClusterRole... associatedRoles)
A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB
cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.associatedRoles(Collection<DBClusterRole> associatedRoles)
A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB
cluster.
|
Copyright © 2023. All rights reserved.