Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ExecuteActionResponse
-
Packages that use ExecuteActionResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of ExecuteActionResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return ExecuteActionResponse Modifier and Type Method Description default ExecuteActionResponseIoTSiteWiseClient. executeAction(Consumer<ExecuteActionRequest.Builder> executeActionRequest)Executes an action on a target resource.default ExecuteActionResponseIoTSiteWiseClient. executeAction(ExecuteActionRequest executeActionRequest)Executes an action on a target resource.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type ExecuteActionResponse Modifier and Type Method Description default CompletableFuture<ExecuteActionResponse>IoTSiteWiseAsyncClient. executeAction(Consumer<ExecuteActionRequest.Builder> executeActionRequest)Executes an action on a target resource.default CompletableFuture<ExecuteActionResponse>IoTSiteWiseAsyncClient. executeAction(ExecuteActionRequest executeActionRequest)Executes an action on a target resource.
-