Uses of Class
com.oracle.bmc.ospgateway.requests.ListInvoicesRequest
-
Packages that use ListInvoicesRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of ListInvoicesRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type ListInvoicesRequest Modifier and Type Method Description ListInvoicesResponse
InvoiceService. listInvoices(ListInvoicesRequest request)
Returns a list of invoicesFuture<ListInvoicesResponse>
InvoiceServiceAsync. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
Returns a list of invoicesFuture<ListInvoicesResponse>
InvoiceServiceAsyncClient. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
ListInvoicesResponse
InvoiceServiceClient. listInvoices(ListInvoicesRequest request)
Iterable<InvoiceSummary>
InvoiceServicePaginators. listInvoicesRecordIterator(ListInvoicesRequest request)
Creates a new iterable which will iterate over theInvoiceSummary
objects contained in responses from the listInvoices operation.Iterable<ListInvoicesResponse>
InvoiceServicePaginators. listInvoicesResponseIterator(ListInvoicesRequest request)
Creates a new iterable which will iterate over the responses received from the listInvoices operation.Method parameters in com.oracle.bmc.ospgateway with type arguments of type ListInvoicesRequest Modifier and Type Method Description Future<ListInvoicesResponse>
InvoiceServiceAsync. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
Returns a list of invoicesFuture<ListInvoicesResponse>
InvoiceServiceAsyncClient. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
-
Uses of ListInvoicesRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return ListInvoicesRequest Modifier and Type Method Description ListInvoicesRequest
ListInvoicesRequest.Builder. build()
Build the instance of ListInvoicesRequest as configured by this builderListInvoicesRequest
ListInvoicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInvoicesRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type ListInvoicesRequest Modifier and Type Method Description ListInvoicesRequest.Builder
ListInvoicesRequest.Builder. copy(ListInvoicesRequest o)
Copy method to populate the builder with values from the given instance.
-