Class AccessPoliciesStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The access policy configured for the Elasticsearch domain.The status of the access policy for the Elasticsearch domain.int
hashCode()
void
setOptions
(String options) The access policy configured for the Elasticsearch domain.void
setStatus
(OptionStatus status) The status of the access policy for the Elasticsearch domain.toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(String options) The access policy configured for the Elasticsearch domain.withStatus
(OptionStatus status) The status of the access policy for the Elasticsearch domain.
-
Constructor Details
-
AccessPoliciesStatus
public AccessPoliciesStatus()
-
-
Method Details
-
setOptions
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
- Parameters:
options
- The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
-
getOptions
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
- Returns:
- The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
-
withOptions
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
- Parameters:
options
- The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.- Parameters:
status
- The status of the access policy for the Elasticsearch domain. SeeOptionStatus
for the status information that's included.
-
getStatus
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.- Returns:
- The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
-
withStatus
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.- Parameters:
status
- The status of the access policy for the Elasticsearch domain. SeeOptionStatus
for the status information that's included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-