Uses of Class
com.oracle.bmc.apigateway.model.Api.LifecycleState
-
Packages that use Api.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of Api.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type Api.LifecycleState Modifier and Type Method Description Waiter<GetApiRequest,GetApiResponse>
ApiGatewayWaiters. forApi(GetApiRequest request, Api.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApiRequest,GetApiResponse>
ApiGatewayWaiters. forApi(GetApiRequest request, Api.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApiRequest,GetApiResponse>
ApiGatewayWaiters. forApi(GetApiRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Api.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Api.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Api.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.apigateway.model with parameters of type Api.LifecycleState Modifier and Type Method Description Api.Builder
Api.Builder. lifecycleState(Api.LifecycleState lifecycleState)
The current state of the API.Constructors in com.oracle.bmc.apigateway.model with parameters of type Api.LifecycleState Constructor 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.
-