Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionScalingConfig
-
Packages that use FunctionScalingConfig Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionScalingConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionScalingConfig Modifier and Type Method Description FunctionScalingConfigGetFunctionScalingConfigResponse. appliedFunctionScalingConfig()The scaling configuration that is currently applied to the function.FunctionScalingConfigPutFunctionScalingConfigRequest. functionScalingConfig()The scaling configuration to apply to the function, including minimum and maximum execution environment limits.FunctionScalingConfigGetFunctionScalingConfigResponse. requestedFunctionScalingConfig()The scaling configuration that was requested for the function.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionScalingConfig Modifier and Type Method Description GetFunctionScalingConfigResponse.BuilderGetFunctionScalingConfigResponse.Builder. appliedFunctionScalingConfig(FunctionScalingConfig appliedFunctionScalingConfig)The scaling configuration that is currently applied to the function.PutFunctionScalingConfigRequest.BuilderPutFunctionScalingConfigRequest.Builder. functionScalingConfig(FunctionScalingConfig functionScalingConfig)The scaling configuration to apply to the function, including minimum and maximum execution environment limits.GetFunctionScalingConfigResponse.BuilderGetFunctionScalingConfigResponse.Builder. requestedFunctionScalingConfig(FunctionScalingConfig requestedFunctionScalingConfig)The scaling configuration that was requested for the function.
-