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()
Container for the configuration of the OpenSearch Service domain.
|
DomainConfig |
DomainConfig.withAccessPolicies(AccessPoliciesStatus accessPolicies)
Specifies the access policies for the domain.
|
DomainConfig |
DomainConfig.withAdvancedOptions(AdvancedOptionsStatus advancedOptions)
Key-value pairs to specify advanced configuration options.
|
DomainConfig |
DomainConfig.withAdvancedSecurityOptions(AdvancedSecurityOptionsStatus advancedSecurityOptions)
Container for fine-grained access control settings for the domain.
|
DomainConfig |
DomainConfig.withAutoTuneOptions(AutoTuneOptionsStatus autoTuneOptions)
Container for Auto-Tune settings for the domain.
|
DomainConfig |
DomainConfig.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about the progress of an existing configuration change.
|
DomainConfig |
DomainConfig.withClusterConfig(ClusterConfigStatus clusterConfig)
Container for the cluster configuration of a the domain.
|
DomainConfig |
DomainConfig.withCognitoOptions(CognitoOptionsStatus cognitoOptions)
Container for Amazon Cognito options for the domain.
|
DomainConfig |
DomainConfig.withDomainEndpointOptions(DomainEndpointOptionsStatus domainEndpointOptions)
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
|
DomainConfig |
DomainConfig.withEBSOptions(EBSOptionsStatus eBSOptions)
Container for EBS options configured for the domain.
|
DomainConfig |
DomainConfig.withEncryptionAtRestOptions(EncryptionAtRestOptionsStatus encryptionAtRestOptions)
Key-value pairs to enable encryption at rest.
|
DomainConfig |
DomainConfig.withEngineVersion(VersionStatus engineVersion)
The OpenSearch or Elasticsearch version that the domain is running.
|
DomainConfig |
DomainConfig.withLogPublishingOptions(LogPublishingOptionsStatus logPublishingOptions)
Key-value pairs to configure slow log publishing.
|
DomainConfig |
DomainConfig.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptionsStatus nodeToNodeEncryptionOptions)
Whether node-to-node encryption is enabled or disabled.
|
DomainConfig |
DomainConfig.withOffPeakWindowOptions(OffPeakWindowOptionsStatus offPeakWindowOptions)
Container for off-peak window options for the domain.
|
DomainConfig |
DomainConfig.withSnapshotOptions(SnapshotOptionsStatus snapshotOptions)
DEPRECATED.
|
DomainConfig |
DomainConfig.withSoftwareUpdateOptions(SoftwareUpdateOptionsStatus softwareUpdateOptions)
Software update options for the domain.
|
DomainConfig |
DomainConfig.withVPCOptions(VPCDerivedInfoStatus vPCOptions)
The current VPC options for the domain and the status of any updates to their configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDomainConfigResult.setDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
void |
DescribeDomainConfigResult.setDomainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
|
UpdateDomainConfigResult |
UpdateDomainConfigResult.withDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
DescribeDomainConfigResult |
DescribeDomainConfigResult.withDomainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
|
Copyright © 2023. All rights reserved.