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 interface
LambdaBaseClientBuilder<B extends LambdaBaseClientBuilder<B,C>,C>
This includes configuration specific to AWS Lambda that is supported by bothLambdaClientBuilder
andLambdaAsyncClientBuilder
.Subinterfaces of LambdaBaseClientBuilder in software.amazon.awssdk.services.lambda Modifier and Type Interface Description interface
LambdaAsyncClientBuilder
A builder for creating an instance ofLambdaAsyncClient
.interface
LambdaClientBuilder
A builder for creating an instance ofLambdaClient
.
-