Uses of Class
com.amazonaws.services.iot.model.CreateThingRequest
Packages that use CreateThingRequest
-
Uses of CreateThingRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type CreateThingRequestModifier and TypeMethodDescriptionAbstractAWSIot.createThing
(CreateThingRequest request) AWSIot.createThing
(CreateThingRequest createThingRequest) Creates a thing in the Thing Registry.AWSIotClient.createThing
(CreateThingRequest createThingRequest) Creates a thing in the Thing Registry.AbstractAWSIotAsync.createThingAsync
(CreateThingRequest request) AbstractAWSIotAsync.createThingAsync
(CreateThingRequest request, AsyncHandler<CreateThingRequest, CreateThingResult> asyncHandler) AWSIotAsync.createThingAsync
(CreateThingRequest createThingRequest) Creates a thing in the Thing Registry.AWSIotAsync.createThingAsync
(CreateThingRequest createThingRequest, AsyncHandler<CreateThingRequest, CreateThingResult> asyncHandler) Creates a thing in the Thing Registry.AWSIotAsyncClient.createThingAsync
(CreateThingRequest request) AWSIotAsyncClient.createThingAsync
(CreateThingRequest request, AsyncHandler<CreateThingRequest, CreateThingResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type CreateThingRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.createThingAsync
(CreateThingRequest request, AsyncHandler<CreateThingRequest, CreateThingResult> asyncHandler) AWSIotAsync.createThingAsync
(CreateThingRequest createThingRequest, AsyncHandler<CreateThingRequest, CreateThingResult> asyncHandler) Creates a thing in the Thing Registry.AWSIotAsyncClient.createThingAsync
(CreateThingRequest request, AsyncHandler<CreateThingRequest, CreateThingResult> asyncHandler) -
Uses of CreateThingRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreateThingRequestModifier and TypeMethodDescriptionCreateThingRequest.clone()
CreateThingRequest.withAttributePayload
(AttributePayload attributePayload) The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).CreateThingRequest.withThingName
(String thingName) The name of the thing.