Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<RedshiftIdcApplication> |
AbstractAmazonRedshiftAsync.modifyRedshiftIdcApplicationAsync(ModifyRedshiftIdcApplicationRequest request,
AsyncHandler<ModifyRedshiftIdcApplicationRequest,RedshiftIdcApplication> asyncHandler) |
Future<RedshiftIdcApplication> |
AmazonRedshiftAsync.modifyRedshiftIdcApplicationAsync(ModifyRedshiftIdcApplicationRequest modifyRedshiftIdcApplicationRequest,
AsyncHandler<ModifyRedshiftIdcApplicationRequest,RedshiftIdcApplication> asyncHandler)
Changes an existing Amazon Redshift IAM Identity Center application.
|
Future<RedshiftIdcApplication> |
AmazonRedshiftAsyncClient.modifyRedshiftIdcApplicationAsync(ModifyRedshiftIdcApplicationRequest request,
AsyncHandler<ModifyRedshiftIdcApplicationRequest,RedshiftIdcApplication> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.clone() |
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withAuthorizedTokenIssuerList(AuthorizedTokenIssuer... authorizedTokenIssuerList)
The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withAuthorizedTokenIssuerList(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList)
The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withIamRoleArn(String iamRoleArn)
The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withIdcDisplayName(String idcDisplayName)
The display name for the Amazon Redshift IAM Identity Center application to change.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withIdentityNamespace(String identityNamespace)
The namespace for the Amazon Redshift IAM Identity Center application to change.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withRedshiftIdcApplicationArn(String redshiftIdcApplicationArn)
The ARN for the Redshift application that integrates with IAM Identity Center.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withServiceIntegrations(Collection<ServiceIntegrationsUnion> serviceIntegrations)
A collection of service integrations associated with the application.
|
ModifyRedshiftIdcApplicationRequest |
ModifyRedshiftIdcApplicationRequest.withServiceIntegrations(ServiceIntegrationsUnion... serviceIntegrations)
A collection of service integrations associated with the application.
|
Copyright © 2024. All rights reserved.