Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbInstanceAssociatedRole
-
Packages that use AwsRdsDbInstanceAssociatedRole Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbInstanceAssociatedRole in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbInstanceAssociatedRole Modifier and Type Method Description List<AwsRdsDbInstanceAssociatedRole>AwsRdsDbInstanceDetails. associatedRoles()The IAM roles associated with the DB instance.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbInstanceAssociatedRole Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. associatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles)The IAM roles associated with the DB instance.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbInstanceAssociatedRole Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. associatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)The IAM roles associated with the DB instance.
-