Uses of Interface
software.amazon.awssdk.services.iotevents.IotEventsBaseClientBuilder
-
Packages that use IotEventsBaseClientBuilder 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. -
-
Uses of IotEventsBaseClientBuilder in software.amazon.awssdk.services.iotevents
Classes in software.amazon.awssdk.services.iotevents with type parameters of type IotEventsBaseClientBuilder Modifier and Type Interface Description interfaceIotEventsBaseClientBuilder<B extends IotEventsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT Events that is supported by bothIotEventsClientBuilderandIotEventsAsyncClientBuilder.Subinterfaces of IotEventsBaseClientBuilder in software.amazon.awssdk.services.iotevents Modifier and Type Interface Description interfaceIotEventsAsyncClientBuilderA builder for creating an instance ofIotEventsAsyncClient.interfaceIotEventsClientBuilderA builder for creating an instance ofIotEventsClient.
-