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