Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
ListPbfListingsResponse |
FunctionsManagementClient.listPbfListings(ListPbfListingsRequest request) |
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) |
Iterable<PbfListingSummary> |
FunctionsManagementPaginators.listPbfListingsRecordIterator(ListPbfListingsRequest request)
Creates a new iterable which will iterate over the
PbfListingSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListPbfListingsRequest |
ListPbfListingsRequest.Builder.build()
Build the instance of ListPbfListingsRequest as configured by this builder
|
ListPbfListingsRequest |
ListPbfListingsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPbfListingsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPbfListingsRequest.Builder |
ListPbfListingsRequest.Builder.copy(ListPbfListingsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.