Uses of Class
software.amazon.awssdk.services.opensearch.model.UpdateApplicationRequest
-
Packages that use UpdateApplicationRequest 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 UpdateApplicationRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type UpdateApplicationRequest Modifier and Type Method Description default CompletableFuture<UpdateApplicationResponse>OpenSearchAsyncClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Update the OpenSearch Application.default UpdateApplicationResponseOpenSearchClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Update the OpenSearch Application. -
Uses of UpdateApplicationRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type UpdateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApplicationRequestMarshaller. marshall(UpdateApplicationRequest updateApplicationRequest)
-