| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default StartServiceSoftwareUpdateResponse |
OpenSearchClient.startServiceSoftwareUpdate(Consumer<StartServiceSoftwareUpdateRequest.Builder> startServiceSoftwareUpdateRequest)
Schedules a service software update for an Amazon OpenSearch Service domain.
|
default CompletableFuture<StartServiceSoftwareUpdateResponse> |
OpenSearchAsyncClient.startServiceSoftwareUpdate(Consumer<StartServiceSoftwareUpdateRequest.Builder> startServiceSoftwareUpdateRequest)
Schedules a service software update for an Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and Description |
|---|---|
static StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.builder() |
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.Builder.desiredStartTime(Long desiredStartTime)
The Epoch timestamp when you want the service software update to start.
|
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.Builder.domainName(String domainName)
The name of the domain that you want to update to the latest service software.
|
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.Builder.scheduleAt(ScheduleAt scheduleAt)
When to start the service software update.
|
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.Builder.scheduleAt(String scheduleAt)
When to start the service software update.
|
StartServiceSoftwareUpdateRequest.Builder |
StartServiceSoftwareUpdateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartServiceSoftwareUpdateRequest.Builder> |
StartServiceSoftwareUpdateRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.