Uses of Enum
com.amazonaws.services.simpleworkflow.model.ChildPolicy
Packages that use ChildPolicy
-
Uses of ChildPolicy in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildPolicyModifier and TypeMethodDescriptionstatic ChildPolicyUse this in place of valueOf.static ChildPolicyReturns the enum constant of this type with the specified name.static ChildPolicy[]ChildPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildPolicyModifier and TypeMethodDescriptionvoidContinueAsNewWorkflowExecutionDecisionAttributes.setChildPolicy(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidStartChildWorkflowExecutionDecisionAttributes.setChildPolicy(ChildPolicy childPolicy) Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidStartChildWorkflowExecutionInitiatedEventAttributes.setChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.voidStartWorkflowExecutionRequest.setChildPolicy(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidTerminateWorkflowExecutionRequest.setChildPolicy(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.voidWorkflowExecutionConfiguration.setChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidWorkflowExecutionContinuedAsNewEventAttributes.setChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidWorkflowExecutionStartedEventAttributes.setChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidWorkflowExecutionTerminatedEventAttributes.setChildPolicy(ChildPolicy childPolicy) The policy used for the child workflow executions of this workflow execution.voidWorkflowExecutionTimedOutEventAttributes.setChildPolicy(ChildPolicy childPolicy) The policy used for the child workflow executions of this workflow execution.voidRegisterWorkflowTypeRequest.setDefaultChildPolicy(ChildPolicy defaultChildPolicy) If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.voidWorkflowTypeConfiguration.setDefaultChildPolicy(ChildPolicy defaultChildPolicy) Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.StartChildWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy) Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.StartChildWorkflowExecutionInitiatedEventAttributes.withChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.StartWorkflowExecutionRequest.withChildPolicy(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.TerminateWorkflowExecutionRequest.withChildPolicy(ChildPolicy childPolicy) If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.WorkflowExecutionConfiguration.withChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowExecutionContinuedAsNewEventAttributes.withChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowExecutionStartedEventAttributes.withChildPolicy(ChildPolicy childPolicy) The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowExecutionTerminatedEventAttributes.withChildPolicy(ChildPolicy childPolicy) The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributes.withChildPolicy(ChildPolicy childPolicy) The policy used for the child workflow executions of this workflow execution.RegisterWorkflowTypeRequest.withDefaultChildPolicy(ChildPolicy defaultChildPolicy) If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowTypeConfiguration.withDefaultChildPolicy(ChildPolicy defaultChildPolicy) Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.