Uses of Class
com.oracle.bmc.jms.responses.SummarizeLibraryInventoryResponse
-
Packages that use SummarizeLibraryInventoryResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of SummarizeLibraryInventoryResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return SummarizeLibraryInventoryResponse Modifier and Type Method Description SummarizeLibraryInventoryResponse
JavaManagementService. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request)
Retrieve the inventory of libraries in the specified fleet: Statically detected library count, Dynamically detected library count, Uncorrelated package count, High, Medium and Low severity library count.SummarizeLibraryInventoryResponse
JavaManagementServiceClient. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type SummarizeLibraryInventoryResponse Modifier and Type Method Description Future<SummarizeLibraryInventoryResponse>
JavaManagementServiceAsync. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request, AsyncHandler<SummarizeLibraryInventoryRequest,SummarizeLibraryInventoryResponse> handler)
Retrieve the inventory of libraries in the specified fleet: Statically detected library count, Dynamically detected library count, Uncorrelated package count, High, Medium and Low severity library count.Future<SummarizeLibraryInventoryResponse>
JavaManagementServiceAsyncClient. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request, AsyncHandler<SummarizeLibraryInventoryRequest,SummarizeLibraryInventoryResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type SummarizeLibraryInventoryResponse Modifier and Type Method Description Future<SummarizeLibraryInventoryResponse>
JavaManagementServiceAsync. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request, AsyncHandler<SummarizeLibraryInventoryRequest,SummarizeLibraryInventoryResponse> handler)
Retrieve the inventory of libraries in the specified fleet: Statically detected library count, Dynamically detected library count, Uncorrelated package count, High, Medium and Low severity library count.Future<SummarizeLibraryInventoryResponse>
JavaManagementServiceAsyncClient. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request, AsyncHandler<SummarizeLibraryInventoryRequest,SummarizeLibraryInventoryResponse> handler)
-
Uses of SummarizeLibraryInventoryResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return SummarizeLibraryInventoryResponse Modifier and Type Method Description SummarizeLibraryInventoryResponse
SummarizeLibraryInventoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type SummarizeLibraryInventoryResponse Modifier and Type Method Description SummarizeLibraryInventoryResponse.Builder
SummarizeLibraryInventoryResponse.Builder. copy(SummarizeLibraryInventoryResponse o)
Copy method to populate the builder with values from the given instance.
-