| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteDynamicThingGroupResponse |
IotClient.deleteDynamicThingGroup(Consumer<DeleteDynamicThingGroupRequest.Builder> deleteDynamicThingGroupRequest)
Deletes a dynamic thing group.
|
default DeleteDynamicThingGroupResponse |
IotClient.deleteDynamicThingGroup(DeleteDynamicThingGroupRequest deleteDynamicThingGroupRequest)
Deletes a dynamic thing group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteDynamicThingGroupResponse> |
IotAsyncClient.deleteDynamicThingGroup(Consumer<DeleteDynamicThingGroupRequest.Builder> deleteDynamicThingGroupRequest)
Deletes a dynamic thing group.
|
default CompletableFuture<DeleteDynamicThingGroupResponse> |
IotAsyncClient.deleteDynamicThingGroup(DeleteDynamicThingGroupRequest deleteDynamicThingGroupRequest)
Deletes a dynamic thing group.
|
Copyright © 2023. All rights reserved.