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