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 ServiceSoftwareOptions
CancelElasticsearchServiceSoftwareUpdateResponse. serviceSoftwareOptions()
The current status of the Elasticsearch service software update.ServiceSoftwareOptions
ElasticsearchDomainStatus. serviceSoftwareOptions()
The current status of the Elasticsearch domain's service software.ServiceSoftwareOptions
StartElasticsearchServiceSoftwareUpdateResponse. 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.Builder
CancelElasticsearchServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.ElasticsearchDomainStatus.Builder
ElasticsearchDomainStatus.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.StartElasticsearchServiceSoftwareUpdateResponse.Builder
StartElasticsearchServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
-