| Package | Description |
|---|---|
| software.amazon.awssdk.services.ioteventsdata |
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.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDetectorsResponse |
IotEventsDataClient.listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectors (the instances of a detector model).
|
default CompletableFuture<ListDetectorsResponse> |
IotEventsDataAsyncClient.listDetectors(Consumer<ListDetectorsRequest.Builder> listDetectorsRequest)
Lists detectors (the instances of a detector model).
|
| Modifier and Type | Method and Description |
|---|---|
static ListDetectorsRequest.Builder |
ListDetectorsRequest.builder() |
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.detectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
|
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.nextToken(String nextToken)
The token that you can use to return the next set of results.
|
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.stateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
|
ListDetectorsRequest.Builder |
ListDetectorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDetectorsRequest.Builder> |
ListDetectorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.