| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
ChildPolicy |
TerminateWorkflowExecutionRequest.childPolicy()
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.
|
ChildPolicy |
WorkflowExecutionTerminatedEventAttributes.childPolicy()
The policy used for the child workflow executions of this workflow execution.
|
ChildPolicy |
WorkflowExecutionTimedOutEventAttributes.childPolicy()
The policy used for the child workflow executions of this workflow execution.
|
ChildPolicy |
WorkflowExecutionStartedEventAttributes.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.
|
ChildPolicy |
ContinueAsNewWorkflowExecutionDecisionAttributes.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.
|
ChildPolicy |
StartChildWorkflowExecutionInitiatedEventAttributes.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.
|
ChildPolicy |
StartWorkflowExecutionRequest.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.
|
ChildPolicy |
WorkflowExecutionConfiguration.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.
|
ChildPolicy |
WorkflowExecutionContinuedAsNewEventAttributes.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.
|
ChildPolicy |
StartChildWorkflowExecutionDecisionAttributes.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.
|
ChildPolicy |
RegisterWorkflowTypeRequest.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.
|
ChildPolicy |
WorkflowTypeConfiguration.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 ChildPolicy |
ChildPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ChildPolicy |
ChildPolicy.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ChildPolicy> |
ChildPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.childPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the workflow execution being
terminated.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.childPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.Builder.childPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.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.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.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.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.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.Builder |
StartWorkflowExecutionRequest.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.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.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.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.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.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.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.
|
RegisterWorkflowTypeRequest.Builder |
RegisterWorkflowTypeRequest.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.Builder |
WorkflowTypeConfiguration.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.
|
Copyright © 2023. All rights reserved.