Uses of Class
software.aws.awsprototypingsdk.cdkgraph.EdgeTypeEnum
-
-
Uses of EdgeTypeEnum in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return EdgeTypeEnum Modifier and Type Method Description EdgeTypeEnumEdge. getEdgeType()(experimental) Type of edge.EdgeTypeEnumIEdgeProps. getEdgeType()(experimental) Type of edge.default EdgeTypeEnumIEdgeProps.Jsii$Default. getEdgeType()(experimental) Type of edge.EdgeTypeEnumIEdgeProps.Jsii$Proxy. getEdgeType()(experimental) Type of edge.EdgeTypeEnumSGEdge. getEdgeType()(experimental) Type of edge.EdgeTypeEnumSGEdge.Jsii$Proxy. getEdgeType()static EdgeTypeEnumEdgeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeTypeEnum[]EdgeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type EdgeTypeEnum Modifier and Type Method Description SGEdge.BuilderSGEdge.Builder. edgeType(EdgeTypeEnum edgeType)Sets the value ofSGEdge.getEdgeType()
-