| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane |
|
| software.amazon.awssdk.services.iotdataplane.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateThingShadowResponse> |
IotDataPlaneAsyncClient.updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)
Updates the shadow for the specified thing.
|
default UpdateThingShadowResponse |
IotDataPlaneClient.updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)
Updates the shadow for the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.builder() |
UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.Builder.payload(SdkBytes payload)
The state information, in JSON format.
|
UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.Builder.shadowName(String shadowName)
The name of the shadow.
|
UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.Builder.thingName(String thingName)
The name of the thing.
|
UpdateThingShadowRequest.Builder |
UpdateThingShadowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateThingShadowRequest.Builder> |
UpdateThingShadowRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.