Uses of Class
com.amazonaws.services.codedeploy.model.BundleType
-
Packages that use BundleType Package Description com.amazonaws.services.codedeploy.model -
-
Uses of BundleType in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BundleType Modifier and Type Method Description static BundleTypeBundleType. fromValue(String value)Use this in place of valueOf.static BundleTypeBundleType. valueOf(String name)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 BundleType Modifier and Type Method Description voidS3Location. setBundleType(BundleType bundleType)The file type of the application revision.S3LocationS3Location. withBundleType(BundleType bundleType)The file type of the application revision.
-