Uses of Class
software.amazon.awssdk.services.opensearch.model.CancelServiceSoftwareUpdateRequest
-
Packages that use CancelServiceSoftwareUpdateRequest 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 CancelServiceSoftwareUpdateRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type CancelServiceSoftwareUpdateRequest Modifier and Type Method Description default CompletableFuture<CancelServiceSoftwareUpdateResponse>OpenSearchAsyncClient. cancelServiceSoftwareUpdate(CancelServiceSoftwareUpdateRequest cancelServiceSoftwareUpdateRequest)Cancels a scheduled service software update for an Amazon OpenSearch Service domain.default CancelServiceSoftwareUpdateResponseOpenSearchClient. cancelServiceSoftwareUpdate(CancelServiceSoftwareUpdateRequest cancelServiceSoftwareUpdateRequest)Cancels a scheduled service software update for an Amazon OpenSearch Service domain. -
Uses of CancelServiceSoftwareUpdateRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type CancelServiceSoftwareUpdateRequest Modifier and Type Method Description SdkHttpFullRequestCancelServiceSoftwareUpdateRequestMarshaller. marshall(CancelServiceSoftwareUpdateRequest cancelServiceSoftwareUpdateRequest)
-