Uses of Class
software.amazon.awssdk.services.opensearch.model.StartServiceSoftwareUpdateResponse
-
Packages that use StartServiceSoftwareUpdateResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of StartServiceSoftwareUpdateResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return StartServiceSoftwareUpdateResponse Modifier and Type Method Description default StartServiceSoftwareUpdateResponse
OpenSearchClient. startServiceSoftwareUpdate(Consumer<StartServiceSoftwareUpdateRequest.Builder> 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.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type StartServiceSoftwareUpdateResponse Modifier and Type Method Description default CompletableFuture<StartServiceSoftwareUpdateResponse>
OpenSearchAsyncClient. startServiceSoftwareUpdate(Consumer<StartServiceSoftwareUpdateRequest.Builder> startServiceSoftwareUpdateRequest)
Schedules a service software update for an Amazon OpenSearch Service domain.default CompletableFuture<StartServiceSoftwareUpdateResponse>
OpenSearchAsyncClient. startServiceSoftwareUpdate(StartServiceSoftwareUpdateRequest startServiceSoftwareUpdateRequest)
Schedules a service software update for an Amazon OpenSearch Service domain.
-