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 BundleType
Use this in place of valueOf.static BundleType
Returns 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 TypeMethodDescriptionvoid
S3Location.setBundleType
(BundleType bundleType) The file type of the application revision.S3Location.withBundleType
(BundleType bundleType) The file type of the application revision.