Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
ListAssetsResponse |
InventoryClient.listAssets(ListAssetsRequest request) |
ListAssetsResponse |
Inventory.listAssets(ListAssetsRequest request)
Returns a list of assets.
|
Future<ListAssetsResponse> |
InventoryAsync.listAssets(ListAssetsRequest request,
AsyncHandler<ListAssetsRequest,ListAssetsResponse> handler)
Returns a list of assets.
|
Future<ListAssetsResponse> |
InventoryAsyncClient.listAssets(ListAssetsRequest request,
AsyncHandler<ListAssetsRequest,ListAssetsResponse> handler) |
Iterable<AssetSummary> |
InventoryPaginators.listAssetsRecordIterator(ListAssetsRequest request)
Creates a new iterable which will iterate over the
AssetSummary objects contained in responses from the
listAssets operation. |
Iterable<ListAssetsResponse> |
InventoryPaginators.listAssetsResponseIterator(ListAssetsRequest request)
Creates a new iterable which will iterate over the responses received from the listAssets
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAssetsResponse> |
InventoryAsync.listAssets(ListAssetsRequest request,
AsyncHandler<ListAssetsRequest,ListAssetsResponse> handler)
Returns a list of assets.
|
Future<ListAssetsResponse> |
InventoryAsyncClient.listAssets(ListAssetsRequest request,
AsyncHandler<ListAssetsRequest,ListAssetsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListAssetsRequest |
ListAssetsRequest.Builder.build()
Build the instance of ListAssetsRequest as configured by this builder
|
ListAssetsRequest |
ListAssetsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAssetsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.copy(ListAssetsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.