Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetApiRequest,GetApiResponse> |
ApiGatewayWaiters.forApi(GetApiRequest request,
Api.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetApiRequest,GetApiResponse> |
ApiGatewayWaiters.forApi(GetApiRequest request,
Api.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetApiRequest,GetApiResponse> |
ApiGatewayWaiters.forApi(GetApiRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Api.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Api.LifecycleState |
Api.LifecycleState.create(String key) |
Api.LifecycleState |
Api.getLifecycleState()
The current state of the API.
|
static Api.LifecycleState |
Api.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Api.LifecycleState[] |
Api.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Api.Builder |
Api.Builder.lifecycleState(Api.LifecycleState lifecycleState)
The current state of the API.
|
Constructor and Description |
---|
Api(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Api.LifecycleState lifecycleState,
String lifecycleDetails,
String specificationType,
List<ApiValidationResult> validationResults,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.