Uses of Enum
software.amazon.awssdk.services.lambda.model.State
Packages that use State
-
Uses of State in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return StateModifier and TypeMethodDescriptionstatic StateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StatePutFunctionScalingConfigResponse.functionState()The current state of the function after applying the scaling configuration.final StateCreateFunctionResponse.state()The current state of the function.final StateFunctionConfiguration.state()The current state of the function.final StateFunctionVersionsByCapacityProviderListItem.state()The current state of the function version.final StateGetFunctionConfigurationResponse.state()The current state of the function.final StatePublishVersionResponse.state()The current state of the function.final StateUpdateFunctionCodeResponse.state()The current state of the function.final StateUpdateFunctionConfigurationResponse.state()The current state of the function.static StateReturns the enum constant of this type with the specified name.static State[]State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type StateMethods in software.amazon.awssdk.services.lambda.model with parameters of type StateModifier and TypeMethodDescriptionPutFunctionScalingConfigResponse.Builder.functionState(State functionState) The current state of the function after applying the scaling configuration.The current state of the function.The current state of the function.The current state of the function version.The current state of the function.The current state of the function.The current state of the function.The current state of the function.