Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
MasterUserOptions |
MasterUserOptions.clone() |
MasterUserOptions |
AdvancedSecurityOptionsInput.getMasterUserOptions()
Credentials for the master user: username and password, ARN, or both.
|
MasterUserOptions |
MasterUserOptions.withMasterUserARN(String masterUserARN)
ARN for the master user (if IAM is enabled).
|
MasterUserOptions |
MasterUserOptions.withMasterUserName(String masterUserName)
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
|
MasterUserOptions |
MasterUserOptions.withMasterUserPassword(String masterUserPassword)
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSecurityOptionsInput.setMasterUserOptions(MasterUserOptions masterUserOptions)
Credentials for the master user: username and password, ARN, or both.
|
AdvancedSecurityOptionsInput |
AdvancedSecurityOptionsInput.withMasterUserOptions(MasterUserOptions masterUserOptions)
Credentials for the master user: username and password, ARN, or both.
|
Copyright © 2021. All rights reserved.