Uses of Interface
software.amazon.awssdk.services.ioteventsdata.IotEventsDataBaseClientBuilder
-
Packages that use IotEventsDataBaseClientBuilder 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. -
-
Uses of IotEventsDataBaseClientBuilder in software.amazon.awssdk.services.ioteventsdata
Classes in software.amazon.awssdk.services.ioteventsdata with type parameters of type IotEventsDataBaseClientBuilder Modifier and Type Interface Description interfaceIotEventsDataBaseClientBuilder<B extends IotEventsDataBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT Events Data that is supported by bothIotEventsDataClientBuilderandIotEventsDataAsyncClientBuilder.Subinterfaces of IotEventsDataBaseClientBuilder in software.amazon.awssdk.services.ioteventsdata Modifier and Type Interface Description interfaceIotEventsDataAsyncClientBuilderA builder for creating an instance ofIotEventsDataAsyncClient.interfaceIotEventsDataClientBuilderA builder for creating an instance ofIotEventsDataClient.
-