Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.GetUploadStatusResponse
-
Packages that use GetUploadStatusResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of GetUploadStatusResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return GetUploadStatusResponse Modifier and Type Method Description default GetUploadStatusResponseIoTThingsGraphClient. getUploadStatus(Consumer<GetUploadStatusRequest.Builder> getUploadStatusRequest)Deprecated.since: 2022-08-30default GetUploadStatusResponseIoTThingsGraphClient. getUploadStatus(GetUploadStatusRequest getUploadStatusRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type GetUploadStatusResponse Modifier and Type Method Description default CompletableFuture<GetUploadStatusResponse>IoTThingsGraphAsyncClient. getUploadStatus(Consumer<GetUploadStatusRequest.Builder> getUploadStatusRequest)Deprecated.since: 2022-08-30default CompletableFuture<GetUploadStatusResponse>IoTThingsGraphAsyncClient. getUploadStatus(GetUploadStatusRequest getUploadStatusRequest)Deprecated.since: 2022-08-30
-