Uses of Class
software.amazon.awssdk.services.opensearch.model.ServiceSoftwareOptions
-
Packages that use ServiceSoftwareOptions Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ServiceSoftwareOptions in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ServiceSoftwareOptions Modifier and Type Method Description ServiceSoftwareOptionsCancelServiceSoftwareUpdateResponse. serviceSoftwareOptions()Container for the state of your domain relative to the latest service software.ServiceSoftwareOptionsDomainStatus. serviceSoftwareOptions()The current status of the domain's service software.ServiceSoftwareOptionsStartServiceSoftwareUpdateResponse. serviceSoftwareOptions()The current status of the OpenSearch Service software update.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ServiceSoftwareOptions Modifier and Type Method Description CancelServiceSoftwareUpdateResponse.BuilderCancelServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)Container for the state of your domain relative to the latest service software.DomainStatus.BuilderDomainStatus.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)The current status of the domain's service software.StartServiceSoftwareUpdateResponse.BuilderStartServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)The current status of the OpenSearch Service software update.
-