Uses of Class
software.amazon.awssdk.services.pipes.model.PipeTargetInvocationType
-
Packages that use PipeTargetInvocationType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of PipeTargetInvocationType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return PipeTargetInvocationType Modifier and Type Method Description static PipeTargetInvocationTypePipeTargetInvocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PipeTargetInvocationTypePipeTargetLambdaFunctionParameters. invocationType()Specify whether to invoke the function synchronously or asynchronously.PipeTargetInvocationTypePipeTargetStateMachineParameters. invocationType()Specify whether to invoke the Step Functions state machine synchronously or asynchronously.static PipeTargetInvocationTypePipeTargetInvocationType. 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.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type PipeTargetInvocationType Modifier and Type Method Description static Set<PipeTargetInvocationType>PipeTargetInvocationType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type PipeTargetInvocationType Modifier and Type Method Description PipeTargetLambdaFunctionParameters.BuilderPipeTargetLambdaFunctionParameters.Builder. invocationType(PipeTargetInvocationType invocationType)Specify whether to invoke the function synchronously or asynchronously.PipeTargetStateMachineParameters.BuilderPipeTargetStateMachineParameters.Builder. invocationType(PipeTargetInvocationType invocationType)Specify whether to invoke the Step Functions state machine synchronously or asynchronously.
-