Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
CreateThingResult |
AWSIotClient.createThing(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.
|
CreateThingResult |
AWSIot.createThing(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.
|
CreateThingResult |
AbstractAWSIot.createThing(CreateThingRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateThingResult> |
AWSIotAsyncClient.createThingAsync(CreateThingRequest request) |
Future<CreateThingResult> |
AWSIotAsync.createThingAsync(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.
|
Future<CreateThingResult> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request) |
Future<CreateThingResult> |
AWSIotAsyncClient.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> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateThingResult> |
AWSIotAsyncClient.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> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateThingResult |
CreateThingResult.clone() |
CreateThingResult |
CreateThingResult.withThingArn(String thingArn)
The thing ARN.
|
CreateThingResult |
CreateThingResult.withThingName(String thingName)
The name of the thing.
|
Copyright © 2018. All rights reserved.