| Package | Description |
|---|---|
| com.amazonaws.services.iotevents |
AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions
when such events occur.
|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInputsResult> |
AbstractAWSIoTEventsAsync.listInputsAsync(ListInputsRequest request,
AsyncHandler<ListInputsRequest,ListInputsResult> asyncHandler) |
Future<ListInputsResult> |
AWSIoTEventsAsync.listInputsAsync(ListInputsRequest listInputsRequest,
AsyncHandler<ListInputsRequest,ListInputsResult> asyncHandler)
Lists the inputs you have created.
|
Future<ListInputsResult> |
AWSIoTEventsAsyncClient.listInputsAsync(ListInputsRequest request,
AsyncHandler<ListInputsRequest,ListInputsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInputsRequest |
ListInputsRequest.clone() |
ListInputsRequest |
ListInputsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListInputsRequest |
ListInputsRequest.withNextToken(String nextToken)
The token that you can use to return the next set of results.
|
Copyright © 2022. All rights reserved.