Uses of Class
com.amazonaws.services.redshift.model.ModifyClusterIamRolesRequest
-
Packages that use ModifyClusterIamRolesRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of ModifyClusterIamRolesRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type ModifyClusterIamRolesRequest Modifier and Type Method Description ClusterAbstractAmazonRedshift. modifyClusterIamRoles(ModifyClusterIamRolesRequest request)ClusterAmazonRedshift. 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.ClusterAmazonRedshiftClient. 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.Future<Cluster>AbstractAmazonRedshiftAsync. modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request)Future<Cluster>AbstractAmazonRedshiftAsync. modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest,Cluster> asyncHandler)Future<Cluster>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.Future<Cluster>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.Future<Cluster>AmazonRedshiftAsyncClient. modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request)Future<Cluster>AmazonRedshiftAsyncClient. modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest,Cluster> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type ModifyClusterIamRolesRequest Modifier and Type Method Description Future<Cluster>AbstractAmazonRedshiftAsync. modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request, AsyncHandler<ModifyClusterIamRolesRequest,Cluster> asyncHandler)Future<Cluster>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.Future<Cluster>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 ModifyClusterIamRolesRequest Modifier and Type Method Description ModifyClusterIamRolesRequestModifyClusterIamRolesRequest. clone()ModifyClusterIamRolesRequestModifyClusterIamRolesRequest. withAddIamRoles(String... addIamRoles)Zero or more IAM roles (in their ARN format) to associate with the cluster.ModifyClusterIamRolesRequestModifyClusterIamRolesRequest. withAddIamRoles(Collection<String> addIamRoles)Zero or more IAM roles (in their ARN format) to associate with the cluster.ModifyClusterIamRolesRequestModifyClusterIamRolesRequest. withClusterIdentifier(String clusterIdentifier)The unique identifier of the cluster for which you want to associate or disassociate IAM roles.ModifyClusterIamRolesRequestModifyClusterIamRolesRequest. withRemoveIamRoles(String... removeIamRoles)Zero or more IAM roles (in their ARN format) to disassociate from the cluster.ModifyClusterIamRolesRequestModifyClusterIamRolesRequest. withRemoveIamRoles(Collection<String> removeIamRoles)Zero or more IAM roles (in their ARN format) to disassociate from the cluster.
-