Package | Description |
---|---|
com.amazonaws.services.opensearch.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> |
DomainConfig.getModifyingProperties()
Information about the domain properties that are currently being modified.
|
List<ModifyingProperties> |
DomainStatus.getModifyingProperties()
Information about the domain properties that are currently being modified.
|
Modifier and Type | Method and Description |
---|---|
DomainConfig |
DomainConfig.withModifyingProperties(ModifyingProperties... modifyingProperties)
Information about the domain properties that are currently being modified.
|
DomainStatus |
DomainStatus.withModifyingProperties(ModifyingProperties... modifyingProperties)
Information about the domain properties that are currently being modified.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainConfig.setModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
void |
DomainStatus.setModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
DomainConfig |
DomainConfig.withModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
DomainStatus |
DomainStatus.withModifyingProperties(Collection<ModifyingProperties> modifyingProperties)
Information about the domain properties that are currently being modified.
|
Copyright © 2024. All rights reserved.