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.
|
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 |
---|---|
CreateThingRequest |
CreateThingRequest.clone() |
CreateThingRequest |
CreateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, which consists of up to 3 name/value pairs in a
JSON document (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
CreateThingRequest |
CreateThingRequest.withThingName(java.lang.String thingName)
The name of the thing.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateThingRequest> |
CreateThingRequestMarshaller.marshall(CreateThingRequest createThingRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateThingRequest> |
CreateThingRequestMarshaller.marshall(CreateThingRequest createThingRequest) |