Uses of Class
software.amazon.awscdk.cloudassembly.schema.ArtifactType
-
-
Uses of ArtifactType in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return ArtifactType Modifier and Type Method Description ArtifactTypeArtifactManifest. getType()The type of artifact.ArtifactTypeArtifactManifest.Jsii$Proxy. getType()static ArtifactTypeArtifactType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactType[]ArtifactType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type ArtifactType Modifier and Type Method Description ArtifactManifest.BuilderArtifactManifest.Builder. type(ArtifactType type)Sets the value ofArtifactManifest.getType()
-