Uses of Class
software.amazon.awssdk.services.panorama.model.ReportedRuntimeContextState
-
Packages that use ReportedRuntimeContextState Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of ReportedRuntimeContextState in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type ReportedRuntimeContextState Modifier and Type Method Description List<ReportedRuntimeContextState>ApplicationInstance. runtimeContextStates()The application's state.List<ReportedRuntimeContextState>DescribeApplicationInstanceResponse. runtimeContextStates()The application instance's state.Methods in software.amazon.awssdk.services.panorama.model with parameters of type ReportedRuntimeContextState Modifier and Type Method Description ApplicationInstance.BuilderApplicationInstance.Builder. runtimeContextStates(ReportedRuntimeContextState... runtimeContextStates)The application's state.DescribeApplicationInstanceResponse.BuilderDescribeApplicationInstanceResponse.Builder. runtimeContextStates(ReportedRuntimeContextState... runtimeContextStates)The application instance's state.Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type ReportedRuntimeContextState Modifier and Type Method Description ApplicationInstance.BuilderApplicationInstance.Builder. runtimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)The application's state.DescribeApplicationInstanceResponse.BuilderDescribeApplicationInstanceResponse.Builder. runtimeContextStates(Collection<ReportedRuntimeContextState> runtimeContextStates)The application instance's state.
-