Uses of Interface
software.amazon.awssdk.services.lambda.model.GetFunctionConcurrencyRequest.Builder
-
Packages that use GetFunctionConcurrencyRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of GetFunctionConcurrencyRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type GetFunctionConcurrencyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFunctionConcurrencyResponse>LambdaAsyncClient. getFunctionConcurrency(Consumer<GetFunctionConcurrencyRequest.Builder> getFunctionConcurrencyRequest)Returns details about the reserved concurrency configuration for a function.default GetFunctionConcurrencyResponseLambdaClient. getFunctionConcurrency(Consumer<GetFunctionConcurrencyRequest.Builder> getFunctionConcurrencyRequest)Returns details about the reserved concurrency configuration for a function. -
Uses of GetFunctionConcurrencyRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetFunctionConcurrencyRequest.Builder Modifier and Type Method Description static GetFunctionConcurrencyRequest.BuilderGetFunctionConcurrencyRequest. builder()GetFunctionConcurrencyRequest.BuilderGetFunctionConcurrencyRequest.Builder. functionName(String functionName)The name or ARN of the Lambda function.GetFunctionConcurrencyRequest.BuilderGetFunctionConcurrencyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFunctionConcurrencyRequest.BuilderGetFunctionConcurrencyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFunctionConcurrencyRequest.BuilderGetFunctionConcurrencyRequest. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetFunctionConcurrencyRequest.Builder Modifier and Type Method Description static Class<? extends GetFunctionConcurrencyRequest.Builder>GetFunctionConcurrencyRequest. serializableBuilderClass()
-