Uses of Interface
software.amazon.awssdk.services.lambda.LambdaBaseClientBuilder
Packages that use LambdaBaseClientBuilder
-
Uses of LambdaBaseClientBuilder in software.amazon.awssdk.services.lambda
Classes in software.amazon.awssdk.services.lambda with type parameters of type LambdaBaseClientBuilderModifier and TypeInterfaceDescriptioninterfaceLambdaBaseClientBuilder<B extends LambdaBaseClientBuilder<B,C>, C> This includes configuration specific to AWS Lambda that is supported by bothLambdaClientBuilderandLambdaAsyncClientBuilder.Subinterfaces of LambdaBaseClientBuilder in software.amazon.awssdk.services.lambdaModifier and TypeInterfaceDescriptioninterfaceA builder for creating an instance ofLambdaAsyncClient.interfaceA builder for creating an instance ofLambdaClient.