Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
ListPackagesResponse |
Marketplace.listPackages(ListPackagesRequest request)
Gets the list of packages for a listing.
|
ListPackagesResponse |
MarketplaceClient.listPackages(ListPackagesRequest request) |
Future<ListPackagesResponse> |
MarketplaceAsync.listPackages(ListPackagesRequest request,
AsyncHandler<ListPackagesRequest,ListPackagesResponse> handler)
Gets the list of packages for a listing.
|
Future<ListPackagesResponse> |
MarketplaceAsyncClient.listPackages(ListPackagesRequest request,
AsyncHandler<ListPackagesRequest,ListPackagesResponse> handler) |
Iterable<ListingPackageSummary> |
MarketplacePaginators.listPackagesRecordIterator(ListPackagesRequest request)
Creates a new iterable which will iterate over the
ListingPackageSummary objects contained in responses from
the listPackages operation. |
Iterable<ListPackagesResponse> |
MarketplacePaginators.listPackagesResponseIterator(ListPackagesRequest request)
Creates a new iterable which will iterate over the responses received from the listPackages
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPackagesResponse> |
MarketplaceAsync.listPackages(ListPackagesRequest request,
AsyncHandler<ListPackagesRequest,ListPackagesResponse> handler)
Gets the list of packages for a listing.
|
Future<ListPackagesResponse> |
MarketplaceAsyncClient.listPackages(ListPackagesRequest request,
AsyncHandler<ListPackagesRequest,ListPackagesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListPackagesRequest |
ListPackagesRequest.Builder.build()
Build the instance of ListPackagesRequest as configured by this builder
|
ListPackagesRequest |
ListPackagesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPackagesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.copy(ListPackagesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.