Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetThingRuntimeConfigurationRequest.Builder
-
Packages that use GetThingRuntimeConfigurationRequest.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 GetThingRuntimeConfigurationRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type GetThingRuntimeConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetThingRuntimeConfigurationResponse>GreengrassAsyncClient. getThingRuntimeConfiguration(Consumer<GetThingRuntimeConfigurationRequest.Builder> getThingRuntimeConfigurationRequest)Get the runtime configuration of a thing.default GetThingRuntimeConfigurationResponseGreengrassClient. getThingRuntimeConfiguration(Consumer<GetThingRuntimeConfigurationRequest.Builder> getThingRuntimeConfigurationRequest)Get the runtime configuration of a thing. -
Uses of GetThingRuntimeConfigurationRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetThingRuntimeConfigurationRequest.Builder Modifier and Type Method Description static GetThingRuntimeConfigurationRequest.BuilderGetThingRuntimeConfigurationRequest. builder()GetThingRuntimeConfigurationRequest.BuilderGetThingRuntimeConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetThingRuntimeConfigurationRequest.BuilderGetThingRuntimeConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetThingRuntimeConfigurationRequest.BuilderGetThingRuntimeConfigurationRequest.Builder. thingName(String thingName)The thing name.GetThingRuntimeConfigurationRequest.BuilderGetThingRuntimeConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetThingRuntimeConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetThingRuntimeConfigurationRequest.Builder>GetThingRuntimeConfigurationRequest. serializableBuilderClass()
-