| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents |
AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions
when such events occur.
|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
default ListInputRoutingsResponse |
IotEventsClient.listInputRoutings(Consumer<ListInputRoutingsRequest.Builder> listInputRoutingsRequest)
Lists one or more input routings.
|
default CompletableFuture<ListInputRoutingsResponse> |
IotEventsAsyncClient.listInputRoutings(Consumer<ListInputRoutingsRequest.Builder> listInputRoutingsRequest)
Lists one or more input routings.
|
| Modifier and Type | Method and Description |
|---|---|
static ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.builder() |
default ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.Builder.inputIdentifier(Consumer<InputIdentifier.Builder> inputIdentifier)
The identifer of the routed input.
|
ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.Builder.inputIdentifier(InputIdentifier inputIdentifier)
The identifer of the routed input.
|
ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.Builder.nextToken(String nextToken)
The token that you can use to return the next set of results.
|
ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInputRoutingsRequest.Builder |
ListInputRoutingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInputRoutingsRequest.Builder> |
ListInputRoutingsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.