Uses of Class
com.amazonaws.services.iot.model.CreateThingRequest
-
Packages that use CreateThingRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of CreateThingRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type CreateThingRequest Modifier and Type Method Description Future<CreateThingResult>AbstractAWSIotAsync. createThingAsync(CreateThingRequest request, AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)Future<CreateThingResult>AWSIotAsync. createThingAsync(CreateThingRequest createThingRequest, AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)Creates a thing in the Thing Registry.Future<CreateThingResult>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 CreateThingRequest Modifier and Type Method Description CreateThingRequestCreateThingRequest. clone()CreateThingRequestCreateThingRequest. withAttributePayload(AttributePayload attributePayload)The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).CreateThingRequestCreateThingRequest. withThingName(String thingName)The name of the thing.
-