Uses of Class
com.oracle.bmc.functions.responses.GetPbfListingResponse
-
Packages that use GetPbfListingResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of GetPbfListingResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return GetPbfListingResponse Modifier and Type Method Description GetPbfListingResponse
FunctionsManagement. getPbfListing(GetPbfListingRequest request)
Fetches a Pre-built Function(PBF) Listing.GetPbfListingResponse
FunctionsManagementClient. getPbfListing(GetPbfListingRequest request)
Method parameters in com.oracle.bmc.functions with type arguments of type GetPbfListingResponse Modifier and Type Method Description Future<GetPbfListingResponse>
FunctionsManagementAsync. getPbfListing(GetPbfListingRequest request, AsyncHandler<GetPbfListingRequest,GetPbfListingResponse> handler)
Fetches a Pre-built Function(PBF) Listing.Future<GetPbfListingResponse>
FunctionsManagementAsyncClient. getPbfListing(GetPbfListingRequest request, AsyncHandler<GetPbfListingRequest,GetPbfListingResponse> handler)
-
Uses of GetPbfListingResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return GetPbfListingResponse Modifier and Type Method Description GetPbfListingResponse
GetPbfListingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type GetPbfListingResponse Modifier and Type Method Description GetPbfListingResponse.Builder
GetPbfListingResponse.Builder. copy(GetPbfListingResponse o)
Copy method to populate the builder with values from the given instance.
-