Uses of Class
com.oracle.bmc.functions.responses.GetFunctionsRuntimeVersionResponse
-
Packages that use GetFunctionsRuntimeVersionResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of GetFunctionsRuntimeVersionResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return GetFunctionsRuntimeVersionResponse Modifier and Type Method Description GetFunctionsRuntimeVersionResponseFunctionsManagement. getFunctionsRuntimeVersion(GetFunctionsRuntimeVersionRequest request)Fetches a FunctionsRuntimeVersion by ID.GetFunctionsRuntimeVersionResponseFunctionsManagementClient. getFunctionsRuntimeVersion(GetFunctionsRuntimeVersionRequest request)Method parameters in com.oracle.bmc.functions with type arguments of type GetFunctionsRuntimeVersionResponse Modifier and Type Method Description Future<GetFunctionsRuntimeVersionResponse>FunctionsManagementAsync. getFunctionsRuntimeVersion(GetFunctionsRuntimeVersionRequest request, AsyncHandler<GetFunctionsRuntimeVersionRequest,GetFunctionsRuntimeVersionResponse> handler)Fetches a FunctionsRuntimeVersion by ID.Future<GetFunctionsRuntimeVersionResponse>FunctionsManagementAsyncClient. getFunctionsRuntimeVersion(GetFunctionsRuntimeVersionRequest request, AsyncHandler<GetFunctionsRuntimeVersionRequest,GetFunctionsRuntimeVersionResponse> handler) -
Uses of GetFunctionsRuntimeVersionResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return GetFunctionsRuntimeVersionResponse Modifier and Type Method Description GetFunctionsRuntimeVersionResponseGetFunctionsRuntimeVersionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type GetFunctionsRuntimeVersionResponse Modifier and Type Method Description GetFunctionsRuntimeVersionResponse.BuilderGetFunctionsRuntimeVersionResponse.Builder. copy(GetFunctionsRuntimeVersionResponse o)Copy method to populate the builder with values from the given instance.
-