Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterIamRole
-
Packages that use ClusterIamRole Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterIamRole in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterIamRole Modifier and Type Method Description List<ClusterIamRole>Cluster. iamRoles()A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterIamRole Modifier and Type Method Description Cluster.BuilderCluster.Builder. iamRoles(ClusterIamRole... iamRoles)A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterIamRole Modifier and Type Method Description Cluster.BuilderCluster.Builder. iamRoles(Collection<ClusterIamRole> iamRoles)A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.
-