Uses of Class
com.oracle.bmc.jms.requests.ScanLibraryUsageRequest
-
Packages that use ScanLibraryUsageRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ScanLibraryUsageRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ScanLibraryUsageRequest Modifier and Type Method Description ScanLibraryUsageResponse
JavaManagementService. scanLibraryUsage(ScanLibraryUsageRequest request)
Scan library usage in a fleet.Future<ScanLibraryUsageResponse>
JavaManagementServiceAsync. scanLibraryUsage(ScanLibraryUsageRequest request, AsyncHandler<ScanLibraryUsageRequest,ScanLibraryUsageResponse> handler)
Scan library usage in a fleet.Future<ScanLibraryUsageResponse>
JavaManagementServiceAsyncClient. scanLibraryUsage(ScanLibraryUsageRequest request, AsyncHandler<ScanLibraryUsageRequest,ScanLibraryUsageResponse> handler)
ScanLibraryUsageResponse
JavaManagementServiceClient. scanLibraryUsage(ScanLibraryUsageRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type ScanLibraryUsageRequest Modifier and Type Method Description Future<ScanLibraryUsageResponse>
JavaManagementServiceAsync. scanLibraryUsage(ScanLibraryUsageRequest request, AsyncHandler<ScanLibraryUsageRequest,ScanLibraryUsageResponse> handler)
Scan library usage in a fleet.Future<ScanLibraryUsageResponse>
JavaManagementServiceAsyncClient. scanLibraryUsage(ScanLibraryUsageRequest request, AsyncHandler<ScanLibraryUsageRequest,ScanLibraryUsageResponse> handler)
-
Uses of ScanLibraryUsageRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ScanLibraryUsageRequest Modifier and Type Method Description ScanLibraryUsageRequest
ScanLibraryUsageRequest.Builder. build()
Build the instance of ScanLibraryUsageRequest as configured by this builderScanLibraryUsageRequest
ScanLibraryUsageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ScanLibraryUsageRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ScanLibraryUsageRequest Modifier and Type Method Description ScanLibraryUsageRequest.Builder
ScanLibraryUsageRequest.Builder. copy(ScanLibraryUsageRequest o)
Copy method to populate the builder with values from the given instance.
-