| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GetThingRuntimeConfigurationResult |
AWSGreengrassClient.getThingRuntimeConfiguration(GetThingRuntimeConfigurationRequest request)
Get the runtime configuration of a thing.
|
GetThingRuntimeConfigurationResult |
AbstractAWSGreengrass.getThingRuntimeConfiguration(GetThingRuntimeConfigurationRequest request) |
GetThingRuntimeConfigurationResult |
AWSGreengrass.getThingRuntimeConfiguration(GetThingRuntimeConfigurationRequest getThingRuntimeConfigurationRequest)
Get the runtime configuration of a thing.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetThingRuntimeConfigurationResult> |
AWSGreengrassAsyncClient.getThingRuntimeConfigurationAsync(GetThingRuntimeConfigurationRequest request,
AsyncHandler<GetThingRuntimeConfigurationRequest,GetThingRuntimeConfigurationResult> asyncHandler) |
Future<GetThingRuntimeConfigurationResult> |
AWSGreengrassAsync.getThingRuntimeConfigurationAsync(GetThingRuntimeConfigurationRequest getThingRuntimeConfigurationRequest,
AsyncHandler<GetThingRuntimeConfigurationRequest,GetThingRuntimeConfigurationResult> asyncHandler)
Get the runtime configuration of a thing.
|
Future<GetThingRuntimeConfigurationResult> |
AbstractAWSGreengrassAsync.getThingRuntimeConfigurationAsync(GetThingRuntimeConfigurationRequest request,
AsyncHandler<GetThingRuntimeConfigurationRequest,GetThingRuntimeConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetThingRuntimeConfigurationResult |
GetThingRuntimeConfigurationResult.clone() |
GetThingRuntimeConfigurationResult |
GetThingRuntimeConfigurationResult.withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Runtime configuration for a thing.
|
Copyright © 2023. All rights reserved.