| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateThingTypeResponse |
IotClient.createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)
Creates a new thing type.
|
default CreateThingTypeResponse |
IotClient.createThingType(CreateThingTypeRequest createThingTypeRequest)
Creates a new thing type.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.