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 ManagedActionHistoryItem
ManagedActionHistoryItem. clone()
ManagedActionHistoryItem
ManagedActionHistoryItem. withActionDescription(String actionDescription)
A description of the managed action.ManagedActionHistoryItem
ManagedActionHistoryItem. withActionId(String actionId)
A unique identifier for the managed action.ManagedActionHistoryItem
ManagedActionHistoryItem. withActionType(ActionType actionType)
The type of the managed action.ManagedActionHistoryItem
ManagedActionHistoryItem. withActionType(String actionType)
The type of the managed action.ManagedActionHistoryItem
ManagedActionHistoryItem. withExecutedTime(Date executedTime)
The date and time that the action started executing.ManagedActionHistoryItem
ManagedActionHistoryItem. withFailureDescription(String failureDescription)
If the action failed, a description of the failure.ManagedActionHistoryItem
ManagedActionHistoryItem. withFailureType(FailureType failureType)
If the action failed, the type of failure.ManagedActionHistoryItem
ManagedActionHistoryItem. withFailureType(String failureType)
If the action failed, the type of failure.ManagedActionHistoryItem
ManagedActionHistoryItem. withFinishedTime(Date finishedTime)
The date and time that the action finished executing.ManagedActionHistoryItem
ManagedActionHistoryItem. withStatus(ActionHistoryStatus status)
The status of the action.ManagedActionHistoryItem
ManagedActionHistoryItem. 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 DescribeEnvironmentManagedActionHistoryResult
DescribeEnvironmentManagedActionHistoryResult. 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 void
DescribeEnvironmentManagedActionHistoryResult. setManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.DescribeEnvironmentManagedActionHistoryResult
DescribeEnvironmentManagedActionHistoryResult. withManagedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
-