Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
LogPublishingOptionsStatus |
LogPublishingOptionsStatus.addOptionsEntry(String key,
LogPublishingOption value)
Add a single Options entry
|
LogPublishingOptionsStatus |
LogPublishingOptionsStatus.clearOptionsEntries()
Removes all the entries added into Options.
|
LogPublishingOptionsStatus |
LogPublishingOptionsStatus.clone() |
LogPublishingOptionsStatus |
DomainConfig.getLogPublishingOptions()
Key-value pairs to configure log publishing.
|
LogPublishingOptionsStatus |
LogPublishingOptionsStatus.withOptions(Map<String,LogPublishingOption> options)
The log publishing options configured for the domain.
|
LogPublishingOptionsStatus |
LogPublishingOptionsStatus.withStatus(OptionStatus status)
The status of the log publishing options for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainConfig.setLogPublishingOptions(LogPublishingOptionsStatus logPublishingOptions)
Key-value pairs to configure log publishing.
|
DomainConfig |
DomainConfig.withLogPublishingOptions(LogPublishingOptionsStatus logPublishingOptions)
Key-value pairs to configure log publishing.
|
Copyright © 2023. All rights reserved.