Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateThingResult |
AbstractAWSIot.createThing(CreateThingRequest request) |
CreateThingResult |
AWSIotClient.createThing(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.
|
CreateThingResult |
AWSIot.createThing(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateThingResult> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request) |
java.util.concurrent.Future<CreateThingResult> |
AWSIotAsyncClient.createThingAsync(CreateThingRequest request) |
java.util.concurrent.Future<CreateThingResult> |
AWSIotAsync.createThingAsync(CreateThingRequest createThingRequest)
Creates a thing in the Thing Registry.
|
java.util.concurrent.Future<CreateThingResult> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
java.util.concurrent.Future<CreateThingResult> |
AWSIotAsyncClient.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
java.util.concurrent.Future<CreateThingResult> |
AWSIotAsync.createThingAsync(CreateThingRequest createThingRequest,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)
Creates a thing in the Thing Registry.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateThingResult> |
AbstractAWSIotAsync.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
java.util.concurrent.Future<CreateThingResult> |
AWSIotAsyncClient.createThingAsync(CreateThingRequest request,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler) |
java.util.concurrent.Future<CreateThingResult> |
AWSIotAsync.createThingAsync(CreateThingRequest createThingRequest,
AsyncHandler<CreateThingRequest,CreateThingResult> asyncHandler)
Creates a thing in the Thing Registry.
|
Modifier and Type | Method and Description |
---|---|
CreateThingResult |
CreateThingResult.clone() |
CreateThingResult |
CreateThingResult.withThingArn(java.lang.String thingArn)
The thing ARN.
|
CreateThingResult |
CreateThingResult.withThingName(java.lang.String thingName)
The name of the thing.
|
Modifier and Type | Method and Description |
---|---|
CreateThingResult |
CreateThingResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |