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 ListAssetsResponseInventory. 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)ListAssetsResponseInventoryClient. listAssets(ListAssetsRequest request)Iterable<AssetSummary>InventoryPaginators. listAssetsRecordIterator(ListAssetsRequest request)Creates a new iterable which will iterate over theAssetSummaryobjects 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 ListAssetsRequestListAssetsRequest.Builder. build()Build the instance of ListAssetsRequest as configured by this builderListAssetsRequestListAssetsRequest.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.BuilderListAssetsRequest.Builder. copy(ListAssetsRequest o)Copy method to populate the builder with values from the given instance.
-