Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetSyncJobResponse
Packages that use GetSyncJobResponse
Package
Description
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 GetSyncJobResponseModifier and TypeMethodDescriptiondefault 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 GetSyncJobResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetSyncJobResponse>IoTTwinMakerAsyncClient.getSyncJob(Consumer<GetSyncJobRequest.Builder> getSyncJobRequest) Gets the SyncJob.default CompletableFuture<GetSyncJobResponse>IoTTwinMakerAsyncClient.getSyncJob(GetSyncJobRequest getSyncJobRequest) Gets the SyncJob.