Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSdkRequest,GetSdkResponse> |
ApiGatewayWaiters.forSdk(GetSdkRequest request,
Sdk.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSdkRequest,GetSdkResponse> |
ApiGatewayWaiters.forSdk(GetSdkRequest request,
Sdk.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSdkRequest,GetSdkResponse> |
ApiGatewayWaiters.forSdk(GetSdkRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Sdk.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Sdk.LifecycleState |
ListSdksRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSdksRequest.Builder |
ListSdksRequest.Builder.lifecycleState(Sdk.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.