| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateThingTypeResponse> |
IotAsyncClient.createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)
Creates a new thing type.
|
default CreateThingTypeResponse |
IotClient.createThingType(Consumer<CreateThingTypeRequest.Builder> createThingTypeRequest)
Creates a new thing type.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateThingTypeRequest.Builder |
CreateThingTypeRequest.builder() |
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.tags(Collection<Tag> tags)
Metadata which can be used to manage the thing type.
|
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the thing type.
|
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.tags(Tag... tags)
Metadata which can be used to manage the thing type.
|
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.thingTypeName(String thingTypeName)
The name of the thing type.
|
default CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
CreateThingTypeRequest.Builder |
CreateThingTypeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateThingTypeRequest.Builder> |
CreateThingTypeRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.