Class IStoreCounts.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.IStoreCounts.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,IStoreCounts,IStoreCounts.Jsii$Default
- Enclosing interface:
- IStoreCounts
@Internal public static final class IStoreCounts.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IStoreCounts.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IStoreCounts
IStoreCounts.Jsii$Default, IStoreCounts.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getCfnResources
@Stability(Experimental) @NotNull public final Map<String,Number> getCfnResources()
(experimental) ReturnsICounterRecordcontaining total number of each *cfnResourceType*.- Specified by:
getCfnResourcesin interfaceIStoreCounts- Specified by:
getCfnResourcesin interfaceIStoreCounts.Jsii$Default
-
getEdges
@Stability(Experimental) @NotNull public final Number getEdges()
(experimental) Counts total number of edges in the store.- Specified by:
getEdgesin interfaceIStoreCounts- Specified by:
getEdgesin interfaceIStoreCounts.Jsii$Default
-
getEdgeTypes
@Stability(Experimental) @NotNull public final Map<String,Number> getEdgeTypes()
(experimental) ReturnsICounterRecordcontaining total number of each *edge type* (EdgeTypeEnum).- Specified by:
getEdgeTypesin interfaceIStoreCounts- Specified by:
getEdgeTypesin interfaceIStoreCounts.Jsii$Default
-
getNodes
@Stability(Experimental) @NotNull public final Number getNodes()
(experimental) Counts total number of nodes in the store.- Specified by:
getNodesin interfaceIStoreCounts- Specified by:
getNodesin interfaceIStoreCounts.Jsii$Default
-
getNodeTypes
@Stability(Experimental) @NotNull public final Map<String,Number> getNodeTypes()
(experimental) ReturnsICounterRecordcontaining total number of each *node type* (NodeTypeEnum).- Specified by:
getNodeTypesin interfaceIStoreCounts- Specified by:
getNodeTypesin interfaceIStoreCounts.Jsii$Default
-
getStacks
@Stability(Experimental) @NotNull public final Number getStacks()
(experimental) Counts total number of stacks in the store.- Specified by:
getStacksin interfaceIStoreCounts- Specified by:
getStacksin interfaceIStoreCounts.Jsii$Default
-
getStages
@Stability(Experimental) @NotNull public final Number getStages()
(experimental) Counts total number of stages in the store.- Specified by:
getStagesin interfaceIStoreCounts- Specified by:
getStagesin interfaceIStoreCounts.Jsii$Default
-
-