Interface IStoreCounts.Jsii$Default
-
- All Superinterfaces:
IStoreCounts,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IStoreCounts.Jsii$Proxy
- Enclosing interface:
- IStoreCounts
@Internal public static interface IStoreCounts.Jsii$Default extends IStoreCounts
Internal default implementation forIStoreCounts.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IStoreCounts
IStoreCounts.Jsii$Default, IStoreCounts.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,Number>getCfnResources()(experimental) ReturnsICounterRecordcontaining total number of each *cfnResourceType*.default NumbergetEdges()(experimental) Counts total number of edges in the store.default Map<String,Number>getEdgeTypes()(experimental) ReturnsICounterRecordcontaining total number of each *edge type* (EdgeTypeEnum).default NumbergetNodes()(experimental) Counts total number of nodes in the store.default Map<String,Number>getNodeTypes()(experimental) ReturnsICounterRecordcontaining total number of each *node type* (NodeTypeEnum).default NumbergetStacks()(experimental) Counts total number of stacks in the store.default NumbergetStages()(experimental) Counts total number of stages in the store.
-
-
-
Method Detail
-
getCfnResources
@Stability(Experimental) @NotNull default Map<String,Number> getCfnResources()
(experimental) ReturnsICounterRecordcontaining total number of each *cfnResourceType*.- Specified by:
getCfnResourcesin interfaceIStoreCounts
-
getEdges
@Stability(Experimental) @NotNull default Number getEdges()
(experimental) Counts total number of edges in the store.- Specified by:
getEdgesin interfaceIStoreCounts
-
getEdgeTypes
@Stability(Experimental) @NotNull default Map<String,Number> getEdgeTypes()
(experimental) ReturnsICounterRecordcontaining total number of each *edge type* (EdgeTypeEnum).- Specified by:
getEdgeTypesin interfaceIStoreCounts
-
getNodes
@Stability(Experimental) @NotNull default Number getNodes()
(experimental) Counts total number of nodes in the store.- Specified by:
getNodesin interfaceIStoreCounts
-
getNodeTypes
@Stability(Experimental) @NotNull default Map<String,Number> getNodeTypes()
(experimental) ReturnsICounterRecordcontaining total number of each *node type* (NodeTypeEnum).- Specified by:
getNodeTypesin interfaceIStoreCounts
-
getStacks
@Stability(Experimental) @NotNull default Number getStacks()
(experimental) Counts total number of stacks in the store.- Specified by:
getStacksin interfaceIStoreCounts
-
getStages
@Stability(Experimental) @NotNull default Number getStages()
(experimental) Counts total number of stages in the store.- Specified by:
getStagesin interfaceIStoreCounts
-
-