Uses of Interface
software.amazon.awssdk.services.iotdataplane.model.GetThingShadowRequest.Builder
-
Packages that use GetThingShadowRequest.Builder Package Description software.amazon.awssdk.services.iotdataplane IoT data software.amazon.awssdk.services.iotdataplane.model -
-
Uses of GetThingShadowRequest.Builder in software.amazon.awssdk.services.iotdataplane
Method parameters in software.amazon.awssdk.services.iotdataplane with type arguments of type GetThingShadowRequest.Builder Modifier and Type Method Description default CompletableFuture<GetThingShadowResponse>IotDataPlaneAsyncClient. getThingShadow(Consumer<GetThingShadowRequest.Builder> getThingShadowRequest)Gets the shadow for the specified thing.default GetThingShadowResponseIotDataPlaneClient. getThingShadow(Consumer<GetThingShadowRequest.Builder> getThingShadowRequest)Gets the shadow for the specified thing. -
Uses of GetThingShadowRequest.Builder in software.amazon.awssdk.services.iotdataplane.model
Methods in software.amazon.awssdk.services.iotdataplane.model that return GetThingShadowRequest.Builder Modifier and Type Method Description static GetThingShadowRequest.BuilderGetThingShadowRequest. builder()GetThingShadowRequest.BuilderGetThingShadowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetThingShadowRequest.BuilderGetThingShadowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetThingShadowRequest.BuilderGetThingShadowRequest.Builder. shadowName(String shadowName)The name of the shadow.GetThingShadowRequest.BuilderGetThingShadowRequest.Builder. thingName(String thingName)The name of the thing.GetThingShadowRequest.BuilderGetThingShadowRequest. toBuilder()Methods in software.amazon.awssdk.services.iotdataplane.model that return types with arguments of type GetThingShadowRequest.Builder Modifier and Type Method Description static Class<? extends GetThingShadowRequest.Builder>GetThingShadowRequest. serializableBuilderClass()
-