| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetThingRuntimeConfigurationResponse |
GreengrassClient.getThingRuntimeConfiguration(Consumer<GetThingRuntimeConfigurationRequest.Builder> getThingRuntimeConfigurationRequest)
Get the runtime configuration of a thing.
|
default CompletableFuture<GetThingRuntimeConfigurationResponse> |
GreengrassAsyncClient.getThingRuntimeConfiguration(Consumer<GetThingRuntimeConfigurationRequest.Builder> getThingRuntimeConfigurationRequest)
Get the runtime configuration of a thing.
|
| Modifier and Type | Method and Description |
|---|---|
static GetThingRuntimeConfigurationRequest.Builder |
GetThingRuntimeConfigurationRequest.builder() |
GetThingRuntimeConfigurationRequest.Builder |
GetThingRuntimeConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetThingRuntimeConfigurationRequest.Builder |
GetThingRuntimeConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetThingRuntimeConfigurationRequest.Builder |
GetThingRuntimeConfigurationRequest.Builder.thingName(String thingName)
The thing name.
|
GetThingRuntimeConfigurationRequest.Builder |
GetThingRuntimeConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetThingRuntimeConfigurationRequest.Builder> |
GetThingRuntimeConfigurationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.