Uses of Class
com.amazonaws.services.redshift.model.ModifyClusterIamRolesRequest
Packages that use ModifyClusterIamRolesRequest
-
Uses of ModifyClusterIamRolesRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type ModifyClusterIamRolesRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.modifyClusterIamRoles
(ModifyClusterIamRolesRequest request) AmazonRedshift.modifyClusterIamRoles
(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest) Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.AmazonRedshiftClient.modifyClusterIamRoles
(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest) Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.AbstractAmazonRedshiftAsync.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest request) AbstractAmazonRedshiftAsync.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest, Cluster> asyncHandler) AmazonRedshiftAsync.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest) Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.AmazonRedshiftAsync.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest, AsyncHandler<ModifyClusterIamRolesRequest, Cluster> asyncHandler) Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.AmazonRedshiftAsyncClient.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest request) AmazonRedshiftAsyncClient.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest, Cluster> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type ModifyClusterIamRolesRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest, Cluster> asyncHandler) AmazonRedshiftAsync.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest modifyClusterIamRolesRequest, AsyncHandler<ModifyClusterIamRolesRequest, Cluster> asyncHandler) Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.AmazonRedshiftAsyncClient.modifyClusterIamRolesAsync
(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest, Cluster> asyncHandler) -
Uses of ModifyClusterIamRolesRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ModifyClusterIamRolesRequestModifier and TypeMethodDescriptionModifyClusterIamRolesRequest.clone()
ModifyClusterIamRolesRequest.withAddIamRoles
(String... addIamRoles) Zero or more IAM roles (in their ARN format) to associate with the cluster.ModifyClusterIamRolesRequest.withAddIamRoles
(Collection<String> addIamRoles) Zero or more IAM roles (in their ARN format) to associate with the cluster.ModifyClusterIamRolesRequest.withClusterIdentifier
(String clusterIdentifier) The unique identifier of the cluster for which you want to associate or disassociate IAM roles.ModifyClusterIamRolesRequest.withRemoveIamRoles
(String... removeIamRoles) Zero or more IAM roles (in their ARN format) to disassociate from the cluster.ModifyClusterIamRolesRequest.withRemoveIamRoles
(Collection<String> removeIamRoles) Zero or more IAM roles (in their ARN format) to disassociate from the cluster.