Interface RuntimeInfo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RuntimeInfo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.798Z") @Stability(Stable) public interface RuntimeInfo extends software.amazon.jsii.JsiiSerializable
Information about the application's runtime components.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRuntimeInfo.BuilderA builder forRuntimeInfostatic classRuntimeInfo.Jsii$ProxyAn implementation forRuntimeInfo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RuntimeInfo.Builderbuilder()Map<String,String>getLibraries()The list of libraries loaded in the application, associated with their versions.
-
-
-
Method Detail
-
getLibraries
@Stability(Stable) @NotNull Map<String,String> getLibraries()
The list of libraries loaded in the application, associated with their versions.
-
builder
@Stability(Stable) static RuntimeInfo.Builder builder()
- Returns:
- a
RuntimeInfo.BuilderofRuntimeInfo
-
-