Uses of Interface
software.amazon.awssdk.services.iotdataplane.model.UpdateThingShadowRequest.Builder
-
Packages that use UpdateThingShadowRequest.Builder Package Description software.amazon.awssdk.services.iotdataplane IoT data software.amazon.awssdk.services.iotdataplane.model -
-
Uses of UpdateThingShadowRequest.Builder in software.amazon.awssdk.services.iotdataplane
Method parameters in software.amazon.awssdk.services.iotdataplane with type arguments of type UpdateThingShadowRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateThingShadowResponse>IotDataPlaneAsyncClient. updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)Updates the shadow for the specified thing.default UpdateThingShadowResponseIotDataPlaneClient. updateThingShadow(Consumer<UpdateThingShadowRequest.Builder> updateThingShadowRequest)Updates the shadow for the specified thing. -
Uses of UpdateThingShadowRequest.Builder in software.amazon.awssdk.services.iotdataplane.model
Methods in software.amazon.awssdk.services.iotdataplane.model that return UpdateThingShadowRequest.Builder Modifier and Type Method Description static UpdateThingShadowRequest.BuilderUpdateThingShadowRequest. builder()UpdateThingShadowRequest.BuilderUpdateThingShadowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThingShadowRequest.BuilderUpdateThingShadowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThingShadowRequest.BuilderUpdateThingShadowRequest.Builder. payload(SdkBytes payload)The state information, in JSON format.UpdateThingShadowRequest.BuilderUpdateThingShadowRequest.Builder. shadowName(String shadowName)The name of the shadow.UpdateThingShadowRequest.BuilderUpdateThingShadowRequest.Builder. thingName(String thingName)The name of the thing.UpdateThingShadowRequest.BuilderUpdateThingShadowRequest. toBuilder()Methods in software.amazon.awssdk.services.iotdataplane.model that return types with arguments of type UpdateThingShadowRequest.Builder Modifier and Type Method Description static Class<? extends UpdateThingShadowRequest.Builder>UpdateThingShadowRequest. serializableBuilderClass()
-