Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Cluster |
AbstractAmazonRedshift.modifyClusterIamRoles(ModifyClusterIamRolesRequest request) |
Future<Cluster> |
AmazonRedshiftAsyncClient.modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request) |
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> |
AbstractAmazonRedshiftAsync.modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request) |
Future<Cluster> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request,
AsyncHandler<ModifyClusterIamRolesRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.modifyClusterIamRolesAsync(ModifyClusterIamRolesRequest request,
AsyncHandler<ModifyClusterIamRolesRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyClusterIamRolesRequest |
ModifyClusterIamRolesRequest.clone() |
ModifyClusterIamRolesRequest |
ModifyClusterIamRolesRequest.withAddIamRoles(Collection<String> addIamRoles)
Zero or more IAM roles (in their ARN format) to associate with the
cluster.
|
ModifyClusterIamRolesRequest |
ModifyClusterIamRolesRequest.withAddIamRoles(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(Collection<String> removeIamRoles)
Zero or more IAM roles (in their ARN format) to disassociate from the
cluster.
|
ModifyClusterIamRolesRequest |
ModifyClusterIamRolesRequest.withRemoveIamRoles(String... removeIamRoles)
Zero or more IAM roles (in their ARN format) to disassociate from the
cluster.
|
Copyright © 2018. All rights reserved.