Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateThingResult |
AbstractAWSIot.updateThing(UpdateThingRequest request) |
UpdateThingResult |
AWSIotClient.updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
UpdateThingResult |
AWSIot.updateThing(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
java.util.concurrent.Future<UpdateThingResult> |
AbstractAWSIotAsync.updateThingAsync(UpdateThingRequest request) |
java.util.concurrent.Future<UpdateThingResult> |
AWSIotAsyncClient.updateThingAsync(UpdateThingRequest request) |
java.util.concurrent.Future<UpdateThingResult> |
AWSIotAsync.updateThingAsync(UpdateThingRequest updateThingRequest)
Updates the data for a thing.
|
java.util.concurrent.Future<UpdateThingResult> |
AbstractAWSIotAsync.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
java.util.concurrent.Future<UpdateThingResult> |
AWSIotAsyncClient.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
java.util.concurrent.Future<UpdateThingResult> |
AWSIotAsync.updateThingAsync(UpdateThingRequest updateThingRequest,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Updates the data for a thing.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateThingResult> |
AbstractAWSIotAsync.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
java.util.concurrent.Future<UpdateThingResult> |
AWSIotAsyncClient.updateThingAsync(UpdateThingRequest request,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler) |
java.util.concurrent.Future<UpdateThingResult> |
AWSIotAsync.updateThingAsync(UpdateThingRequest updateThingRequest,
AsyncHandler<UpdateThingRequest,UpdateThingResult> asyncHandler)
Updates the data for a thing.
|
Modifier and Type | Method and Description |
---|---|
UpdateThingRequest |
UpdateThingRequest.clone() |
UpdateThingRequest |
UpdateThingRequest.withAttributePayload(AttributePayload attributePayload)
The attribute payload, a JSON string containing up to three key-value
pairs (for example, {\"attributes\":{\"string1\":\"string2\"}}).
|
UpdateThingRequest |
UpdateThingRequest.withThingName(java.lang.String thingName)
The thing name.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateThingRequest> |
UpdateThingRequestMarshaller.marshall(UpdateThingRequest updateThingRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateThingRequest> |
UpdateThingRequestMarshaller.marshall(UpdateThingRequest updateThingRequest) |