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