Uses of Class
com.amazonaws.services.iot.model.CreateThingResult
Packages that use CreateThingResult
-
Uses of CreateThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreateThingResultModifier 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.Methods in com.amazonaws.services.iot that return types with arguments of type CreateThingResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.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 CreateThingResultModifier 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 CreateThingResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreateThingResultModifier and TypeMethodDescriptionCreateThingResult.clone()
CreateThingResult.withThingArn
(String thingArn) The thing ARN.CreateThingResult.withThingName
(String thingName) The name of the thing.