| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
CancelledChangeProperty |
CancelledChangeProperty.clone() |
CancelledChangeProperty |
CancelledChangeProperty.withActiveValue(String activeValue)
The current value of the property, after the change was cancelled.
|
CancelledChangeProperty |
CancelledChangeProperty.withCancelledValue(String cancelledValue)
The pending value of the property that was cancelled.
|
CancelledChangeProperty |
CancelledChangeProperty.withPropertyName(String propertyName)
The name of the property whose change was cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
List<CancelledChangeProperty> |
CancelDomainConfigChangeResult.getCancelledChangeProperties()
The domain change properties that were cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
CancelDomainConfigChangeResult |
CancelDomainConfigChangeResult.withCancelledChangeProperties(CancelledChangeProperty... cancelledChangeProperties)
The domain change properties that were cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CancelDomainConfigChangeResult.setCancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)
The domain change properties that were cancelled.
|
CancelDomainConfigChangeResult |
CancelDomainConfigChangeResult.withCancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)
The domain change properties that were cancelled.
|
Copyright © 2024. All rights reserved.