| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static LogType |
LogType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static LogType |
LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LogType> |
LogType.knownValues()
|
Map<LogType,LogPublishingOption> |
CreateElasticsearchDomainRequest.logPublishingOptions()
Map of
LogType and LogPublishingOption, each containing options to publish a given type
of Elasticsearch log. |
Map<LogType,LogPublishingOption> |
ElasticsearchDomainStatus.logPublishingOptions()
Log publishing options for the given domain.
|
Map<LogType,LogPublishingOption> |
UpdateElasticsearchDomainConfigRequest.logPublishingOptions()
Map of
LogType and LogPublishingOption, each containing options to publish a given type
of Elasticsearch log. |
Map<LogType,LogPublishingOption> |
LogPublishingOptionsStatus.options()
The log publishing options configured for the Elasticsearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
CreateElasticsearchDomainRequest.Builder |
CreateElasticsearchDomainRequest.Builder.logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption, each containing options to publish a given
type of Elasticsearch log. |
ElasticsearchDomainStatus.Builder |
ElasticsearchDomainStatus.Builder.logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
UpdateElasticsearchDomainConfigRequest.Builder |
UpdateElasticsearchDomainConfigRequest.Builder.logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption, each containing options to publish a given
type of Elasticsearch log. |
LogPublishingOptionsStatus.Builder |
LogPublishingOptionsStatus.Builder.options(Map<LogType,LogPublishingOption> options)
The log publishing options configured for the Elasticsearch domain.
|
Copyright © 2022. All rights reserved.