Uses of Class
com.amazonaws.services.codedeploy.model.RevisionLocationType
-
Packages that use RevisionLocationType Package Description com.amazonaws.services.codedeploy.model -
-
Uses of RevisionLocationType in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return RevisionLocationType Modifier and Type Method Description static RevisionLocationType
RevisionLocationType. fromValue(String value)
Use this in place of valueOf.static RevisionLocationType
RevisionLocationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RevisionLocationType[]
RevisionLocationType. 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 RevisionLocationType Modifier and Type Method Description void
RevisionLocation. setRevisionType(RevisionLocationType revisionType)
The type of application revision:RevisionLocation
RevisionLocation. withRevisionType(RevisionLocationType revisionType)
The type of application revision:
-