Uses of Class
com.amazonaws.services.iotdata.model.DeleteThingShadowRequest
Packages that use DeleteThingShadowRequest
-
Uses of DeleteThingShadowRequest in com.amazonaws.services.iotdata
Methods in com.amazonaws.services.iotdata with parameters of type DeleteThingShadowRequestModifier and TypeMethodDescriptionAbstractAWSIotData.deleteThingShadow
(DeleteThingShadowRequest request) AWSIotData.deleteThingShadow
(DeleteThingShadowRequest deleteThingShadowRequest) Deletes the thing shadow for the specified thing.AWSIotDataClient.deleteThingShadow
(DeleteThingShadowRequest deleteThingShadowRequest) Deletes the thing shadow for the specified thing.AbstractAWSIotDataAsync.deleteThingShadowAsync
(DeleteThingShadowRequest request) AbstractAWSIotDataAsync.deleteThingShadowAsync
(DeleteThingShadowRequest request, AsyncHandler<DeleteThingShadowRequest, DeleteThingShadowResult> asyncHandler) AWSIotDataAsync.deleteThingShadowAsync
(DeleteThingShadowRequest deleteThingShadowRequest) Deletes the thing shadow for the specified thing.AWSIotDataAsync.deleteThingShadowAsync
(DeleteThingShadowRequest deleteThingShadowRequest, AsyncHandler<DeleteThingShadowRequest, DeleteThingShadowResult> asyncHandler) Deletes the thing shadow for the specified thing.AWSIotDataAsyncClient.deleteThingShadowAsync
(DeleteThingShadowRequest request) AWSIotDataAsyncClient.deleteThingShadowAsync
(DeleteThingShadowRequest request, AsyncHandler<DeleteThingShadowRequest, DeleteThingShadowResult> asyncHandler) Method parameters in com.amazonaws.services.iotdata with type arguments of type DeleteThingShadowRequestModifier and TypeMethodDescriptionAbstractAWSIotDataAsync.deleteThingShadowAsync
(DeleteThingShadowRequest request, AsyncHandler<DeleteThingShadowRequest, DeleteThingShadowResult> asyncHandler) AWSIotDataAsync.deleteThingShadowAsync
(DeleteThingShadowRequest deleteThingShadowRequest, AsyncHandler<DeleteThingShadowRequest, DeleteThingShadowResult> asyncHandler) Deletes the thing shadow for the specified thing.AWSIotDataAsyncClient.deleteThingShadowAsync
(DeleteThingShadowRequest request, AsyncHandler<DeleteThingShadowRequest, DeleteThingShadowResult> asyncHandler) -
Uses of DeleteThingShadowRequest in com.amazonaws.services.iotdata.model
Methods in com.amazonaws.services.iotdata.model that return DeleteThingShadowRequestModifier and TypeMethodDescriptionDeleteThingShadowRequest.clone()
DeleteThingShadowRequest.withThingName
(String thingName) The name of the thing.