Uses of Class
com.oracle.bmc.apigateway.model.UsagePlan.LifecycleState
-
Packages that use UsagePlan.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of UsagePlan.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UsagePlan.LifecycleState Modifier and Type Method Description Waiter<GetUsagePlanRequest,GetUsagePlanResponse>
UsagePlansWaiters. forUsagePlan(GetUsagePlanRequest request, UsagePlan.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetUsagePlanRequest,GetUsagePlanResponse>
UsagePlansWaiters. forUsagePlan(GetUsagePlanRequest request, UsagePlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetUsagePlanRequest,GetUsagePlanResponse>
UsagePlansWaiters. forUsagePlan(GetUsagePlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, UsagePlan.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of UsagePlan.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return UsagePlan.LifecycleState Modifier and Type Method Description static UsagePlan.LifecycleState
UsagePlan.LifecycleState. create(String key)
UsagePlan.LifecycleState
UsagePlan. getLifecycleState()
The current state of the usage plan.UsagePlan.LifecycleState
UsagePlanSummary. getLifecycleState()
The current state of the usage plan.static UsagePlan.LifecycleState
UsagePlan.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static UsagePlan.LifecycleState[]
UsagePlan.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type UsagePlan.LifecycleState Modifier and Type Method Description UsagePlan.Builder
UsagePlan.Builder. lifecycleState(UsagePlan.LifecycleState lifecycleState)
The current state of the usage plan.UsagePlanSummary.Builder
UsagePlanSummary.Builder. lifecycleState(UsagePlan.LifecycleState lifecycleState)
The current state of the usage plan.Constructors in com.oracle.bmc.apigateway.model with parameters of type UsagePlan.LifecycleState Constructor Description UsagePlan(String id, String displayName, List<Entitlement> entitlements, String compartmentId, Date timeCreated, Date timeUpdated, UsagePlan.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UsagePlanSummary(String id, String displayName, List<EntitlementSummary> entitlements, String compartmentId, Date timeCreated, Date timeUpdated, UsagePlan.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of UsagePlan.LifecycleState in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UsagePlan.LifecycleState Modifier and Type Method Description UsagePlan.LifecycleState
ListUsagePlansRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apigateway.requests with parameters of type UsagePlan.LifecycleState Modifier and Type Method Description ListUsagePlansRequest.Builder
ListUsagePlansRequest.Builder. lifecycleState(UsagePlan.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-