Uses of Class
com.amazonaws.services.iotdata.model.GetThingShadowRequest
Packages that use GetThingShadowRequest
-
Uses of GetThingShadowRequest in com.amazonaws.services.iotdata
Methods in com.amazonaws.services.iotdata with parameters of type GetThingShadowRequestModifier and TypeMethodDescriptionAbstractAWSIotData.getThingShadow
(GetThingShadowRequest request) AWSIotData.getThingShadow
(GetThingShadowRequest getThingShadowRequest) Gets the thing shadow for the specified thing.AWSIotDataClient.getThingShadow
(GetThingShadowRequest getThingShadowRequest) Gets the thing shadow for the specified thing.AbstractAWSIotDataAsync.getThingShadowAsync
(GetThingShadowRequest request) AbstractAWSIotDataAsync.getThingShadowAsync
(GetThingShadowRequest request, AsyncHandler<GetThingShadowRequest, GetThingShadowResult> asyncHandler) AWSIotDataAsync.getThingShadowAsync
(GetThingShadowRequest getThingShadowRequest) Gets the thing shadow for the specified thing.AWSIotDataAsync.getThingShadowAsync
(GetThingShadowRequest getThingShadowRequest, AsyncHandler<GetThingShadowRequest, GetThingShadowResult> asyncHandler) Gets the thing shadow for the specified thing.AWSIotDataAsyncClient.getThingShadowAsync
(GetThingShadowRequest request) AWSIotDataAsyncClient.getThingShadowAsync
(GetThingShadowRequest request, AsyncHandler<GetThingShadowRequest, GetThingShadowResult> asyncHandler) Method parameters in com.amazonaws.services.iotdata with type arguments of type GetThingShadowRequestModifier and TypeMethodDescriptionAbstractAWSIotDataAsync.getThingShadowAsync
(GetThingShadowRequest request, AsyncHandler<GetThingShadowRequest, GetThingShadowResult> asyncHandler) AWSIotDataAsync.getThingShadowAsync
(GetThingShadowRequest getThingShadowRequest, AsyncHandler<GetThingShadowRequest, GetThingShadowResult> asyncHandler) Gets the thing shadow for the specified thing.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 GetThingShadowRequestModifier and TypeMethodDescriptionGetThingShadowRequest.clone()
GetThingShadowRequest.withThingName
(String thingName) The name of the thing.