Uses of Class
software.amazon.awssdk.services.greengrass.model.GetThingRuntimeConfigurationResponse
-
Packages that use GetThingRuntimeConfigurationResponse 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. -
-
Uses of GetThingRuntimeConfigurationResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetThingRuntimeConfigurationResponse Modifier and Type Method Description default GetThingRuntimeConfigurationResponseGreengrassClient. getThingRuntimeConfiguration(Consumer<GetThingRuntimeConfigurationRequest.Builder> getThingRuntimeConfigurationRequest)Get the runtime configuration of a thing.default GetThingRuntimeConfigurationResponseGreengrassClient. getThingRuntimeConfiguration(GetThingRuntimeConfigurationRequest getThingRuntimeConfigurationRequest)Get the runtime configuration of a thing.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetThingRuntimeConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetThingRuntimeConfigurationResponse>GreengrassAsyncClient. getThingRuntimeConfiguration(Consumer<GetThingRuntimeConfigurationRequest.Builder> getThingRuntimeConfigurationRequest)Get the runtime configuration of a thing.default CompletableFuture<GetThingRuntimeConfigurationResponse>GreengrassAsyncClient. getThingRuntimeConfiguration(GetThingRuntimeConfigurationRequest getThingRuntimeConfigurationRequest)Get the runtime configuration of a thing.
-