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