Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListAvailableSoftwarePackagesRequest
-
Packages that use ListAvailableSoftwarePackagesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListAvailableSoftwarePackagesRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListAvailableSoftwarePackagesRequest Modifier and Type Method Description Future<ListAvailableSoftwarePackagesResponse>SoftwareSourceAsync. listAvailableSoftwarePackages(ListAvailableSoftwarePackagesRequest request, AsyncHandler<ListAvailableSoftwarePackagesRequest,ListAvailableSoftwarePackagesResponse> handler)Lists software packages that are available to be added to a custom software source of type MANIFEST.Future<ListAvailableSoftwarePackagesResponse>SoftwareSourceAsyncClient. listAvailableSoftwarePackages(ListAvailableSoftwarePackagesRequest request, AsyncHandler<ListAvailableSoftwarePackagesRequest,ListAvailableSoftwarePackagesResponse> handler) -
Uses of ListAvailableSoftwarePackagesRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListAvailableSoftwarePackagesRequest Modifier and Type Method Description ListAvailableSoftwarePackagesRequestListAvailableSoftwarePackagesRequest.Builder. build()Build the instance of ListAvailableSoftwarePackagesRequest as configured by this builderListAvailableSoftwarePackagesRequestListAvailableSoftwarePackagesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAvailableSoftwarePackagesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListAvailableSoftwarePackagesRequest Modifier and Type Method Description ListAvailableSoftwarePackagesRequest.BuilderListAvailableSoftwarePackagesRequest.Builder. copy(ListAvailableSoftwarePackagesRequest o)Copy method to populate the builder with values from the given instance.
-