Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionResult
-
Packages that use ApplyEnvironmentManagedActionResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ApplyEnvironmentManagedActionResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return ApplyEnvironmentManagedActionResult Modifier and Type Method Description ApplyEnvironmentManagedActionResultAbstractAWSElasticBeanstalk. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest request)ApplyEnvironmentManagedActionResultAWSElasticBeanstalk. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately.ApplyEnvironmentManagedActionResultAWSElasticBeanstalkClient. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately. -
Uses of ApplyEnvironmentManagedActionResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplyEnvironmentManagedActionResult Modifier and Type Method Description ApplyEnvironmentManagedActionResultApplyEnvironmentManagedActionResult. clone()ApplyEnvironmentManagedActionResultApplyEnvironmentManagedActionResult. withActionDescription(String actionDescription)A description of the managed action.ApplyEnvironmentManagedActionResultApplyEnvironmentManagedActionResult. withActionId(String actionId)The action ID of the managed action.ApplyEnvironmentManagedActionResultApplyEnvironmentManagedActionResult. withActionType(ActionType actionType)The type of managed action.ApplyEnvironmentManagedActionResultApplyEnvironmentManagedActionResult. withActionType(String actionType)The type of managed action.ApplyEnvironmentManagedActionResultApplyEnvironmentManagedActionResult. withStatus(String status)The status of the managed action.
-