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