Uses of Class
software.amazon.awssdk.services.iotdataplane.model.IotDataPlaneRequest
-
Packages that use IotDataPlaneRequest Package Description software.amazon.awssdk.services.iotdataplane.internal software.amazon.awssdk.services.iotdataplane.model -
-
Uses of IotDataPlaneRequest in software.amazon.awssdk.services.iotdataplane.internal
Methods in software.amazon.awssdk.services.iotdataplane.internal with type parameters of type IotDataPlaneRequest Modifier and Type Method Description static <T extends IotDataPlaneRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends IotDataPlaneRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of IotDataPlaneRequest in software.amazon.awssdk.services.iotdataplane.model
Subclasses of IotDataPlaneRequest in software.amazon.awssdk.services.iotdataplane.model Modifier and Type Class Description classDeleteThingShadowRequestThe input for the DeleteThingShadow operation.classGetRetainedMessageRequestThe input for the GetRetainedMessage operation.classGetThingShadowRequestThe input for the GetThingShadow operation.classListNamedShadowsForThingRequestclassListRetainedMessagesRequestclassPublishRequestThe input for the Publish operation.classUpdateThingShadowRequestThe input for the UpdateThingShadow operation.Methods in software.amazon.awssdk.services.iotdataplane.model that return IotDataPlaneRequest Modifier and Type Method Description IotDataPlaneRequestIotDataPlaneRequest.Builder. build()Constructors in software.amazon.awssdk.services.iotdataplane.model with parameters of type IotDataPlaneRequest Constructor Description BuilderImpl(IotDataPlaneRequest request)
-