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