Uses of Class
software.amazon.awssdk.services.iot.model.Configuration
-
Packages that use Configuration Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Configuration in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Configuration Modifier and Type Method Description Map<EventType,Configuration>DescribeEventConfigurationsResponse. eventConfigurations()The event configurations.Map<EventType,Configuration>UpdateEventConfigurationsRequest. eventConfigurations()The new event configuration values.Map<String,Configuration>DescribeEventConfigurationsResponse. eventConfigurationsAsStrings()The event configurations.Map<String,Configuration>UpdateEventConfigurationsRequest. eventConfigurationsAsStrings()The new event configuration values.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Configuration Modifier and Type Method Description DescribeEventConfigurationsResponse.BuilderDescribeEventConfigurationsResponse.Builder. eventConfigurations(Map<EventType,Configuration> eventConfigurations)The event configurations.UpdateEventConfigurationsRequest.BuilderUpdateEventConfigurationsRequest.Builder. eventConfigurations(Map<EventType,Configuration> eventConfigurations)The new event configuration values.DescribeEventConfigurationsResponse.BuilderDescribeEventConfigurationsResponse.Builder. eventConfigurationsWithStrings(Map<String,Configuration> eventConfigurations)The event configurations.UpdateEventConfigurationsRequest.BuilderUpdateEventConfigurationsRequest.Builder. eventConfigurationsWithStrings(Map<String,Configuration> eventConfigurations)The new event configuration values.
-