Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateThingResponse> |
IotAsyncClient.createThing(Consumer<CreateThingRequest.Builder> createThingRequest)
Creates a thing record in the registry.
|
default CreateThingResponse |
IotClient.createThing(Consumer<CreateThingRequest.Builder> createThingRequest)
Creates a thing record in the registry.
|
Modifier and Type | Method and Description |
---|---|
CreateThingRequest.Builder |
CreateThingRequest.Builder.attributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
default CreateThingRequest.Builder |
CreateThingRequest.Builder.attributePayload(Consumer<AttributePayload.Builder> attributePayload)
The attribute payload, which consists of up to three name/value pairs in a JSON document.
|
CreateThingRequest.Builder |
CreateThingRequest.Builder.billingGroupName(String billingGroupName)
The name of the billing group the thing will be added to.
|
static CreateThingRequest.Builder |
CreateThingRequest.builder() |
CreateThingRequest.Builder |
CreateThingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateThingRequest.Builder |
CreateThingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateThingRequest.Builder |
CreateThingRequest.Builder.thingName(String thingName)
The name of the thing to create.
|
CreateThingRequest.Builder |
CreateThingRequest.Builder.thingTypeName(String thingTypeName)
The name of the thing type associated with the new thing.
|
CreateThingRequest.Builder |
CreateThingRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateThingRequest.Builder> |
CreateThingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.