Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterIamRole
-
Packages that use AwsRedshiftClusterIamRole Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterIamRole in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterIamRole Modifier and Type Method Description List<AwsRedshiftClusterIamRole>AwsRedshiftClusterDetails. iamRoles()A list of IAM roles that the cluster can use to access other Amazon Web Services services.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterIamRole Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. iamRoles(AwsRedshiftClusterIamRole... iamRoles)A list of IAM roles that the cluster can use to access other Amazon Web Services services.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterIamRole Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. iamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)A list of IAM roles that the cluster can use to access other Amazon Web Services services.
-