Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
Modifier and Type | Method and Description |
---|---|
default DeleteThingGroupResponse |
IotClient.deleteThingGroup(Consumer<DeleteThingGroupRequest.Builder> deleteThingGroupRequest)
Deletes a thing group.
|
default DeleteThingGroupResponse |
IotClient.deleteThingGroup(DeleteThingGroupRequest deleteThingGroupRequest)
Deletes a thing group.
|
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.