Uses of Class
software.amazon.awssdk.services.swf.model.ChildPolicy
-
Packages that use ChildPolicy Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ChildPolicy in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ChildPolicy Modifier and Type Method Description ChildPolicyContinueAsNewWorkflowExecutionDecisionAttributes. 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.ChildPolicyStartChildWorkflowExecutionDecisionAttributes. childPolicy()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.ChildPolicyStartChildWorkflowExecutionInitiatedEventAttributes. 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.ChildPolicyStartWorkflowExecutionRequest. 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.ChildPolicyTerminateWorkflowExecutionRequest. childPolicy()If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.ChildPolicyWorkflowExecutionConfiguration. 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.ChildPolicyWorkflowExecutionContinuedAsNewEventAttributes. 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.ChildPolicyWorkflowExecutionStartedEventAttributes. 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.ChildPolicyWorkflowExecutionTerminatedEventAttributes. childPolicy()The policy used for the child workflow executions of this workflow execution.ChildPolicyWorkflowExecutionTimedOutEventAttributes. childPolicy()The policy used for the child workflow executions of this workflow execution.ChildPolicyRegisterWorkflowTypeRequest. 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.ChildPolicyWorkflowTypeConfiguration. defaultChildPolicy()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.static ChildPolicyChildPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChildPolicyChildPolicy. valueOf(String name)Returns 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 software.amazon.awssdk.services.swf.model that return types with arguments of type ChildPolicy Modifier and Type Method Description static Set<ChildPolicy>ChildPolicy. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type ChildPolicy Modifier and Type Method Description ContinueAsNewWorkflowExecutionDecisionAttributes.BuilderContinueAsNewWorkflowExecutionDecisionAttributes.Builder. childPolicy(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.BuilderStartChildWorkflowExecutionDecisionAttributes.Builder. childPolicy(ChildPolicy childPolicy)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.BuilderStartChildWorkflowExecutionInitiatedEventAttributes.Builder. childPolicy(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.BuilderStartWorkflowExecutionRequest.Builder. childPolicy(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.BuilderTerminateWorkflowExecutionRequest.Builder. childPolicy(ChildPolicy childPolicy)If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.WorkflowExecutionConfiguration.BuilderWorkflowExecutionConfiguration.Builder. childPolicy(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.BuilderWorkflowExecutionContinuedAsNewEventAttributes.Builder. childPolicy(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.BuilderWorkflowExecutionStartedEventAttributes.Builder. childPolicy(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.BuilderWorkflowExecutionTerminatedEventAttributes.Builder. childPolicy(ChildPolicy childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes.Builder. childPolicy(ChildPolicy childPolicy)The policy used for the child workflow executions of this workflow execution.RegisterWorkflowTypeRequest.BuilderRegisterWorkflowTypeRequest.Builder. defaultChildPolicy(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.BuilderWorkflowTypeConfiguration.Builder. defaultChildPolicy(ChildPolicy defaultChildPolicy)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.
-