Uses of Class
software.amazon.awssdk.services.opensearch.model.AIMLOptionsInput
-
Packages that use AIMLOptionsInput Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AIMLOptionsInput in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AIMLOptionsInput Modifier and Type Method Description AIMLOptionsInputCreateDomainRequest. aimlOptions()Options for all machine learning features for the specified domain.AIMLOptionsInputUpdateDomainConfigRequest. aimlOptions()Options for all machine learning features for the specified domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type AIMLOptionsInput Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. aimlOptions(AIMLOptionsInput aimlOptions)Options for all machine learning features for the specified domain.UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. aimlOptions(AIMLOptionsInput aimlOptions)Options for all machine learning features for the specified domain.
-