Uses of Class
com.oracle.bmc.functions.requests.GetFunctionRequest
-
Packages that use GetFunctionRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests -
-
Uses of GetFunctionRequest in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return types with arguments of type GetFunctionRequest 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.Method parameters in com.oracle.bmc.functions with type arguments of type GetFunctionRequest 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 GetFunctionRequest in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return GetFunctionRequest Modifier and Type Method Description GetFunctionRequest
GetFunctionRequest.Builder. build()
Build the instance of GetFunctionRequest as configured by this builderGetFunctionRequest
GetFunctionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFunctionRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type GetFunctionRequest Modifier and Type Method Description GetFunctionRequest.Builder
GetFunctionRequest.Builder. copy(GetFunctionRequest o)
Copy method to populate the builder with values from the given instance.
-