Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.responses |
Modifier and Type | Method and Description |
---|---|
GetFunctionResponse |
FunctionsManagementClient.getFunction(GetFunctionRequest request) |
GetFunctionResponse |
FunctionsManagement.getFunction(GetFunctionRequest request)
Retrieves a function.
|
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. |
Future<GetFunctionResponse> |
FunctionsManagementAsync.getFunction(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResponse> handler)
Retrieves a function.
|
Future<GetFunctionResponse> |
FunctionsManagementAsyncClient.getFunction(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionResponse> |
FunctionsManagementAsync.getFunction(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResponse> handler)
Retrieves a function.
|
Future<GetFunctionResponse> |
FunctionsManagementAsyncClient.getFunction(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetFunctionResponse |
GetFunctionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetFunctionResponse.Builder |
GetFunctionResponse.Builder.copy(GetFunctionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.