Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
CognitoOptions |
CognitoOptions.clone() |
CognitoOptions |
CreateElasticsearchDomainRequest.getCognitoOptions()
Options to specify the Cognito user and identity pools for Kibana authentication.
|
CognitoOptions |
ElasticsearchDomainStatus.getCognitoOptions()
The
CognitoOptions for the specified domain. |
CognitoOptions |
UpdateElasticsearchDomainConfigRequest.getCognitoOptions()
Options to specify the Cognito user and identity pools for Kibana authentication.
|
CognitoOptions |
CognitoOptionsStatus.getOptions()
Specifies the Cognito options for the specified Elasticsearch domain.
|
CognitoOptions |
CognitoOptions.withEnabled(Boolean enabled)
Specifies the option to enable Cognito for Kibana authentication.
|
CognitoOptions |
CognitoOptions.withIdentityPoolId(String identityPoolId)
Specifies the Cognito identity pool ID for Kibana authentication.
|
CognitoOptions |
CognitoOptions.withRoleArn(String roleArn)
Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
|
CognitoOptions |
CognitoOptions.withUserPoolId(String userPoolId)
Specifies the Cognito user pool ID for Kibana authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateElasticsearchDomainRequest.setCognitoOptions(CognitoOptions cognitoOptions)
Options to specify the Cognito user and identity pools for Kibana authentication.
|
void |
ElasticsearchDomainStatus.setCognitoOptions(CognitoOptions cognitoOptions)
The
CognitoOptions for the specified domain. |
void |
UpdateElasticsearchDomainConfigRequest.setCognitoOptions(CognitoOptions cognitoOptions)
Options to specify the Cognito user and identity pools for Kibana authentication.
|
void |
CognitoOptionsStatus.setOptions(CognitoOptions options)
Specifies the Cognito options for the specified Elasticsearch domain.
|
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withCognitoOptions(CognitoOptions cognitoOptions)
Options to specify the Cognito user and identity pools for Kibana authentication.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withCognitoOptions(CognitoOptions cognitoOptions)
The
CognitoOptions for the specified domain. |
UpdateElasticsearchDomainConfigRequest |
UpdateElasticsearchDomainConfigRequest.withCognitoOptions(CognitoOptions cognitoOptions)
Options to specify the Cognito user and identity pools for Kibana authentication.
|
CognitoOptionsStatus |
CognitoOptionsStatus.withOptions(CognitoOptions options)
Specifies the Cognito options for the specified Elasticsearch domain.
|
Copyright © 2021. All rights reserved.