Uses of Class
com.oracle.bmc.functions.responses.ListPbfListingsResponse
-
Packages that use ListPbfListingsResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of ListPbfListingsResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return ListPbfListingsResponse Modifier and Type Method Description ListPbfListingsResponse
FunctionsManagement. listPbfListings(ListPbfListingsRequest request)
Fetches a wrapped list of all Pre-built Function(PBF) Listings.ListPbfListingsResponse
FunctionsManagementClient. listPbfListings(ListPbfListingsRequest request)
Methods in com.oracle.bmc.functions that return types with arguments of type ListPbfListingsResponse Modifier and Type Method Description Future<ListPbfListingsResponse>
FunctionsManagementAsync. listPbfListings(ListPbfListingsRequest request, AsyncHandler<ListPbfListingsRequest,ListPbfListingsResponse> handler)
Fetches a wrapped list of all Pre-built Function(PBF) Listings.Future<ListPbfListingsResponse>
FunctionsManagementAsyncClient. listPbfListings(ListPbfListingsRequest request, AsyncHandler<ListPbfListingsRequest,ListPbfListingsResponse> handler)
Iterable<ListPbfListingsResponse>
FunctionsManagementPaginators. listPbfListingsResponseIterator(ListPbfListingsRequest request)
Creates a new iterable which will iterate over the responses received from the listPbfListings operation.Method parameters in com.oracle.bmc.functions with type arguments of type ListPbfListingsResponse Modifier and Type Method Description Future<ListPbfListingsResponse>
FunctionsManagementAsync. listPbfListings(ListPbfListingsRequest request, AsyncHandler<ListPbfListingsRequest,ListPbfListingsResponse> handler)
Fetches a wrapped list of all Pre-built Function(PBF) Listings.Future<ListPbfListingsResponse>
FunctionsManagementAsyncClient. listPbfListings(ListPbfListingsRequest request, AsyncHandler<ListPbfListingsRequest,ListPbfListingsResponse> handler)
-
Uses of ListPbfListingsResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return ListPbfListingsResponse Modifier and Type Method Description ListPbfListingsResponse
ListPbfListingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type ListPbfListingsResponse Modifier and Type Method Description ListPbfListingsResponse.Builder
ListPbfListingsResponse.Builder. copy(ListPbfListingsResponse o)
Copy method to populate the builder with values from the given instance.
-