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