Uses of Class
com.oracle.bmc.functions.model.Application.LifecycleState
-
Packages that use Application.LifecycleState Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of Application.LifecycleState in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions with parameters of type Application.LifecycleState Modifier and Type Method Description Waiter<GetApplicationRequest,GetApplicationResponse>
FunctionsManagementWaiters. forApplication(GetApplicationRequest request, Application.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApplicationRequest,GetApplicationResponse>
FunctionsManagementWaiters. forApplication(GetApplicationRequest request, Application.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApplicationRequest,GetApplicationResponse>
FunctionsManagementWaiters. forApplication(GetApplicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Application.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Application.LifecycleState in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return Application.LifecycleState Modifier and Type Method Description static Application.LifecycleState
Application.LifecycleState. create(String key)
Application.LifecycleState
Application. getLifecycleState()
The current state of the application.Application.LifecycleState
ApplicationSummary. getLifecycleState()
The current state of the application.static Application.LifecycleState
Application.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Application.LifecycleState[]
Application.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 Application.LifecycleState Modifier and Type Method Description Application.Builder
Application.Builder. lifecycleState(Application.LifecycleState lifecycleState)
The current state of the application.ApplicationSummary.Builder
ApplicationSummary.Builder. lifecycleState(Application.LifecycleState lifecycleState)
The current state of the application.Constructors in com.oracle.bmc.functions.model with parameters of type Application.LifecycleState Constructor Description Application(String id, String compartmentId, String displayName, Application.LifecycleState lifecycleState, Map<String,String> config, List<String> subnetIds, Application.Shape shape, List<String> networkSecurityGroupIds, String syslogUrl, ApplicationTraceConfig traceConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated, ImagePolicyConfig imagePolicyConfig)
Deprecated.ApplicationSummary(String id, String compartmentId, String displayName, Application.LifecycleState lifecycleState, List<String> subnetIds, ApplicationSummary.Shape shape, List<String> networkSecurityGroupIds, ApplicationTraceConfig traceConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated, ImagePolicyConfig imagePolicyConfig)
Deprecated. -
Uses of Application.LifecycleState in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return Application.LifecycleState Modifier and Type Method Description Application.LifecycleState
ListApplicationsRequest. getLifecycleState()
A filter to return only applications that match the lifecycle state in this parameter.Methods in com.oracle.bmc.functions.requests with parameters of type Application.LifecycleState Modifier and Type Method Description ListApplicationsRequest.Builder
ListApplicationsRequest.Builder. lifecycleState(Application.LifecycleState lifecycleState)
A filter to return only applications that match the lifecycle state in this parameter.
-