| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DomainConfig |
DomainConfig.clone() |
DomainConfig |
UpdateDomainConfigResult.getDomainConfig()
The status of the updated domain.
|
DomainConfig |
DescribeDomainConfigResult.getDomainConfig()
The configuration information of the domain requested in the
DescribeDomainConfig request. |
DomainConfig |
DomainConfig.withAccessPolicies(AccessPoliciesStatus accessPolicies)
IAM access policy as a JSON-formatted string.
|
DomainConfig |
DomainConfig.withAdvancedOptions(AdvancedOptionsStatus advancedOptions)
The
AdvancedOptions for the domain. |
DomainConfig |
DomainConfig.withAdvancedSecurityOptions(AdvancedSecurityOptionsStatus advancedSecurityOptions)
Specifies
AdvancedSecurityOptions for the domain. |
DomainConfig |
DomainConfig.withAutoTuneOptions(AutoTuneOptionsStatus autoTuneOptions)
Specifies
AutoTuneOptions for the domain. |
DomainConfig |
DomainConfig.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
DomainConfig |
DomainConfig.withClusterConfig(ClusterConfigStatus clusterConfig)
The
ClusterConfig for the domain. |
DomainConfig |
DomainConfig.withCognitoOptions(CognitoOptionsStatus cognitoOptions)
The
CognitoOptions for the specified domain. |
DomainConfig |
DomainConfig.withDomainEndpointOptions(DomainEndpointOptionsStatus domainEndpointOptions)
The
DomainEndpointOptions for the domain. |
DomainConfig |
DomainConfig.withEBSOptions(EBSOptionsStatus eBSOptions)
The
EBSOptions for the domain. |
DomainConfig |
DomainConfig.withEncryptionAtRestOptions(EncryptionAtRestOptionsStatus encryptionAtRestOptions)
The
EncryptionAtRestOptions for the domain. |
DomainConfig |
DomainConfig.withEngineVersion(VersionStatus engineVersion)
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or
Elasticsearch domain.
|
DomainConfig |
DomainConfig.withLogPublishingOptions(LogPublishingOptionsStatus logPublishingOptions)
Log publishing options for the given domain.
|
DomainConfig |
DomainConfig.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsStatus nodeToNodeEncryptionOptions)
The
NodeToNodeEncryptionOptions for the domain. |
DomainConfig |
DomainConfig.withSnapshotOptions(SnapshotOptionsStatus snapshotOptions)
The
SnapshotOptions for the domain. |
DomainConfig |
DomainConfig.withVPCOptions(VPCDerivedInfoStatus vPCOptions)
The
VPCOptions for the specified domain. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainConfigResult.setDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
void |
DescribeDomainConfigResult.setDomainConfig(DomainConfig domainConfig)
The configuration information of the domain requested in the
DescribeDomainConfig request. |
UpdateDomainConfigResult |
UpdateDomainConfigResult.withDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
DescribeDomainConfigResult |
DescribeDomainConfigResult.withDomainConfig(DomainConfig domainConfig)
The configuration information of the domain requested in the
DescribeDomainConfig request. |
Copyright © 2022. All rights reserved.