Uses of Class
com.amazonaws.services.elasticsearch.model.AccessPoliciesStatus
-
Packages that use AccessPoliciesStatus Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of AccessPoliciesStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return AccessPoliciesStatus Modifier and Type Method Description AccessPoliciesStatusAccessPoliciesStatus. clone()AccessPoliciesStatusElasticsearchDomainConfig. getAccessPolicies()IAM access policy as a JSON-formatted string.AccessPoliciesStatusAccessPoliciesStatus. withOptions(String options)The access policy configured for the Elasticsearch domain.AccessPoliciesStatusAccessPoliciesStatus. withStatus(OptionStatus status)The status of the access policy for the Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type AccessPoliciesStatus Modifier and Type Method Description voidElasticsearchDomainConfig. setAccessPolicies(AccessPoliciesStatus accessPolicies)IAM access policy as a JSON-formatted string.ElasticsearchDomainConfigElasticsearchDomainConfig. withAccessPolicies(AccessPoliciesStatus accessPolicies)IAM access policy as a JSON-formatted string.
-