Uses of Class
software.amazon.awssdk.services.opensearch.model.UpdateScheduledActionRequest
-
Packages that use UpdateScheduledActionRequest 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 UpdateScheduledActionRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type UpdateScheduledActionRequest Modifier and Type Method Description default CompletableFuture<UpdateScheduledActionResponse>OpenSearchAsyncClient. updateScheduledAction(UpdateScheduledActionRequest updateScheduledActionRequest)Reschedules a planned domain configuration change for a later time.default UpdateScheduledActionResponseOpenSearchClient. updateScheduledAction(UpdateScheduledActionRequest updateScheduledActionRequest)Reschedules a planned domain configuration change for a later time. -
Uses of UpdateScheduledActionRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type UpdateScheduledActionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateScheduledActionRequestMarshaller. marshall(UpdateScheduledActionRequest updateScheduledActionRequest)
-