Uses of Class
software.amazon.awssdk.services.opensearch.model.CancelledChangeProperty
-
Packages that use CancelledChangeProperty Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of CancelledChangeProperty in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type CancelledChangeProperty Modifier and Type Method Description List<CancelledChangeProperty>CancelDomainConfigChangeResponse. cancelledChangeProperties()The domain change properties that were cancelled.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type CancelledChangeProperty Modifier and Type Method Description CancelDomainConfigChangeResponse.BuilderCancelDomainConfigChangeResponse.Builder. cancelledChangeProperties(CancelledChangeProperty... cancelledChangeProperties)The domain change properties that were cancelled.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type CancelledChangeProperty Modifier and Type Method Description CancelDomainConfigChangeResponse.BuilderCancelDomainConfigChangeResponse.Builder. cancelledChangeProperties(Collection<CancelledChangeProperty> cancelledChangeProperties)The domain change properties that were cancelled.
-