| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartServiceSoftwareUpdateResult> |
AbstractAmazonOpenSearchAsync.startServiceSoftwareUpdateAsync(StartServiceSoftwareUpdateRequest request,
AsyncHandler<StartServiceSoftwareUpdateRequest,StartServiceSoftwareUpdateResult> asyncHandler) |
Future<StartServiceSoftwareUpdateResult> |
AmazonOpenSearchAsyncClient.startServiceSoftwareUpdateAsync(StartServiceSoftwareUpdateRequest request,
AsyncHandler<StartServiceSoftwareUpdateRequest,StartServiceSoftwareUpdateResult> asyncHandler) |
Future<StartServiceSoftwareUpdateResult> |
AmazonOpenSearchAsync.startServiceSoftwareUpdateAsync(StartServiceSoftwareUpdateRequest startServiceSoftwareUpdateRequest,
AsyncHandler<StartServiceSoftwareUpdateRequest,StartServiceSoftwareUpdateResult> asyncHandler)
Schedules a service software update for an Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and Description |
|---|---|
StartServiceSoftwareUpdateRequest |
StartServiceSoftwareUpdateRequest.clone() |
StartServiceSoftwareUpdateRequest |
StartServiceSoftwareUpdateRequest.withDomainName(String domainName)
The name of the domain that you want to update to the latest service software.
|
Copyright © 2022. All rights reserved.