Package | Description |
---|---|
com.amazonaws.services.iotdata | |
com.amazonaws.services.iotdata.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateThingShadowResult> |
AWSIotDataAsync.updateThingShadowAsync(UpdateThingShadowRequest updateThingShadowRequest,
AsyncHandler<UpdateThingShadowRequest,UpdateThingShadowResult> asyncHandler)
Updates the thing shadow for the specified thing.
|
Future<UpdateThingShadowResult> |
AWSIotDataAsyncClient.updateThingShadowAsync(UpdateThingShadowRequest request,
AsyncHandler<UpdateThingShadowRequest,UpdateThingShadowResult> asyncHandler) |
Future<UpdateThingShadowResult> |
AbstractAWSIotDataAsync.updateThingShadowAsync(UpdateThingShadowRequest request,
AsyncHandler<UpdateThingShadowRequest,UpdateThingShadowResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateThingShadowRequest |
UpdateThingShadowRequest.clone() |
UpdateThingShadowRequest |
UpdateThingShadowRequest.withPayload(ByteBuffer payload)
The state information, in JSON format.
|
UpdateThingShadowRequest |
UpdateThingShadowRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2018. All rights reserved.