Uses of Class
software.amazon.awssdk.services.lambda.model.LastUpdateStatus
-
Packages that use LastUpdateStatus Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LastUpdateStatus in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LastUpdateStatus Modifier and Type Method Description static LastUpdateStatusLastUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastUpdateStatusCreateFunctionResponse. lastUpdateStatus()The status of the last update that was performed on the function.LastUpdateStatusFunctionConfiguration. lastUpdateStatus()The status of the last update that was performed on the function.LastUpdateStatusGetFunctionConfigurationResponse. lastUpdateStatus()The status of the last update that was performed on the function.LastUpdateStatusPublishVersionResponse. lastUpdateStatus()The status of the last update that was performed on the function.LastUpdateStatusUpdateFunctionCodeResponse. lastUpdateStatus()The status of the last update that was performed on the function.LastUpdateStatusUpdateFunctionConfigurationResponse. lastUpdateStatus()The status of the last update that was performed on the function.static LastUpdateStatusLastUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LastUpdateStatus[]LastUpdateStatus. 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 LastUpdateStatus Modifier and Type Method Description static Set<LastUpdateStatus>LastUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type LastUpdateStatus Modifier and Type Method Description CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.FunctionConfiguration.BuilderFunctionConfiguration.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.PublishVersionResponse.BuilderPublishVersionResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. lastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.
-