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 Cluster
AbstractAmazonRedshift. modifyClusterIamRoles(ModifyClusterIamRolesRequest request)
Cluster
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.Cluster
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.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 ModifyClusterIamRolesRequest
ModifyClusterIamRolesRequest. clone()
ModifyClusterIamRolesRequest
ModifyClusterIamRolesRequest. withAddIamRoles(String... addIamRoles)
Zero or more IAM roles (in their ARN format) to associate with the cluster.ModifyClusterIamRolesRequest
ModifyClusterIamRolesRequest. withAddIamRoles(Collection<String> addIamRoles)
Zero or more IAM roles (in their ARN format) to associate with the cluster.ModifyClusterIamRolesRequest
ModifyClusterIamRolesRequest. withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which you want to associate or disassociate IAM roles.ModifyClusterIamRolesRequest
ModifyClusterIamRolesRequest. withRemoveIamRoles(String... removeIamRoles)
Zero or more IAM roles (in their ARN format) to disassociate from the cluster.ModifyClusterIamRolesRequest
ModifyClusterIamRolesRequest. withRemoveIamRoles(Collection<String> removeIamRoles)
Zero or more IAM roles (in their ARN format) to disassociate from the cluster.
-