| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.builder() |
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.Builder.desiredState(DesiredState desiredState)
The application's desired state.
|
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.Builder.desiredState(String desiredState)
The application's desired state.
|
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.Builder.deviceReportedStatus(DeviceReportedStatus deviceReportedStatus)
The application's reported status.
|
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.Builder.deviceReportedStatus(String deviceReportedStatus)
The application's reported status.
|
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.Builder.deviceReportedTime(Instant deviceReportedTime)
When the device reported the application's state.
|
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.Builder.runtimeContextName(String runtimeContextName)
The device's name.
|
ReportedRuntimeContextState.Builder |
ReportedRuntimeContextState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportedRuntimeContextState.Builder> |
ReportedRuntimeContextState.serializableBuilderClass() |
Copyright © 2023. All rights reserved.