Uses of Class
com.oracle.bmc.osmanagement.requests.SearchSoftwarePackagesRequest
-
Packages that use SearchSoftwarePackagesRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of SearchSoftwarePackagesRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type SearchSoftwarePackagesRequest Modifier and Type Method Description SearchSoftwarePackagesResponse
OsManagement. searchSoftwarePackages(SearchSoftwarePackagesRequest request)
Searches all of the available Software Sources and returns any/all Software Packages matching the search criteria.Future<SearchSoftwarePackagesResponse>
OsManagementAsync. searchSoftwarePackages(SearchSoftwarePackagesRequest request, AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler)
Searches all of the available Software Sources and returns any/all Software Packages matching the search criteria.Future<SearchSoftwarePackagesResponse>
OsManagementAsyncClient. searchSoftwarePackages(SearchSoftwarePackagesRequest request, AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler)
SearchSoftwarePackagesResponse
OsManagementClient. searchSoftwarePackages(SearchSoftwarePackagesRequest request)
Iterable<SoftwarePackageSearchSummary>
OsManagementPaginators. searchSoftwarePackagesRecordIterator(SearchSoftwarePackagesRequest request)
Creates a new iterable which will iterate over theSoftwarePackageSearchSummary
objects contained in responses from the searchSoftwarePackages operation.Iterable<SearchSoftwarePackagesResponse>
OsManagementPaginators. searchSoftwarePackagesResponseIterator(SearchSoftwarePackagesRequest request)
Creates a new iterable which will iterate over the responses received from the searchSoftwarePackages operation.Method parameters in com.oracle.bmc.osmanagement with type arguments of type SearchSoftwarePackagesRequest Modifier and Type Method Description Future<SearchSoftwarePackagesResponse>
OsManagementAsync. searchSoftwarePackages(SearchSoftwarePackagesRequest request, AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler)
Searches all of the available Software Sources and returns any/all Software Packages matching the search criteria.Future<SearchSoftwarePackagesResponse>
OsManagementAsyncClient. searchSoftwarePackages(SearchSoftwarePackagesRequest request, AsyncHandler<SearchSoftwarePackagesRequest,SearchSoftwarePackagesResponse> handler)
-
Uses of SearchSoftwarePackagesRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return SearchSoftwarePackagesRequest Modifier and Type Method Description SearchSoftwarePackagesRequest
SearchSoftwarePackagesRequest.Builder. build()
Build the instance of SearchSoftwarePackagesRequest as configured by this builderSearchSoftwarePackagesRequest
SearchSoftwarePackagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchSoftwarePackagesRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type SearchSoftwarePackagesRequest Modifier and Type Method Description SearchSoftwarePackagesRequest.Builder
SearchSoftwarePackagesRequest.Builder. copy(SearchSoftwarePackagesRequest o)
Copy method to populate the builder with values from the given instance.
-