Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
ListReportsResponse |
Marketplace.listReports(ListReportsRequest request)
Lists reports in the compartment that match the specified report type and date.
|
ListReportsResponse |
MarketplaceClient.listReports(ListReportsRequest request) |
Future<ListReportsResponse> |
MarketplaceAsync.listReports(ListReportsRequest request,
AsyncHandler<ListReportsRequest,ListReportsResponse> handler)
Lists reports in the compartment that match the specified report type and date.
|
Future<ListReportsResponse> |
MarketplaceAsyncClient.listReports(ListReportsRequest request,
AsyncHandler<ListReportsRequest,ListReportsResponse> handler) |
Iterable<ReportSummary> |
MarketplacePaginators.listReportsRecordIterator(ListReportsRequest request)
Creates a new iterable which will iterate over the
ReportSummary objects contained in responses from the
listReports operation. |
Iterable<ListReportsResponse> |
MarketplacePaginators.listReportsResponseIterator(ListReportsRequest request)
Creates a new iterable which will iterate over the responses received from the listReports
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListReportsResponse> |
MarketplaceAsync.listReports(ListReportsRequest request,
AsyncHandler<ListReportsRequest,ListReportsResponse> handler)
Lists reports in the compartment that match the specified report type and date.
|
Future<ListReportsResponse> |
MarketplaceAsyncClient.listReports(ListReportsRequest request,
AsyncHandler<ListReportsRequest,ListReportsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListReportsRequest |
ListReportsRequest.Builder.build()
Build the instance of ListReportsRequest as configured by this builder
|
ListReportsRequest |
ListReportsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListReportsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListReportsRequest.Builder |
ListReportsRequest.Builder.copy(ListReportsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.