Uses of Class
software.amazon.awssdk.services.iot.model.CreateThingGroupRequest
-
Packages that use CreateThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateThingGroupRequest Modifier and Type Method Description default CompletableFuture<CreateThingGroupResponse>IotAsyncClient. createThingGroup(CreateThingGroupRequest createThingGroupRequest)Create a thing group.default CreateThingGroupResponseIotClient. createThingGroup(CreateThingGroupRequest createThingGroupRequest)Create a thing group. -
Uses of CreateThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateThingGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateThingGroupRequestMarshaller. marshall(CreateThingGroupRequest createThingGroupRequest)
-