Uses of Class
software.amazon.awssdk.services.lambda.model.GetFunctionScalingConfigResponse
-
Packages that use GetFunctionScalingConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of GetFunctionScalingConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetFunctionScalingConfigResponse Modifier and Type Method Description default GetFunctionScalingConfigResponseLambdaClient. getFunctionScalingConfig(Consumer<GetFunctionScalingConfigRequest.Builder> getFunctionScalingConfigRequest)Retrieves the scaling configuration for a Lambda Managed Instances function.default GetFunctionScalingConfigResponseLambdaClient. getFunctionScalingConfig(GetFunctionScalingConfigRequest getFunctionScalingConfigRequest)Retrieves the scaling configuration for a Lambda Managed Instances function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type GetFunctionScalingConfigResponse Modifier and Type Method Description default CompletableFuture<GetFunctionScalingConfigResponse>LambdaAsyncClient. getFunctionScalingConfig(Consumer<GetFunctionScalingConfigRequest.Builder> getFunctionScalingConfigRequest)Retrieves the scaling configuration for a Lambda Managed Instances function.default CompletableFuture<GetFunctionScalingConfigResponse>LambdaAsyncClient. getFunctionScalingConfig(GetFunctionScalingConfigRequest getFunctionScalingConfigRequest)Retrieves the scaling configuration for a Lambda Managed Instances function.
-