| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterRole> |
DBCluster.associatedRoles()
Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.associatedRoles(DBClusterRole... associatedRoles)
Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.associatedRoles(Collection<DBClusterRole> associatedRoles)
Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster.
|
Copyright © 2022. All rights reserved.