Uses of Interface
software.amazon.awssdk.services.lambda.LambdaBaseClientBuilder
-
Packages that use LambdaBaseClientBuilder Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of LambdaBaseClientBuilder in software.amazon.awssdk.services.lambda
Classes in software.amazon.awssdk.services.lambda with type parameters of type LambdaBaseClientBuilder Modifier and Type Interface Description interfaceLambdaBaseClientBuilder<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.lambda Modifier and Type Interface Description interfaceLambdaAsyncClientBuilderA builder for creating an instance ofLambdaAsyncClient.interfaceLambdaClientBuilderA builder for creating an instance ofLambdaClient.
-