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 ApplyEnvironmentManagedActionResult
AbstractAWSElasticBeanstalk. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest request)
ApplyEnvironmentManagedActionResult
AWSElasticBeanstalk. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest)
Applies a scheduled managed action immediately.ApplyEnvironmentManagedActionResult
AWSElasticBeanstalkClient. 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 ApplyEnvironmentManagedActionResult
ApplyEnvironmentManagedActionResult. clone()
ApplyEnvironmentManagedActionResult
ApplyEnvironmentManagedActionResult. withActionDescription(String actionDescription)
A description of the managed action.ApplyEnvironmentManagedActionResult
ApplyEnvironmentManagedActionResult. withActionId(String actionId)
The action ID of the managed action.ApplyEnvironmentManagedActionResult
ApplyEnvironmentManagedActionResult. withActionType(ActionType actionType)
The type of managed action.ApplyEnvironmentManagedActionResult
ApplyEnvironmentManagedActionResult. withActionType(String actionType)
The type of managed action.ApplyEnvironmentManagedActionResult
ApplyEnvironmentManagedActionResult. withStatus(String status)
The status of the managed action.
-