Interface IStoreCounts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStoreCounts.Jsii$Default
- All Known Implementing Classes:
IStoreCounts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.415Z") @Stability(Experimental) public interface IStoreCounts extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for store counts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIStoreCounts.Jsii$DefaultInternal default implementation forIStoreCounts.static classIStoreCounts.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Number>getCfnResources()(experimental) ReturnsICounterRecordcontaining total number of each *cfnResourceType*.NumbergetEdges()(experimental) Counts total number of edges in the store.Map<String,Number>getEdgeTypes()(experimental) ReturnsICounterRecordcontaining total number of each *edge type* (EdgeTypeEnum).NumbergetNodes()(experimental) Counts total number of nodes in the store.Map<String,Number>getNodeTypes()(experimental) ReturnsICounterRecordcontaining total number of each *node type* (NodeTypeEnum).NumbergetStacks()(experimental) Counts total number of stacks in the store.NumbergetStages()(experimental) Counts total number of stages in the store.
-
-
-
Method Detail
-
getCfnResources
@Stability(Experimental) @NotNull Map<String,Number> getCfnResources()
(experimental) ReturnsICounterRecordcontaining total number of each *cfnResourceType*.
-
getEdges
@Stability(Experimental) @NotNull Number getEdges()
(experimental) Counts total number of edges in the store.
-
getEdgeTypes
@Stability(Experimental) @NotNull Map<String,Number> getEdgeTypes()
(experimental) ReturnsICounterRecordcontaining total number of each *edge type* (EdgeTypeEnum).
-
getNodes
@Stability(Experimental) @NotNull Number getNodes()
(experimental) Counts total number of nodes in the store.
-
getNodeTypes
@Stability(Experimental) @NotNull Map<String,Number> getNodeTypes()
(experimental) ReturnsICounterRecordcontaining total number of each *node type* (NodeTypeEnum).
-
getStacks
@Stability(Experimental) @NotNull Number getStacks()
(experimental) Counts total number of stacks in the store.
-
getStages
@Stability(Experimental) @NotNull Number getStages()
(experimental) Counts total number of stages in the store.
-
-