Uses of Interface
software.amazon.awssdk.services.iotevents.model.ListDetectorModelVersionsRequest.Builder
-
Packages that use ListDetectorModelVersionsRequest.Builder 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 -
-
Uses of ListDetectorModelVersionsRequest.Builder in software.amazon.awssdk.services.iotevents
Method parameters in software.amazon.awssdk.services.iotevents with type arguments of type ListDetectorModelVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDetectorModelVersionsResponse>IotEventsAsyncClient. listDetectorModelVersions(Consumer<ListDetectorModelVersionsRequest.Builder> listDetectorModelVersionsRequest)Lists all the versions of a detector model.default ListDetectorModelVersionsResponseIotEventsClient. listDetectorModelVersions(Consumer<ListDetectorModelVersionsRequest.Builder> listDetectorModelVersionsRequest)Lists all the versions of a detector model. -
Uses of ListDetectorModelVersionsRequest.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return ListDetectorModelVersionsRequest.Builder Modifier and Type Method Description static ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest. builder()ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest.Builder. detectorModelName(String detectorModelName)The name of the detector model whose versions are returned.ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest.Builder. nextToken(String nextToken)The token that you can use to return the next set of results.ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDetectorModelVersionsRequest.BuilderListDetectorModelVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type ListDetectorModelVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListDetectorModelVersionsRequest.Builder>ListDetectorModelVersionsRequest. serializableBuilderClass()
-