| Package | Description |
|---|---|
| com.amazonaws.services.iotdata |
|
| com.amazonaws.services.iotdata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetThingShadowResult> |
AWSIotDataAsyncClient.getThingShadowAsync(GetThingShadowRequest request,
AsyncHandler<GetThingShadowRequest,GetThingShadowResult> asyncHandler) |
Future<GetThingShadowResult> |
AbstractAWSIotDataAsync.getThingShadowAsync(GetThingShadowRequest request,
AsyncHandler<GetThingShadowRequest,GetThingShadowResult> asyncHandler) |
Future<GetThingShadowResult> |
AWSIotDataAsync.getThingShadowAsync(GetThingShadowRequest getThingShadowRequest,
AsyncHandler<GetThingShadowRequest,GetThingShadowResult> asyncHandler)
Gets the shadow for the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
GetThingShadowRequest |
GetThingShadowRequest.clone() |
GetThingShadowRequest |
GetThingShadowRequest.withShadowName(String shadowName)
The name of the shadow.
|
GetThingShadowRequest |
GetThingShadowRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2025. All rights reserved.