Uses of Class
com.oracle.bmc.osmanagementhub.responses.SearchSoftwareSourcePackageGroupsResponse
-
Packages that use SearchSoftwareSourcePackageGroupsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of SearchSoftwareSourcePackageGroupsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return SearchSoftwareSourcePackageGroupsResponse Modifier and Type Method Description SearchSoftwareSourcePackageGroupsResponse
SoftwareSource. searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest request)
Searches the package groups from the specified list of software sources.SearchSoftwareSourcePackageGroupsResponse
SoftwareSourceClient. searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SearchSoftwareSourcePackageGroupsResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SearchSoftwareSourcePackageGroupsResponse 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 SearchSoftwareSourcePackageGroupsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return SearchSoftwareSourcePackageGroupsResponse Modifier and Type Method Description SearchSoftwareSourcePackageGroupsResponse
SearchSoftwareSourcePackageGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type SearchSoftwareSourcePackageGroupsResponse Modifier and Type Method Description SearchSoftwareSourcePackageGroupsResponse.Builder
SearchSoftwareSourcePackageGroupsResponse.Builder. copy(SearchSoftwareSourcePackageGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-