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