Uses of Interface
software.amazon.awssdk.services.iotwireless.model.ConnectionStatusResourceTypeEventConfiguration.Builder
-
Packages that use ConnectionStatusResourceTypeEventConfiguration.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of ConnectionStatusResourceTypeEventConfiguration.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return ConnectionStatusResourceTypeEventConfiguration.Builder Modifier and Type Method Description static ConnectionStatusResourceTypeEventConfiguration.BuilderConnectionStatusResourceTypeEventConfiguration. builder()default ConnectionStatusResourceTypeEventConfiguration.BuilderConnectionStatusResourceTypeEventConfiguration.Builder. loRaWAN(Consumer<LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder> loRaWAN)Connection status resource type event configuration object for enabling or disabling LoRaWAN related event topics.ConnectionStatusResourceTypeEventConfiguration.BuilderConnectionStatusResourceTypeEventConfiguration.Builder. loRaWAN(LoRaWANConnectionStatusResourceTypeEventConfiguration loRaWAN)Connection status resource type event configuration object for enabling or disabling LoRaWAN related event topics.ConnectionStatusResourceTypeEventConfiguration.BuilderConnectionStatusResourceTypeEventConfiguration. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type ConnectionStatusResourceTypeEventConfiguration.Builder Modifier and Type Method Description static Class<? extends ConnectionStatusResourceTypeEventConfiguration.Builder>ConnectionStatusResourceTypeEventConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type ConnectionStatusResourceTypeEventConfiguration.Builder Modifier and Type Method Description default GetEventConfigurationByResourceTypesResponse.BuilderGetEventConfigurationByResourceTypesResponse.Builder. connectionStatus(Consumer<ConnectionStatusResourceTypeEventConfiguration.Builder> connectionStatus)Resource type event configuration for the connection status event.default UpdateEventConfigurationByResourceTypesRequest.BuilderUpdateEventConfigurationByResourceTypesRequest.Builder. connectionStatus(Consumer<ConnectionStatusResourceTypeEventConfiguration.Builder> connectionStatus)Connection status resource type event configuration object for enabling and disabling wireless gateway topic.
-