Uses of Class
software.amazon.awssdk.services.lambda.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of State in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return State Modifier and Type Method Description static StateState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateCreateFunctionResponse. state()The current state of the function.StateFunctionConfiguration. state()The current state of the function.StateGetFunctionConfigurationResponse. state()The current state of the function.StatePublishVersionResponse. state()The current state of the function.StateUpdateFunctionCodeResponse. state()The current state of the function.StateUpdateFunctionConfigurationResponse. state()The current state of the function.static StateState. valueOf(String name)Returns 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 State Modifier and Type Method Description static Set<State>State. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type State Modifier and Type Method Description CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. state(State state)The current state of the function.FunctionConfiguration.BuilderFunctionConfiguration.Builder. state(State state)The current state of the function.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. state(State state)The current state of the function.PublishVersionResponse.BuilderPublishVersionResponse.Builder. state(State state)The current state of the function.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. state(State state)The current state of the function.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. state(State state)The current state of the function.
-