Uses of Interface
software.amazon.awssdk.services.lambda.model.GetFunctionEventInvokeConfigRequest.Builder
Packages that use GetFunctionEventInvokeConfigRequest.Builder
Package
Description
-
Uses of GetFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type GetFunctionEventInvokeConfigRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.getFunctionEventInvokeConfig(Consumer<GetFunctionEventInvokeConfigRequest.Builder> getFunctionEventInvokeConfigRequest) Retrieves the configuration for asynchronous invocation for a function, version, or alias.LambdaClient.getFunctionEventInvokeConfig(Consumer<GetFunctionEventInvokeConfigRequest.Builder> getFunctionEventInvokeConfigRequest) Retrieves the configuration for asynchronous invocation for a function, version, or alias. -
Uses of GetFunctionEventInvokeConfigRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetFunctionEventInvokeConfigRequest.BuilderModifier and TypeMethodDescriptionGetFunctionEventInvokeConfigRequest.builder()GetFunctionEventInvokeConfigRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function, version, or alias.GetFunctionEventInvokeConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetFunctionEventInvokeConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) A version number or alias name.GetFunctionEventInvokeConfigRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetFunctionEventInvokeConfigRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFunctionEventInvokeConfigRequest.Builder>GetFunctionEventInvokeConfigRequest.serializableBuilderClass()