Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ManagedActionHistoryItem
-
Packages that use ManagedActionHistoryItem Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ManagedActionHistoryItem in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ManagedActionHistoryItem Modifier and Type Method Description ManagedActionHistoryItemManagedActionHistoryItem. clone()ManagedActionHistoryItemManagedActionHistoryItem. withActionDescription(String actionDescription)A description of the managed action.ManagedActionHistoryItemManagedActionHistoryItem. withActionId(String actionId)A unique identifier for the managed action.ManagedActionHistoryItemManagedActionHistoryItem. withActionType(ActionType actionType)The type of the managed action.ManagedActionHistoryItemManagedActionHistoryItem. withActionType(String actionType)The type of the managed action.ManagedActionHistoryItemManagedActionHistoryItem. withExecutedTime(Date executedTime)The date and time that the action started executing.ManagedActionHistoryItemManagedActionHistoryItem. withFailureDescription(String failureDescription)If the action failed, a description of the failure.ManagedActionHistoryItemManagedActionHistoryItem. withFailureType(FailureType failureType)If the action failed, the type of failure.ManagedActionHistoryItemManagedActionHistoryItem. withFailureType(String failureType)If the action failed, the type of failure.ManagedActionHistoryItemManagedActionHistoryItem. withFinishedTime(Date finishedTime)The date and time that the action finished executing.ManagedActionHistoryItemManagedActionHistoryItem. withStatus(ActionHistoryStatus status)The status of the action.ManagedActionHistoryItemManagedActionHistoryItem. withStatus(String status)The status of the action.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ManagedActionHistoryItem Modifier and Type Method Description List<ManagedActionHistoryItem>DescribeEnvironmentManagedActionHistoryResult. getManagedActionHistoryItems()A list of completed and failed managed actions.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ManagedActionHistoryItem Modifier and Type Method Description DescribeEnvironmentManagedActionHistoryResultDescribeEnvironmentManagedActionHistoryResult. withManagedActionHistoryItems(ManagedActionHistoryItem... managedActionHistoryItems)A list of completed and failed managed actions.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ManagedActionHistoryItem Modifier and Type Method Description voidDescribeEnvironmentManagedActionHistoryResult. setManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)A list of completed and failed managed actions.DescribeEnvironmentManagedActionHistoryResultDescribeEnvironmentManagedActionHistoryResult. withManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)A list of completed and failed managed actions.
-