Uses of Class
software.aws.awsprototypingsdk.cdkgraph.ReferenceTypeEnum
-
-
Uses of ReferenceTypeEnum in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return ReferenceTypeEnum Modifier and Type Method Description default ReferenceTypeEnumIReferenceProps. getReferenceType()(experimental) Type of reference.default ReferenceTypeEnumIReferenceProps.Jsii$Default. getReferenceType()(experimental) Type of reference.ReferenceTypeEnumIReferenceProps.Jsii$Proxy. getReferenceType()(experimental) Type of reference.ReferenceTypeEnumReference. getReferenceType()(experimental) Get type of reference.ReferenceTypeEnumSGUnresolvedReference. getReferenceType()ReferenceTypeEnumSGUnresolvedReference.Jsii$Proxy. getReferenceType()static ReferenceTypeEnumReferenceTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceTypeEnum[]ReferenceTypeEnum. 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 ReferenceTypeEnum Modifier and Type Method Description SGUnresolvedReference.BuilderSGUnresolvedReference.Builder. referenceType(ReferenceTypeEnum referenceType)Sets the value ofSGUnresolvedReference.getReferenceType()default voidIReferenceProps.Jsii$Default. setReferenceType(ReferenceTypeEnum value)(experimental) Type of reference.voidIReferenceProps.Jsii$Proxy. setReferenceType(ReferenceTypeEnum value)(experimental) Type of reference.default voidIReferenceProps. setReferenceType(ReferenceTypeEnum value)(experimental) Type of reference.
-