Uses of Class
com.oracle.bmc.cloudbridge.responses.ListAssetsResponse
-
Packages that use ListAssetsResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of ListAssetsResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return ListAssetsResponse Modifier and Type Method Description ListAssetsResponseInventory. listAssets(ListAssetsRequest request)Returns a list of assets.ListAssetsResponseInventoryClient. listAssets(ListAssetsRequest request)Methods in com.oracle.bmc.cloudbridge that return types with arguments of type ListAssetsResponse 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)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 ListAssetsResponse 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 ListAssetsResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return ListAssetsResponse Modifier and Type Method Description ListAssetsResponseListAssetsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type ListAssetsResponse Modifier and Type Method Description ListAssetsResponse.BuilderListAssetsResponse.Builder. copy(ListAssetsResponse o)Copy method to populate the builder with values from the given instance.
-