Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetSyncJobResponse
-
Packages that use GetSyncJobResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of GetSyncJobResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetSyncJobResponse Modifier and Type Method Description default GetSyncJobResponseIoTTwinMakerClient. getSyncJob(Consumer<GetSyncJobRequest.Builder> getSyncJobRequest)Gets the SyncJob.default GetSyncJobResponseIoTTwinMakerClient. getSyncJob(GetSyncJobRequest getSyncJobRequest)Gets the SyncJob.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type GetSyncJobResponse Modifier and Type Method Description default CompletableFuture<GetSyncJobResponse>IoTTwinMakerAsyncClient. getSyncJob(Consumer<GetSyncJobRequest.Builder> getSyncJobRequest)Gets the SyncJob.default CompletableFuture<GetSyncJobResponse>IoTTwinMakerAsyncClient. getSyncJob(GetSyncJobRequest getSyncJobRequest)Gets the SyncJob.
-