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 CreateThingResult
AbstractAWSIot. createThing(CreateThingRequest request)
CreateThingResult
AWSIot. createThing(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.CreateThingResult
AWSIotClient. 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 CreateThingResult
CreateThingResult. clone()
CreateThingResult
CreateThingResult. withThingArn(String thingArn)
The thing ARN.CreateThingResult
CreateThingResult. withThingName(String thingName)
The name of the thing.
-