Uses of Class
software.amazon.awssdk.services.opensearch.model.StartServiceSoftwareUpdateRequest
-
Packages that use StartServiceSoftwareUpdateRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of StartServiceSoftwareUpdateRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type StartServiceSoftwareUpdateRequest Modifier and Type Method Description default CompletableFuture<StartServiceSoftwareUpdateResponse>
OpenSearchAsyncClient. startServiceSoftwareUpdate(StartServiceSoftwareUpdateRequest startServiceSoftwareUpdateRequest)
Schedules a service software update for an Amazon OpenSearch Service domain.default StartServiceSoftwareUpdateResponse
OpenSearchClient. startServiceSoftwareUpdate(StartServiceSoftwareUpdateRequest startServiceSoftwareUpdateRequest)
Schedules a service software update for an Amazon OpenSearch Service domain. -
Uses of StartServiceSoftwareUpdateRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type StartServiceSoftwareUpdateRequest Modifier and Type Method Description SdkHttpFullRequest
StartServiceSoftwareUpdateRequestMarshaller. marshall(StartServiceSoftwareUpdateRequest startServiceSoftwareUpdateRequest)
-