Uses of Class
software.amazon.awssdk.services.opensearch.model.CancelServiceSoftwareUpdateResponse
-
Packages that use CancelServiceSoftwareUpdateResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of CancelServiceSoftwareUpdateResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return CancelServiceSoftwareUpdateResponse Modifier and Type Method Description default CancelServiceSoftwareUpdateResponseOpenSearchClient. cancelServiceSoftwareUpdate(Consumer<CancelServiceSoftwareUpdateRequest.Builder> 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.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type CancelServiceSoftwareUpdateResponse Modifier and Type Method Description default CompletableFuture<CancelServiceSoftwareUpdateResponse>OpenSearchAsyncClient. cancelServiceSoftwareUpdate(Consumer<CancelServiceSoftwareUpdateRequest.Builder> cancelServiceSoftwareUpdateRequest)Cancels a scheduled service software update for an Amazon OpenSearch Service domain.default CompletableFuture<CancelServiceSoftwareUpdateResponse>OpenSearchAsyncClient. cancelServiceSoftwareUpdate(CancelServiceSoftwareUpdateRequest cancelServiceSoftwareUpdateRequest)Cancels a scheduled service software update for an Amazon OpenSearch Service domain.
-