Uses of Class
com.amazonaws.services.iotdata.model.GetThingShadowRequest
-
Packages that use GetThingShadowRequest Package Description com.amazonaws.services.iotdata com.amazonaws.services.iotdata.model -
-
Uses of GetThingShadowRequest in com.amazonaws.services.iotdata
Method parameters in com.amazonaws.services.iotdata with type arguments of type GetThingShadowRequest 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 GetThingShadowRequest in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return GetThingShadowRequest Modifier and Type Method Description GetThingShadowRequest
GetThingShadowRequest. clone()
GetThingShadowRequest
GetThingShadowRequest. withThingName(String thingName)
The name of the thing.
-