Uses of Interface
software.amazon.awssdk.services.iot.model.CreateThingRequest.Builder
-
Packages that use CreateThingRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of CreateThingRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type CreateThingRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateThingResponse>IotAsyncClient. createThing(Consumer<CreateThingRequest.Builder> createThingRequest)Creates a thing record in the registry.default CreateThingResponseIotClient. createThing(Consumer<CreateThingRequest.Builder> createThingRequest)Creates a thing record in the registry. -
Uses of CreateThingRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateThingRequest.Builder Modifier and Type Method Description default CreateThingRequest.BuilderCreateThingRequest.Builder. attributePayload(Consumer<AttributePayload.Builder> attributePayload)The attribute payload, which consists of up to three name/value pairs in a JSON document.CreateThingRequest.BuilderCreateThingRequest.Builder. attributePayload(AttributePayload attributePayload)The attribute payload, which consists of up to three name/value pairs in a JSON document.CreateThingRequest.BuilderCreateThingRequest.Builder. billingGroupName(String billingGroupName)The name of the billing group the thing will be added to.static CreateThingRequest.BuilderCreateThingRequest. builder()CreateThingRequest.BuilderCreateThingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateThingRequest.BuilderCreateThingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateThingRequest.BuilderCreateThingRequest.Builder. thingName(String thingName)The name of the thing to create.CreateThingRequest.BuilderCreateThingRequest.Builder. thingTypeName(String thingTypeName)The name of the thing type associated with the new thing.CreateThingRequest.BuilderCreateThingRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateThingRequest.Builder Modifier and Type Method Description static Class<? extends CreateThingRequest.Builder>CreateThingRequest. serializableBuilderClass()
-