Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterIamRole> |
Cluster.iamRoles
A list of AWS Identity and Access Management (IAM) roles that can be used
by the cluster to access other AWS services.
|
Modifier and Type | Method and Description |
---|---|
ClusterIamRole |
ClusterIamRole.clone() |
ClusterIamRole |
ClusterIamRole.withApplyStatus(java.lang.String applyStatus)
Describes the status of the IAM role's association with an Amazon
Redshift cluster.
|
ClusterIamRole |
ClusterIamRole.withIamRoleArn(java.lang.String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setIamRoles(java.util.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.
|
Cluster |
Cluster.withIamRoles(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ClusterIamRole |
ClusterIamRoleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |