Uses of Class
com.oracle.bmc.apigateway.model.Sdk.LifecycleState
-
Packages that use Sdk.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of Sdk.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type Sdk.LifecycleState Modifier and Type Method Description Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, Sdk.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, Sdk.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Sdk.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Sdk.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Sdk.LifecycleState Modifier and Type Method Description static Sdk.LifecycleState
Sdk.LifecycleState. create(String key)
Sdk.LifecycleState
Sdk. getLifecycleState()
The current state of the SDK.Sdk.LifecycleState
SdkSummary. getLifecycleState()
The current state of the SDK.static Sdk.LifecycleState
Sdk.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sdk.LifecycleState[]
Sdk.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 Sdk.LifecycleState Modifier and Type Method Description Sdk.Builder
Sdk.Builder. lifecycleState(Sdk.LifecycleState lifecycleState)
The current state of the SDK.SdkSummary.Builder
SdkSummary.Builder. lifecycleState(Sdk.LifecycleState lifecycleState)
The current state of the SDK.Constructors in com.oracle.bmc.apigateway.model with parameters of type Sdk.LifecycleState Constructor Description Sdk(String id, String apiId, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, String targetLanguage, String artifactUrl, Date timeArtifactUrlExpiresAt, Sdk.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,String> parameters)
Deprecated.SdkSummary(String id, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, String targetLanguage, Sdk.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Sdk.LifecycleState in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return Sdk.LifecycleState Modifier and Type Method Description Sdk.LifecycleState
ListSdksRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apigateway.requests with parameters of type Sdk.LifecycleState Modifier and Type Method Description ListSdksRequest.Builder
ListSdksRequest.Builder. lifecycleState(Sdk.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-