Uses of Class
software.amazon.awssdk.services.iot.model.UpdateDynamicThingGroupRequest
-
Packages that use UpdateDynamicThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateDynamicThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateDynamicThingGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateDynamicThingGroupResponse>IotAsyncClient. updateDynamicThingGroup(UpdateDynamicThingGroupRequest updateDynamicThingGroupRequest)Updates a dynamic thing group.default UpdateDynamicThingGroupResponseIotClient. updateDynamicThingGroup(UpdateDynamicThingGroupRequest updateDynamicThingGroupRequest)Updates a dynamic thing group. -
Uses of UpdateDynamicThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateDynamicThingGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDynamicThingGroupRequestMarshaller. marshall(UpdateDynamicThingGroupRequest updateDynamicThingGroupRequest)
-