Package | Description |
---|---|
com.oracle.bmc.ospgateway | |
com.oracle.bmc.ospgateway.requests |
Modifier and Type | Method and Description |
---|---|
ListInvoicesResponse |
InvoiceService.listInvoices(ListInvoicesRequest request)
Returns a list of invoices
|
ListInvoicesResponse |
InvoiceServiceClient.listInvoices(ListInvoicesRequest request) |
Future<ListInvoicesResponse> |
InvoiceServiceAsync.listInvoices(ListInvoicesRequest request,
AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
Returns a list of invoices
|
Future<ListInvoicesResponse> |
InvoiceServiceAsyncClient.listInvoices(ListInvoicesRequest request,
AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler) |
Iterable<InvoiceSummary> |
InvoiceServicePaginators.listInvoicesRecordIterator(ListInvoicesRequest request)
Creates a new iterable which will iterate over the
InvoiceSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInvoicesResponse> |
InvoiceServiceAsync.listInvoices(ListInvoicesRequest request,
AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
Returns a list of invoices
|
Future<ListInvoicesResponse> |
InvoiceServiceAsyncClient.listInvoices(ListInvoicesRequest request,
AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListInvoicesRequest |
ListInvoicesRequest.Builder.build()
Build the instance of ListInvoicesRequest as configured by this builder
|
ListInvoicesRequest |
ListInvoicesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListInvoicesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.copy(ListInvoicesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.