Uses of Class
com.amazonaws.services.elasticsearch.model.AccessPoliciesStatus
Packages that use AccessPoliciesStatus
-
Uses of AccessPoliciesStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return AccessPoliciesStatusModifier and TypeMethodDescriptionAccessPoliciesStatus.clone()
ElasticsearchDomainConfig.getAccessPolicies()
IAM access policy as a JSON-formatted string.AccessPoliciesStatus.withOptions
(String options) The access policy configured for the Elasticsearch domain.AccessPoliciesStatus.withStatus
(OptionStatus status) The status of the access policy for the Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type AccessPoliciesStatusModifier and TypeMethodDescriptionvoid
ElasticsearchDomainConfig.setAccessPolicies
(AccessPoliciesStatus accessPolicies) IAM access policy as a JSON-formatted string.ElasticsearchDomainConfig.withAccessPolicies
(AccessPoliciesStatus accessPolicies) IAM access policy as a JSON-formatted string.