Uses of Class
software.amazon.awssdk.services.iot.model.CreateThingTypeResponse
-
Packages that use CreateThingTypeResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateThingTypeResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateThingTypeResponse Modifier and Type Method Description default CreateThingTypeResponseIotClient. createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)Creates a new thing type.default CreateThingTypeResponseIotClient. createThingType(CreateThingTypeRequest createThingTypeRequest)Creates a new thing type.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateThingTypeResponse Modifier and Type Method Description default CompletableFuture<CreateThingTypeResponse>IotAsyncClient. createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)Creates a new thing type.default CompletableFuture<CreateThingTypeResponse>IotAsyncClient. createThingType(CreateThingTypeRequest createThingTypeRequest)Creates a new thing type.
-