| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
static PipeTargetInvocationType |
PipeTargetInvocationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PipeTargetInvocationType |
PipeTargetStateMachineParameters.invocationType()
Specify whether to wait for the state machine to finish or not.
|
PipeTargetInvocationType |
PipeTargetLambdaFunctionParameters.invocationType()
Choose from the following options.
|
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 |
|---|---|
static Set<PipeTargetInvocationType> |
PipeTargetInvocationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PipeTargetStateMachineParameters.Builder |
PipeTargetStateMachineParameters.Builder.invocationType(PipeTargetInvocationType invocationType)
Specify whether to wait for the state machine to finish or not.
|
PipeTargetLambdaFunctionParameters.Builder |
PipeTargetLambdaFunctionParameters.Builder.invocationType(PipeTargetInvocationType invocationType)
Choose from the following options.
|
Copyright © 2023. All rights reserved.