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