| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| Modifier and Type | Method and Description |
|---|---|
default GetUploadStatusResponse |
IoTThingsGraphClient.getUploadStatus(Consumer<GetUploadStatusRequest.Builder> getUploadStatusRequest)
Gets the status of the specified upload.
|
default GetUploadStatusResponse |
IoTThingsGraphClient.getUploadStatus(GetUploadStatusRequest getUploadStatusRequest)
Gets the status of the specified upload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUploadStatusResponse> |
IoTThingsGraphAsyncClient.getUploadStatus(Consumer<GetUploadStatusRequest.Builder> getUploadStatusRequest)
Gets the status of the specified upload.
|
default CompletableFuture<GetUploadStatusResponse> |
IoTThingsGraphAsyncClient.getUploadStatus(GetUploadStatusRequest getUploadStatusRequest)
Gets the status of the specified upload.
|
Copyright © 2021. All rights reserved.