Uses of Interface
software.amazon.awssdk.services.lambda.model.CallbackOptions.Builder
-
Packages that use CallbackOptions.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of CallbackOptions.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CallbackOptions.Builder Modifier and Type Method Description static CallbackOptions.BuilderCallbackOptions. builder()CallbackOptions.BuilderCallbackOptions.Builder. heartbeatTimeoutSeconds(Integer heartbeatTimeoutSeconds)The heartbeat timeout for the callback operation, in seconds.CallbackOptions.BuilderCallbackOptions.Builder. timeoutSeconds(Integer timeoutSeconds)The timeout for the callback operation in seconds.CallbackOptions.BuilderCallbackOptions. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CallbackOptions.Builder Modifier and Type Method Description static Class<? extends CallbackOptions.Builder>CallbackOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type CallbackOptions.Builder Modifier and Type Method Description default OperationUpdate.BuilderOperationUpdate.Builder. callbackOptions(Consumer<CallbackOptions.Builder> callbackOptions)Sets the value of the CallbackOptions property for this object.
-