Uses of Class
software.amazon.awssdk.services.lambda.model.ChainedInvokeOptions
-
Packages that use ChainedInvokeOptions Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ChainedInvokeOptions in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ChainedInvokeOptions Modifier and Type Method Description ChainedInvokeOptionsOperationUpdate. chainedInvokeOptions()Returns the value of the ChainedInvokeOptions property for this object.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ChainedInvokeOptions Modifier and Type Method Description OperationUpdate.BuilderOperationUpdate.Builder. chainedInvokeOptions(ChainedInvokeOptions chainedInvokeOptions)Sets the value of the ChainedInvokeOptions property for this object.
-