Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private AccessPoliciesStatus |
ElasticsearchDomainConfig.accessPolicies
IAM access policy as a JSON-formatted string.
|
Modifier and Type | Method and Description |
---|---|
AccessPoliciesStatus |
AccessPoliciesStatus.clone() |
AccessPoliciesStatus |
ElasticsearchDomainConfig.getAccessPolicies()
IAM access policy as a JSON-formatted string.
|
AccessPoliciesStatus |
AccessPoliciesStatus.withOptions(java.lang.String options)
The access policy configured for the Elasticsearch domain.
|
AccessPoliciesStatus |
AccessPoliciesStatus.withStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainConfig.setAccessPolicies(AccessPoliciesStatus accessPolicies)
IAM access policy as a JSON-formatted string.
|
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withAccessPolicies(AccessPoliciesStatus accessPolicies)
IAM access policy as a JSON-formatted string.
|
Modifier and Type | Method and Description |
---|---|
AccessPoliciesStatus |
AccessPoliciesStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AccessPoliciesStatusJsonMarshaller.marshall(AccessPoliciesStatus accessPoliciesStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|