Uses of Enum
com.amazonaws.services.codedeploy.model.BundleType
Packages that use BundleType
-
Uses of BundleType in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BundleTypeModifier and TypeMethodDescriptionstatic BundleTypeUse this in place of valueOf.static BundleTypeReturns the enum constant of this type with the specified name.static BundleType[]BundleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codedeploy.model with parameters of type BundleTypeModifier and TypeMethodDescriptionvoidS3Location.setBundleType(BundleType bundleType) The file type of the application revision.S3Location.withBundleType(BundleType bundleType) The file type of the application revision.