Uses of Enum Class
software.amazon.awscdk.cloud_assembly_schema.ArtifactType
Packages that use ArtifactType
Package
Description
Cloud Assembly Schema
Cloud Executable API
-
Uses of ArtifactType in software.amazon.awscdk.cloud_assembly_schema
Methods in software.amazon.awscdk.cloud_assembly_schema that return ArtifactTypeModifier and TypeMethodDescriptionArtifactManifest.getType()The type of artifact.final ArtifactTypeArtifactManifest.Jsii$Proxy.getType()static ArtifactTypeReturns the enum constant of this class with the specified name.static ArtifactType[]ArtifactType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.cloud_assembly_schema with parameters of type ArtifactTypeModifier and TypeMethodDescriptionArtifactManifest.Builder.type(ArtifactType type) Sets the value ofArtifactManifest.getType() -
Uses of ArtifactType in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi with parameters of type ArtifactTypeModifier and TypeMethodDescriptionAssetManifestArtifact.Builder.type(ArtifactType type) The type of artifact.CloudFormationStackArtifact.Builder.type(ArtifactType type) The type of artifact.NestedCloudAssemblyArtifact.Builder.type(ArtifactType type) The type of artifact.TreeCloudArtifact.Builder.type(ArtifactType type) The type of artifact.