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