Uses of Class
software.amazon.awssdk.services.iot.model.UpdateEventConfigurationsResponse
-
Packages that use UpdateEventConfigurationsResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateEventConfigurationsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateEventConfigurationsResponse Modifier and Type Method Description default UpdateEventConfigurationsResponseIotClient. updateEventConfigurations(Consumer<UpdateEventConfigurationsRequest.Builder> updateEventConfigurationsRequest)Updates the event configurations.default UpdateEventConfigurationsResponseIotClient. updateEventConfigurations(UpdateEventConfigurationsRequest updateEventConfigurationsRequest)Updates the event configurations.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateEventConfigurationsResponse Modifier and Type Method Description default CompletableFuture<UpdateEventConfigurationsResponse>IotAsyncClient. updateEventConfigurations(Consumer<UpdateEventConfigurationsRequest.Builder> updateEventConfigurationsRequest)Updates the event configurations.default CompletableFuture<UpdateEventConfigurationsResponse>IotAsyncClient. updateEventConfigurations(UpdateEventConfigurationsRequest updateEventConfigurationsRequest)Updates the event configurations.
-