Uses of Class
com.amazonaws.services.redshift.model.ClusterIamRole
-
Packages that use ClusterIamRole Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterIamRole in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterIamRole Modifier and Type Method Description ClusterIamRoleClusterIamRole. clone()ClusterIamRoleClusterIamRole. withApplyStatus(String applyStatus)Describes the status of the IAM role's association with an Amazon Redshift cluster.ClusterIamRoleClusterIamRole. withIamRoleArn(String iamRoleArn)The Amazon Resource Name (ARN) of the IAM role.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterIamRole Modifier and Type Method Description List<ClusterIamRole>Cluster. getIamRoles()A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterIamRole Modifier and Type Method Description ClusterCluster. withIamRoles(ClusterIamRole... iamRoles)A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterIamRole Modifier and Type Method Description voidCluster. setIamRoles(Collection<ClusterIamRole> iamRoles)A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.ClusterCluster. withIamRoles(Collection<ClusterIamRole> iamRoles)A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
-