Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
ModifyingProperties |
ModifyingProperties.clone() |
ModifyingProperties |
ModifyingProperties.withActiveValue(String activeValue)
The current value of the domain property that is being modified.
|
ModifyingProperties |
ModifyingProperties.withName(String name)
The name of the property that is currently being modified.
|
ModifyingProperties |
ModifyingProperties.withPendingValue(String pendingValue)
The value that the property that is currently being modified will eventually have.
|
ModifyingProperties |
ModifyingProperties.withValueType(PropertyValueType valueType)
The type of value that is currently being modified.
|
ModifyingProperties |
ModifyingProperties.withValueType(String valueType)
The type of value that is currently being modified.
|
Modifier and Type | Method and Description |
---|---|
List<ModifyingProperties> |
ElasticsearchDomainStatus.getModifyingProperties()
Information about the domain properties that are currently being modified.
|
List<ModifyingProperties> |
ElasticsearchDomainConfig.getModifyingProperties()
Information about the domain properties that are currently being modified.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withModifyingProperties(ModifyingProperties... modifyingProperties)
Information about the domain properties that are currently being modified.
|
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withModifyingProperties(ModifyingProperties... modifyingProperties)
Information about the domain properties that are currently being modified.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainStatus.setModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
void |
ElasticsearchDomainConfig.setModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
Copyright © 2024. All rights reserved.