Uses of Class
com.oracle.bmc.functions.requests.ListPbfListingsRequest
-
Packages that use ListPbfListingsRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests -
-
Uses of ListPbfListingsRequest in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions with parameters of type ListPbfListingsRequest Modifier and Type Method Description ListPbfListingsResponse
FunctionsManagement. listPbfListings(ListPbfListingsRequest request)
Fetches a wrapped list of all Pre-built Function(PBF) Listings.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)
ListPbfListingsResponse
FunctionsManagementClient. listPbfListings(ListPbfListingsRequest request)
Iterable<PbfListingSummary>
FunctionsManagementPaginators. listPbfListingsRecordIterator(ListPbfListingsRequest request)
Creates a new iterable which will iterate over thePbfListingSummary
objects contained in responses from the listPbfListings operation.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 ListPbfListingsRequest 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 ListPbfListingsRequest in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return ListPbfListingsRequest Modifier and Type Method Description ListPbfListingsRequest
ListPbfListingsRequest.Builder. build()
Build the instance of ListPbfListingsRequest as configured by this builderListPbfListingsRequest
ListPbfListingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPbfListingsRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type ListPbfListingsRequest Modifier and Type Method Description ListPbfListingsRequest.Builder
ListPbfListingsRequest.Builder. copy(ListPbfListingsRequest o)
Copy method to populate the builder with values from the given instance.
-