Uses of Class
software.amazon.awssdk.services.iot.model.DeleteThingGroupRequest
-
Packages that use DeleteThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DeleteThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DeleteThingGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteThingGroupResponse>IotAsyncClient. deleteThingGroup(DeleteThingGroupRequest deleteThingGroupRequest)Deletes a thing group.default DeleteThingGroupResponseIotClient. deleteThingGroup(DeleteThingGroupRequest deleteThingGroupRequest)Deletes a thing group. -
Uses of DeleteThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DeleteThingGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteThingGroupRequestMarshaller. marshall(DeleteThingGroupRequest deleteThingGroupRequest)
-