Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetUsagePlanRequest,GetUsagePlanResponse> |
UsagePlansWaiters.forUsagePlan(GetUsagePlanRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
UsagePlan.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetUsagePlanRequest,GetUsagePlanResponse> |
UsagePlansWaiters.forUsagePlan(GetUsagePlanRequest request,
UsagePlan.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetUsagePlanRequest,GetUsagePlanResponse> |
UsagePlansWaiters.forUsagePlan(GetUsagePlanRequest request,
UsagePlan.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static UsagePlan.LifecycleState |
UsagePlan.LifecycleState.create(String key) |
UsagePlan.LifecycleState |
UsagePlanSummary.getLifecycleState()
The current state of the usage plan.
|
UsagePlan.LifecycleState |
UsagePlan.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.
|
Modifier and Type | Method and Description |
---|---|
UsagePlanSummary.Builder |
UsagePlanSummary.Builder.lifecycleState(UsagePlan.LifecycleState lifecycleState)
The current state of the usage plan.
|
UsagePlan.Builder |
UsagePlan.Builder.lifecycleState(UsagePlan.LifecycleState lifecycleState)
The current state of the usage plan.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
UsagePlan.LifecycleState |
ListUsagePlansRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListUsagePlansRequest.Builder |
ListUsagePlansRequest.Builder.lifecycleState(UsagePlan.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.