Uses of Class
com.amazonaws.services.iot.model.CreateThingResult
-
Packages that use CreateThingResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of CreateThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreateThingResult Modifier and Type Method Description CreateThingResultAbstractAWSIot. createThing(CreateThingRequest request)CreateThingResultAWSIot. createThing(CreateThingRequest createThingRequest)Creates a thing in the Thing Registry.CreateThingResultAWSIotClient. createThing(CreateThingRequest createThingRequest)Creates a thing in the Thing Registry.Methods in com.amazonaws.services.iot that return types with arguments of type CreateThingResult Modifier and Type Method Description Future<CreateThingResult>AbstractAWSIotAsync. createThingAsync(CreateThingRequest request)Future<CreateThingResult>AbstractAWSIotAsync. createThingAsync(CreateThingRequest request, AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)Future<CreateThingResult>AWSIotAsync. createThingAsync(CreateThingRequest createThingRequest)Creates a thing in the Thing Registry.Future<CreateThingResult>AWSIotAsync. createThingAsync(CreateThingRequest createThingRequest, AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)Creates a thing in the Thing Registry.Future<CreateThingResult>AWSIotAsyncClient. createThingAsync(CreateThingRequest request)Future<CreateThingResult>AWSIotAsyncClient. createThingAsync(CreateThingRequest request, AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)Method parameters in com.amazonaws.services.iot with type arguments of type CreateThingResult 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 CreateThingResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreateThingResult Modifier and Type Method Description CreateThingResultCreateThingResult. clone()CreateThingResultCreateThingResult. withThingArn(String thingArn)The thing ARN.CreateThingResultCreateThingResult. withThingName(String thingName)The name of the thing.
-