Uses of Class
com.oracle.bmc.functions.responses.GetFunctionResponse
-
Packages that use GetFunctionResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of GetFunctionResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return GetFunctionResponse Modifier and Type Method Description GetFunctionResponse
FunctionsManagement. getFunction(GetFunctionRequest request)
Retrieves a function.GetFunctionResponse
FunctionsManagementClient. getFunction(GetFunctionRequest request)
Methods in com.oracle.bmc.functions that return types with arguments of type GetFunctionResponse Modifier and Type Method Description Waiter<GetFunctionRequest,GetFunctionResponse>
FunctionsManagementWaiters. forFunction(GetFunctionRequest request, Function.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFunctionRequest,GetFunctionResponse>
FunctionsManagementWaiters. forFunction(GetFunctionRequest request, Function.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFunctionRequest,GetFunctionResponse>
FunctionsManagementWaiters. forFunction(GetFunctionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Function.LifecycleState... targetStates)
Creates a newWaiter
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)
Method parameters in com.oracle.bmc.functions with type arguments of type GetFunctionResponse Modifier and Type Method Description Future<GetFunctionResponse>
FunctionsManagementAsync. getFunction(GetFunctionRequest request, AsyncHandler<GetFunctionRequest,GetFunctionResponse> handler)
Retrieves a function.Future<GetFunctionResponse>
FunctionsManagementAsyncClient. getFunction(GetFunctionRequest request, AsyncHandler<GetFunctionRequest,GetFunctionResponse> handler)
-
Uses of GetFunctionResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return GetFunctionResponse Modifier and Type Method Description GetFunctionResponse
GetFunctionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type GetFunctionResponse Modifier and Type Method Description GetFunctionResponse.Builder
GetFunctionResponse.Builder. copy(GetFunctionResponse o)
Copy method to populate the builder with values from the given instance.
-