Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.ApplicationVersionStatus
Packages that use ApplicationVersionStatus
-
Uses of ApplicationVersionStatus in com.amazonaws.services.elasticbeanstalk.model
Subclasses with type arguments of type ApplicationVersionStatus in com.amazonaws.services.elasticbeanstalk.modelMethods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationVersionStatusModifier and TypeMethodDescriptionstatic ApplicationVersionStatusUse this in place of valueOf.static ApplicationVersionStatusReturns the enum constant of this type with the specified name.static ApplicationVersionStatus[]ApplicationVersionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationVersionStatusModifier and TypeMethodDescriptionvoidApplicationVersionDescription.setStatus(ApplicationVersionStatus status) The processing status of the application version.ApplicationVersionDescription.withStatus(ApplicationVersionStatus status) The processing status of the application version.