Uses of Class
software.amazon.awssdk.services.iot.model.CreateDynamicThingGroupRequest
-
Packages that use CreateDynamicThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateDynamicThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateDynamicThingGroupRequest Modifier and Type Method Description default CompletableFuture<CreateDynamicThingGroupResponse>
IotAsyncClient. createDynamicThingGroup(CreateDynamicThingGroupRequest createDynamicThingGroupRequest)
Creates a dynamic thing group.default CreateDynamicThingGroupResponse
IotClient. createDynamicThingGroup(CreateDynamicThingGroupRequest createDynamicThingGroupRequest)
Creates a dynamic thing group. -
Uses of CreateDynamicThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateDynamicThingGroupRequest Modifier and Type Method Description SdkHttpFullRequest
CreateDynamicThingGroupRequestMarshaller. marshall(CreateDynamicThingGroupRequest createDynamicThingGroupRequest)
-