Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ServiceSoftwareOptions
-
Packages that use ServiceSoftwareOptions Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ServiceSoftwareOptions in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ServiceSoftwareOptions Modifier and Type Method Description ServiceSoftwareOptionsCancelElasticsearchServiceSoftwareUpdateResponse. serviceSoftwareOptions()The current status of the Elasticsearch service software update.ServiceSoftwareOptionsElasticsearchDomainStatus. serviceSoftwareOptions()The current status of the Elasticsearch domain's service software.ServiceSoftwareOptionsStartElasticsearchServiceSoftwareUpdateResponse. serviceSoftwareOptions()The current status of the Elasticsearch service software update.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ServiceSoftwareOptions Modifier and Type Method Description CancelElasticsearchServiceSoftwareUpdateResponse.BuilderCancelElasticsearchServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)The current status of the Elasticsearch service software update.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)The current status of the Elasticsearch domain's service software.StartElasticsearchServiceSoftwareUpdateResponse.BuilderStartElasticsearchServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)The current status of the Elasticsearch service software update.
-