Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.model | |
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetFunctionRequest,GetFunctionResponse> |
FunctionsManagementWaiters.forFunction(GetFunctionRequest request,
Function.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetFunctionRequest,GetFunctionResponse> |
FunctionsManagementWaiters.forFunction(GetFunctionRequest request,
Function.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetFunctionRequest,GetFunctionResponse> |
FunctionsManagementWaiters.forFunction(GetFunctionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Function.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Function.LifecycleState |
Function.LifecycleState.create(String key) |
Function.LifecycleState |
Function.getLifecycleState()
The current state of the function.
|
Function.LifecycleState |
FunctionSummary.getLifecycleState()
The current state of the function.
|
static Function.LifecycleState |
Function.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function.LifecycleState[] |
Function.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Function.Builder |
Function.Builder.lifecycleState(Function.LifecycleState lifecycleState)
The current state of the function.
|
FunctionSummary.Builder |
FunctionSummary.Builder.lifecycleState(Function.LifecycleState lifecycleState)
The current state of the function.
|
Constructor and Description |
---|
Function(String id,
String displayName,
Function.LifecycleState lifecycleState,
String applicationId,
String compartmentId,
String image,
String imageDigest,
FunctionSourceDetails sourceDetails,
Function.Shape shape,
Long memoryInMBs,
Map<String,String> config,
Integer timeoutInSeconds,
FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig,
FunctionTraceConfig traceConfig,
Map<String,String> freeformTags,
String invokeEndpoint,
Map<String,Map<String,Object>> definedTags,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
FunctionSummary(String id,
String displayName,
String applicationId,
String compartmentId,
Function.LifecycleState lifecycleState,
String image,
String imageDigest,
FunctionSourceDetails sourceDetails,
FunctionSummary.Shape shape,
Long memoryInMBs,
Integer timeoutInSeconds,
FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig,
FunctionTraceConfig traceConfig,
Map<String,String> freeformTags,
String invokeEndpoint,
Map<String,Map<String,Object>> definedTags,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Function.LifecycleState |
ListFunctionsRequest.getLifecycleState()
A filter to return only functions that match the lifecycle state in this parameter.
|
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest.Builder |
ListFunctionsRequest.Builder.lifecycleState(Function.LifecycleState lifecycleState)
A filter to return only functions that match the lifecycle state in this parameter.
|
Copyright © 2016–2024. All rights reserved.