Uses of Class
com.oracle.bmc.cloudbridge.requests.ListAssetsRequest
-
Packages that use ListAssetsRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of ListAssetsRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type ListAssetsRequest Modifier and Type Method Description 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)
ListAssetsResponse
InventoryClient. listAssets(ListAssetsRequest request)
Iterable<AssetSummary>
InventoryPaginators. listAssetsRecordIterator(ListAssetsRequest request)
Creates a new iterable which will iterate over theAssetSummary
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.Method parameters in com.oracle.bmc.cloudbridge with type arguments of type ListAssetsRequest Modifier and Type Method 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)
-
Uses of ListAssetsRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ListAssetsRequest Modifier and Type Method Description ListAssetsRequest
ListAssetsRequest.Builder. build()
Build the instance of ListAssetsRequest as configured by this builderListAssetsRequest
ListAssetsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAssetsRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type ListAssetsRequest Modifier and Type Method Description ListAssetsRequest.Builder
ListAssetsRequest.Builder. copy(ListAssetsRequest o)
Copy method to populate the builder with values from the given instance.
-