Uses of Class
software.amazon.awssdk.services.iot.model.DeleteDynamicThingGroupRequest
-
Packages that use DeleteDynamicThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DeleteDynamicThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DeleteDynamicThingGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteDynamicThingGroupResponse>IotAsyncClient. deleteDynamicThingGroup(DeleteDynamicThingGroupRequest deleteDynamicThingGroupRequest)Deletes a dynamic thing group.default DeleteDynamicThingGroupResponseIotClient. deleteDynamicThingGroup(DeleteDynamicThingGroupRequest deleteDynamicThingGroupRequest)Deletes a dynamic thing group. -
Uses of DeleteDynamicThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DeleteDynamicThingGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDynamicThingGroupRequestMarshaller. marshall(DeleteDynamicThingGroupRequest deleteDynamicThingGroupRequest)
-