| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
static PipeTargetInvocationType |
PipeTargetInvocationType.fromValue(String value)
Use this in place of valueOf.
|
static PipeTargetInvocationType |
PipeTargetInvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipeTargetInvocationType[] |
PipeTargetInvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PipeTargetStateMachineParameters |
PipeTargetStateMachineParameters.withInvocationType(PipeTargetInvocationType invocationType)
Specify whether to invoke the Step Functions state machine synchronously or asynchronously.
|
PipeTargetLambdaFunctionParameters |
PipeTargetLambdaFunctionParameters.withInvocationType(PipeTargetInvocationType invocationType)
Specify whether to invoke the function synchronously or asynchronously.
|
Copyright © 2024. All rights reserved.