Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
RedshiftIdcApplication |
AbstractAmazonRedshift.createRedshiftIdcApplication(CreateRedshiftIdcApplicationRequest request) |
RedshiftIdcApplication |
AmazonRedshiftClient.createRedshiftIdcApplication(CreateRedshiftIdcApplicationRequest request)
Creates an Amazon Redshift application for use with IAM Identity Center.
|
RedshiftIdcApplication |
AmazonRedshift.createRedshiftIdcApplication(CreateRedshiftIdcApplicationRequest createRedshiftIdcApplicationRequest)
Creates an Amazon Redshift application for use with IAM Identity Center.
|
RedshiftIdcApplication |
AbstractAmazonRedshift.modifyRedshiftIdcApplication(ModifyRedshiftIdcApplicationRequest request) |
RedshiftIdcApplication |
AmazonRedshiftClient.modifyRedshiftIdcApplication(ModifyRedshiftIdcApplicationRequest request)
Changes an existing Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
AmazonRedshift.modifyRedshiftIdcApplication(ModifyRedshiftIdcApplicationRequest modifyRedshiftIdcApplicationRequest)
Changes an existing Amazon Redshift IAM Identity Center application.
|
Modifier and Type | Method and Description |
---|---|
RedshiftIdcApplication |
RedshiftIdcApplication.clone() |
RedshiftIdcApplication |
RedshiftIdcApplication.withAuthorizedTokenIssuerList(AuthorizedTokenIssuer... authorizedTokenIssuerList)
The authorized token issuer list for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withAuthorizedTokenIssuerList(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList)
The authorized token issuer list for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withIamRoleArn(String iamRoleArn)
The ARN for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withIdcDisplayName(String idcDisplayName)
The display name for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withIdcInstanceArn(String idcInstanceArn)
The ARN for the IAM Identity Center instance that Redshift integrates with.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withIdcManagedApplicationArn(String idcManagedApplicationArn)
The ARN for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withIdcOnboardStatus(String idcOnboardStatus)
The onboarding status for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withIdentityNamespace(String identityNamespace)
The identity namespace for the Amazon Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withRedshiftIdcApplicationArn(String redshiftIdcApplicationArn)
The ARN for the Redshift application that integrates with IAM Identity Center.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withRedshiftIdcApplicationName(String redshiftIdcApplicationName)
The name of the Redshift application in IAM Identity Center.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withServiceIntegrations(Collection<ServiceIntegrationsUnion> serviceIntegrations)
A list of service integrations for the Redshift IAM Identity Center application.
|
RedshiftIdcApplication |
RedshiftIdcApplication.withServiceIntegrations(ServiceIntegrationsUnion... serviceIntegrations)
A list of service integrations for the Redshift IAM Identity Center application.
|
Modifier and Type | Method and Description |
---|---|
List<RedshiftIdcApplication> |
DescribeRedshiftIdcApplicationsResult.getRedshiftIdcApplications()
The list of Amazon Redshift IAM Identity Center applications.
|
Modifier and Type | Method and Description |
---|---|
DescribeRedshiftIdcApplicationsResult |
DescribeRedshiftIdcApplicationsResult.withRedshiftIdcApplications(RedshiftIdcApplication... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeRedshiftIdcApplicationsResult.setRedshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
|
DescribeRedshiftIdcApplicationsResult |
DescribeRedshiftIdcApplicationsResult.withRedshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
|
Copyright © 2024. All rights reserved.