| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ReportedRuntimeContextState |
ReportedRuntimeContextState.clone() |
ReportedRuntimeContextState |
ReportedRuntimeContextState.withDesiredState(DesiredState desiredState)
The application's desired state.
|
ReportedRuntimeContextState |
ReportedRuntimeContextState.withDesiredState(String desiredState)
The application's desired state.
|
ReportedRuntimeContextState |
ReportedRuntimeContextState.withDeviceReportedStatus(DeviceReportedStatus deviceReportedStatus)
The application's reported status.
|
ReportedRuntimeContextState |
ReportedRuntimeContextState.withDeviceReportedStatus(String deviceReportedStatus)
The application's reported status.
|
ReportedRuntimeContextState |
ReportedRuntimeContextState.withDeviceReportedTime(Date deviceReportedTime)
When the device reported the application's state.
|
ReportedRuntimeContextState |
ReportedRuntimeContextState.withRuntimeContextName(String runtimeContextName)
The device's name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportedRuntimeContextState> |
DescribeApplicationInstanceResult.getRuntimeContextStates()
The application instance's state.
|
List<ReportedRuntimeContextState> |
ApplicationInstance.getRuntimeContextStates()
The application's state.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationInstanceResult |
DescribeApplicationInstanceResult.withRuntimeContextStates(ReportedRuntimeContextState... runtimeContextStates)
The application instance's state.
|
ApplicationInstance |
ApplicationInstance.withRuntimeContextStates(ReportedRuntimeContextState... runtimeContextStates)
The application's state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeApplicationInstanceResult.setRuntimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)
The application instance's state.
|
void |
ApplicationInstance.setRuntimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)
The application's state.
|
DescribeApplicationInstanceResult |
DescribeApplicationInstanceResult.withRuntimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)
The application instance's state.
|
ApplicationInstance |
ApplicationInstance.withRuntimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)
The application's state.
|
Copyright © 2022. All rights reserved.