Uses of Class
com.oracle.bmc.functions.model.Function.LifecycleState
-
Packages that use Function.LifecycleState Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of Function.LifecycleState in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions with parameters of type Function.LifecycleState Modifier and Type Method Description Waiter<GetFunctionRequest,GetFunctionResponse>
FunctionsManagementWaiters. forFunction(GetFunctionRequest request, Function.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFunctionRequest,GetFunctionResponse>
FunctionsManagementWaiters. forFunction(GetFunctionRequest request, Function.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFunctionRequest,GetFunctionResponse>
FunctionsManagementWaiters. forFunction(GetFunctionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Function.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Function.LifecycleState in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return Function.LifecycleState Modifier and Type Method Description static Function.LifecycleState
Function.LifecycleState. create(String key)
Function.LifecycleState
Function. getLifecycleState()
The current state of the function.Function.LifecycleState
FunctionSummary. getLifecycleState()
The current state of the function.static Function.LifecycleState
Function.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Function.LifecycleState[]
Function.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model with parameters of type Function.LifecycleState Modifier and Type Method Description Function.Builder
Function.Builder. lifecycleState(Function.LifecycleState lifecycleState)
The current state of the function.FunctionSummary.Builder
FunctionSummary.Builder. lifecycleState(Function.LifecycleState lifecycleState)
The current state of the function.Constructors in com.oracle.bmc.functions.model with parameters of type Function.LifecycleState Constructor Description Function(String id, String displayName, Function.LifecycleState lifecycleState, String applicationId, String compartmentId, String image, String imageDigest, FunctionSourceDetails sourceDetails, Function.Shape shape, Long memoryInMBs, Map<String,String> config, Integer timeoutInSeconds, FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig, FunctionTraceConfig traceConfig, Map<String,String> freeformTags, String invokeEndpoint, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated)
Deprecated.FunctionSummary(String id, String displayName, String applicationId, String compartmentId, Function.LifecycleState lifecycleState, String image, String imageDigest, FunctionSourceDetails sourceDetails, FunctionSummary.Shape shape, Long memoryInMBs, Integer timeoutInSeconds, FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig, FunctionTraceConfig traceConfig, Map<String,String> freeformTags, String invokeEndpoint, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of Function.LifecycleState in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return Function.LifecycleState Modifier and Type Method Description Function.LifecycleState
ListFunctionsRequest. getLifecycleState()
A filter to return only functions that match the lifecycle state in this parameter.Methods in com.oracle.bmc.functions.requests with parameters of type Function.LifecycleState Modifier and Type Method Description ListFunctionsRequest.Builder
ListFunctionsRequest.Builder. lifecycleState(Function.LifecycleState lifecycleState)
A filter to return only functions that match the lifecycle state in this parameter.
-