Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
ListReportTypesResponse |
Marketplace.listReportTypes(ListReportTypesRequest request)
Lists available types of reports for the compartment.
|
ListReportTypesResponse |
MarketplaceClient.listReportTypes(ListReportTypesRequest request) |
Future<ListReportTypesResponse> |
MarketplaceAsync.listReportTypes(ListReportTypesRequest request,
AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler)
Lists available types of reports for the compartment.
|
Future<ListReportTypesResponse> |
MarketplaceAsyncClient.listReportTypes(ListReportTypesRequest request,
AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler) |
Iterable<ReportTypeSummary> |
MarketplacePaginators.listReportTypesRecordIterator(ListReportTypesRequest request)
Creates a new iterable which will iterate over the
ReportTypeSummary objects contained in responses from the
listReportTypes operation. |
Iterable<ListReportTypesResponse> |
MarketplacePaginators.listReportTypesResponseIterator(ListReportTypesRequest request)
Creates a new iterable which will iterate over the responses received from the
listReportTypes operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListReportTypesResponse> |
MarketplaceAsync.listReportTypes(ListReportTypesRequest request,
AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler)
Lists available types of reports for the compartment.
|
Future<ListReportTypesResponse> |
MarketplaceAsyncClient.listReportTypes(ListReportTypesRequest request,
AsyncHandler<ListReportTypesRequest,ListReportTypesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListReportTypesRequest |
ListReportTypesRequest.Builder.build()
Build the instance of ListReportTypesRequest as configured by this builder
|
ListReportTypesRequest |
ListReportTypesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListReportTypesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListReportTypesRequest.Builder |
ListReportTypesRequest.Builder.copy(ListReportTypesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.