Uses of Interface
software.amazon.awssdk.services.lambda.model.PutFunctionScalingConfigResponse.Builder
-
Packages that use PutFunctionScalingConfigResponse.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of PutFunctionScalingConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PutFunctionScalingConfigResponse.Builder Modifier and Type Method Description static PutFunctionScalingConfigResponse.BuilderPutFunctionScalingConfigResponse. builder()PutFunctionScalingConfigResponse.BuilderPutFunctionScalingConfigResponse.Builder. functionState(String functionState)The current state of the function after applying the scaling configuration.PutFunctionScalingConfigResponse.BuilderPutFunctionScalingConfigResponse.Builder. functionState(State functionState)The current state of the function after applying the scaling configuration.PutFunctionScalingConfigResponse.BuilderPutFunctionScalingConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PutFunctionScalingConfigResponse.Builder Modifier and Type Method Description static Class<? extends PutFunctionScalingConfigResponse.Builder>PutFunctionScalingConfigResponse. serializableBuilderClass()
-