Uses of Class
com.oracle.bmc.functions.responses.GetFunctionsRuntimeResponse
-
Packages that use GetFunctionsRuntimeResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of GetFunctionsRuntimeResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return GetFunctionsRuntimeResponse Modifier and Type Method Description GetFunctionsRuntimeResponseFunctionsManagement. getFunctionsRuntime(GetFunctionsRuntimeRequest request)Fetches a FunctionsRuntime by ID.GetFunctionsRuntimeResponseFunctionsManagementClient. getFunctionsRuntime(GetFunctionsRuntimeRequest request)Method parameters in com.oracle.bmc.functions with type arguments of type GetFunctionsRuntimeResponse Modifier and Type Method Description Future<GetFunctionsRuntimeResponse>FunctionsManagementAsync. getFunctionsRuntime(GetFunctionsRuntimeRequest request, AsyncHandler<GetFunctionsRuntimeRequest,GetFunctionsRuntimeResponse> handler)Fetches a FunctionsRuntime by ID.Future<GetFunctionsRuntimeResponse>FunctionsManagementAsyncClient. getFunctionsRuntime(GetFunctionsRuntimeRequest request, AsyncHandler<GetFunctionsRuntimeRequest,GetFunctionsRuntimeResponse> handler) -
Uses of GetFunctionsRuntimeResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return GetFunctionsRuntimeResponse Modifier and Type Method Description GetFunctionsRuntimeResponseGetFunctionsRuntimeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type GetFunctionsRuntimeResponse Modifier and Type Method Description GetFunctionsRuntimeResponse.BuilderGetFunctionsRuntimeResponse.Builder. copy(GetFunctionsRuntimeResponse o)Copy method to populate the builder with values from the given instance.
-