Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionScalingConfigResponse
-
Packages that use PutFunctionScalingConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of PutFunctionScalingConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return PutFunctionScalingConfigResponse Modifier and Type Method Description default PutFunctionScalingConfigResponseLambdaClient. putFunctionScalingConfig(Consumer<PutFunctionScalingConfigRequest.Builder> putFunctionScalingConfigRequest)Sets the scaling configuration for a Lambda Managed Instances function.default PutFunctionScalingConfigResponseLambdaClient. putFunctionScalingConfig(PutFunctionScalingConfigRequest putFunctionScalingConfigRequest)Sets the scaling configuration for a Lambda Managed Instances function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type PutFunctionScalingConfigResponse Modifier and Type Method Description default CompletableFuture<PutFunctionScalingConfigResponse>LambdaAsyncClient. putFunctionScalingConfig(Consumer<PutFunctionScalingConfigRequest.Builder> putFunctionScalingConfigRequest)Sets the scaling configuration for a Lambda Managed Instances function.default CompletableFuture<PutFunctionScalingConfigResponse>LambdaAsyncClient. putFunctionScalingConfig(PutFunctionScalingConfigRequest putFunctionScalingConfigRequest)Sets the scaling configuration for a Lambda Managed Instances function.
-