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 ListPbfListingsResponseFunctionsManagement. 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)ListPbfListingsResponseFunctionsManagementClient. listPbfListings(ListPbfListingsRequest request)Iterable<PbfListingSummary>FunctionsManagementPaginators. listPbfListingsRecordIterator(ListPbfListingsRequest request)Creates a new iterable which will iterate over thePbfListingSummaryobjects 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 ListPbfListingsRequestListPbfListingsRequest.Builder. build()Build the instance of ListPbfListingsRequest as configured by this builderListPbfListingsRequestListPbfListingsRequest.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.BuilderListPbfListingsRequest.Builder. copy(ListPbfListingsRequest o)Copy method to populate the builder with values from the given instance.
-