Uses of Interface
software.amazon.awssdk.services.greengrass.model.UpdateThingRuntimeConfigurationRequest.Builder
-
Packages that use UpdateThingRuntimeConfigurationRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of UpdateThingRuntimeConfigurationRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type UpdateThingRuntimeConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateThingRuntimeConfigurationResponse>GreengrassAsyncClient. updateThingRuntimeConfiguration(Consumer<UpdateThingRuntimeConfigurationRequest.Builder> updateThingRuntimeConfigurationRequest)Updates the runtime configuration of a thing.default UpdateThingRuntimeConfigurationResponseGreengrassClient. updateThingRuntimeConfiguration(Consumer<UpdateThingRuntimeConfigurationRequest.Builder> updateThingRuntimeConfigurationRequest)Updates the runtime configuration of a thing. -
Uses of UpdateThingRuntimeConfigurationRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type UpdateThingRuntimeConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateThingRuntimeConfigurationRequest.Builder>UpdateThingRuntimeConfigurationRequest. serializableBuilderClass()
-