Uses of Class
com.oracle.bmc.jms.requests.SummarizeLibraryInventoryRequest
-
Packages that use SummarizeLibraryInventoryRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of SummarizeLibraryInventoryRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type SummarizeLibraryInventoryRequest 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.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)
SummarizeLibraryInventoryResponse
JavaManagementServiceClient. summarizeLibraryInventory(SummarizeLibraryInventoryRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type SummarizeLibraryInventoryRequest 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 SummarizeLibraryInventoryRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return SummarizeLibraryInventoryRequest Modifier and Type Method Description SummarizeLibraryInventoryRequest
SummarizeLibraryInventoryRequest.Builder. build()
Build the instance of SummarizeLibraryInventoryRequest as configured by this builderSummarizeLibraryInventoryRequest
SummarizeLibraryInventoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeLibraryInventoryRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type SummarizeLibraryInventoryRequest Modifier and Type Method Description SummarizeLibraryInventoryRequest.Builder
SummarizeLibraryInventoryRequest.Builder. copy(SummarizeLibraryInventoryRequest o)
Copy method to populate the builder with values from the given instance.
-