| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReportedRuntimeContextState> |
ApplicationInstance.runtimeContextStates()
The application's state.
|
List<ReportedRuntimeContextState> |
DescribeApplicationInstanceResponse.runtimeContextStates()
The application instance's state.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationInstance.Builder |
ApplicationInstance.Builder.runtimeContextStates(ReportedRuntimeContextState... runtimeContextStates)
The application's state.
|
DescribeApplicationInstanceResponse.Builder |
DescribeApplicationInstanceResponse.Builder.runtimeContextStates(ReportedRuntimeContextState... runtimeContextStates)
The application instance's state.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationInstance.Builder |
ApplicationInstance.Builder.runtimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)
The application's state.
|
DescribeApplicationInstanceResponse.Builder |
DescribeApplicationInstanceResponse.Builder.runtimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)
The application instance's state.
|
Copyright © 2023. All rights reserved.