Uses of Class
com.oracle.bmc.osmanagementhub.requests.SearchSoftwareSourcePackageGroupsRequest
-
Packages that use SearchSoftwareSourcePackageGroupsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of SearchSoftwareSourcePackageGroupsRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SearchSoftwareSourcePackageGroupsRequest Modifier and Type Method Description Future<SearchSoftwareSourcePackageGroupsResponse>
SoftwareSourceAsync. searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest request, AsyncHandler<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsResponse> handler)
Searches the package groups from the specified list of software sources.Future<SearchSoftwareSourcePackageGroupsResponse>
SoftwareSourceAsyncClient. searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest request, AsyncHandler<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsResponse> handler)
-
Uses of SearchSoftwareSourcePackageGroupsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return SearchSoftwareSourcePackageGroupsRequest Modifier and Type Method Description SearchSoftwareSourcePackageGroupsRequest
SearchSoftwareSourcePackageGroupsRequest.Builder. build()
Build the instance of SearchSoftwareSourcePackageGroupsRequest as configured by this builderSearchSoftwareSourcePackageGroupsRequest
SearchSoftwareSourcePackageGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchSoftwareSourcePackageGroupsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type SearchSoftwareSourcePackageGroupsRequest Modifier and Type Method Description SearchSoftwareSourcePackageGroupsRequest.Builder
SearchSoftwareSourcePackageGroupsRequest.Builder. copy(SearchSoftwareSourcePackageGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-