Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbClusterAssociatedRole
-
Packages that use AwsRdsDbClusterAssociatedRole Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbClusterAssociatedRole in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbClusterAssociatedRole Modifier and Type Method Description List<AwsRdsDbClusterAssociatedRole>AwsRdsDbClusterDetails. associatedRoles()A list of the IAM roles that are associated with the DB cluster.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbClusterAssociatedRole Modifier and Type Method Description AwsRdsDbClusterDetails.BuilderAwsRdsDbClusterDetails.Builder. associatedRoles(AwsRdsDbClusterAssociatedRole... associatedRoles)A list of the IAM roles that are associated with the DB cluster.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbClusterAssociatedRole Modifier and Type Method Description AwsRdsDbClusterDetails.BuilderAwsRdsDbClusterDetails.Builder. associatedRoles(Collection<AwsRdsDbClusterAssociatedRole> associatedRoles)A list of the IAM roles that are associated with the DB cluster.
-