Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.CdkGraphArtifact
-
-
Uses of CdkGraphArtifact in software.aws.awsprototypingsdk.cdkgraph
Classes in software.aws.awsprototypingsdk.cdkgraph that implement CdkGraphArtifact Modifier and Type Class Description static classCdkGraphArtifact.Jsii$ProxyAn implementation forCdkGraphArtifactMethods in software.aws.awsprototypingsdk.cdkgraph that return CdkGraphArtifact Modifier and Type Method Description CdkGraphArtifactCdkGraphArtifact.Builder. build()Builds the configured instance.CdkGraphArtifactCdkGraphContext. getArtifact(String id)(experimental) Get CdkGraph artifact by id.CdkGraphArtifactCdkGraphContext. getGraphJson()(experimental) Get CdkGraph coregraph.jsonartifact.CdkGraphArtifactCdkGraphContext. logArtifact(Object source, String id, String filepath)(experimental) Logs an artifact entry.CdkGraphArtifactCdkGraphContext. logArtifact(Object source, String id, String filepath, String description)(experimental) Logs an artifact entry.CdkGraphArtifactCdkGraphContext. writeArtifact(Object source, String id, String filename, String data)(experimental) Writes artifact data to outdir and logs the entry.CdkGraphArtifactCdkGraphContext. writeArtifact(Object source, String id, String filename, String data, String description)(experimental) Writes artifact data to outdir and logs the entry.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type CdkGraphArtifact Modifier and Type Method Description Map<String,CdkGraphArtifact>CdkGraphContext. getArtifacts()(experimental) Get record of all graph artifacts keyed by artifact id.
-