Uses of Class
com.amazonaws.services.iotdata.model.GetThingShadowResult
-
Packages that use GetThingShadowResult Package Description com.amazonaws.services.iotdata com.amazonaws.services.iotdata.model -
-
Uses of GetThingShadowResult in com.amazonaws.services.iotdata
Methods in com.amazonaws.services.iotdata that return GetThingShadowResult Modifier and Type Method Description GetThingShadowResult
AbstractAWSIotData. getThingShadow(GetThingShadowRequest request)
GetThingShadowResult
AWSIotData. getThingShadow(GetThingShadowRequest getThingShadowRequest)
Gets the thing shadow for the specified thing.GetThingShadowResult
AWSIotDataClient. getThingShadow(GetThingShadowRequest getThingShadowRequest)
Gets the thing shadow for the specified thing.Method parameters in com.amazonaws.services.iotdata with type arguments of type GetThingShadowResult Modifier and Type Method Description Future<GetThingShadowResult>
AbstractAWSIotDataAsync. getThingShadowAsync(GetThingShadowRequest request, AsyncHandler<GetThingShadowRequest,GetThingShadowResult> asyncHandler)
Future<GetThingShadowResult>
AWSIotDataAsync. getThingShadowAsync(GetThingShadowRequest getThingShadowRequest, AsyncHandler<GetThingShadowRequest,GetThingShadowResult> asyncHandler)
Gets the thing shadow for the specified thing.Future<GetThingShadowResult>
AWSIotDataAsyncClient. getThingShadowAsync(GetThingShadowRequest request, AsyncHandler<GetThingShadowRequest,GetThingShadowResult> asyncHandler)
-
Uses of GetThingShadowResult in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return GetThingShadowResult Modifier and Type Method Description GetThingShadowResult
GetThingShadowResult. clone()
GetThingShadowResult
GetThingShadowResult. withPayload(ByteBuffer payload)
The state information, in JSON format.
-