Uses of Class
software.amazon.awssdk.services.lambda.model.GetFunctionScalingConfigResponse
Packages that use GetFunctionScalingConfigResponse
-
Uses of GetFunctionScalingConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetFunctionScalingConfigResponseModifier and TypeMethodDescriptiondefault 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 GetFunctionScalingConfigResponseModifier and TypeMethodDescriptionLambdaAsyncClient.getFunctionScalingConfig(Consumer<GetFunctionScalingConfigRequest.Builder> getFunctionScalingConfigRequest) Retrieves the scaling configuration for a Lambda Managed Instances function.LambdaAsyncClient.getFunctionScalingConfig(GetFunctionScalingConfigRequest getFunctionScalingConfigRequest) Retrieves the scaling configuration for a Lambda Managed Instances function.