Uses of Class
com.oracle.bmc.waa.model.WebAppAcceleration.LifecycleState
-
Packages that use WebAppAcceleration.LifecycleState Package Description com.oracle.bmc.waa com.oracle.bmc.waa.model com.oracle.bmc.waa.requests -
-
Uses of WebAppAcceleration.LifecycleState in com.oracle.bmc.waa
Methods in com.oracle.bmc.waa with parameters of type WebAppAcceleration.LifecycleState Modifier and Type Method Description Waiter<GetWebAppAccelerationRequest,GetWebAppAccelerationResponse>
WaaWaiters. forWebAppAcceleration(GetWebAppAccelerationRequest request, WebAppAcceleration.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWebAppAccelerationRequest,GetWebAppAccelerationResponse>
WaaWaiters. forWebAppAcceleration(GetWebAppAccelerationRequest request, WebAppAcceleration.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetWebAppAccelerationRequest,GetWebAppAccelerationResponse>
WaaWaiters. forWebAppAcceleration(GetWebAppAccelerationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WebAppAcceleration.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of WebAppAcceleration.LifecycleState in com.oracle.bmc.waa.model
Methods in com.oracle.bmc.waa.model that return WebAppAcceleration.LifecycleState Modifier and Type Method Description static WebAppAcceleration.LifecycleState
WebAppAcceleration.LifecycleState. create(String key)
WebAppAcceleration.LifecycleState
WebAppAcceleration. getLifecycleState()
The current state of the WebAppAcceleration.WebAppAcceleration.LifecycleState
WebAppAccelerationSummary. getLifecycleState()
The current state of the WebAppAcceleration.static WebAppAcceleration.LifecycleState
WebAppAcceleration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppAcceleration.LifecycleState[]
WebAppAcceleration.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waa.model with parameters of type WebAppAcceleration.LifecycleState Modifier and Type Method Description WebAppAccelerationLoadBalancer.Builder
WebAppAccelerationLoadBalancer.Builder. lifecycleState(WebAppAcceleration.LifecycleState lifecycleState)
WebAppAccelerationLoadBalancerSummary.Builder
WebAppAccelerationLoadBalancerSummary.Builder. lifecycleState(WebAppAcceleration.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.waa.model with parameters of type WebAppAcceleration.LifecycleState Constructor Description WebAppAcceleration(String id, String displayName, String compartmentId, String webAppAccelerationPolicyId, Date timeCreated, Date timeUpdated, WebAppAcceleration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WebAppAccelerationLoadBalancer(String id, String displayName, String compartmentId, String webAppAccelerationPolicyId, Date timeCreated, Date timeUpdated, WebAppAcceleration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String loadBalancerId)
Deprecated.WebAppAccelerationLoadBalancerSummary(String id, String displayName, String compartmentId, String webAppAccelerationPolicyId, Date timeCreated, Date timeUpdated, WebAppAcceleration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String loadBalancerId)
Deprecated.WebAppAccelerationSummary(String id, String displayName, String compartmentId, String webAppAccelerationPolicyId, Date timeCreated, Date timeUpdated, WebAppAcceleration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of WebAppAcceleration.LifecycleState in com.oracle.bmc.waa.requests
Methods in com.oracle.bmc.waa.requests that return types with arguments of type WebAppAcceleration.LifecycleState Modifier and Type Method Description List<WebAppAcceleration.LifecycleState>
ListWebAppAccelerationsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycleState.Methods in com.oracle.bmc.waa.requests with parameters of type WebAppAcceleration.LifecycleState Modifier and Type Method Description ListWebAppAccelerationsRequest.Builder
ListWebAppAccelerationsRequest.Builder. lifecycleState(WebAppAcceleration.LifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.waa.requests with type arguments of type WebAppAcceleration.LifecycleState Modifier and Type Method Description ListWebAppAccelerationsRequest.Builder
ListWebAppAccelerationsRequest.Builder. lifecycleState(List<WebAppAcceleration.LifecycleState> lifecycleState)
A filter to return only resources that match the given lifecycleState.
-