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