Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListPackageGroupsResponse
-
Packages that use ListPackageGroupsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListPackageGroupsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListPackageGroupsResponse Modifier and Type Method Description ListPackageGroupsResponse
SoftwareSource. listPackageGroups(ListPackageGroupsRequest request)
Lists package groups that are associated with the specified software source OCID.ListPackageGroupsResponse
SoftwareSourceClient. listPackageGroups(ListPackageGroupsRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListPackageGroupsResponse Modifier and Type Method Description Future<ListPackageGroupsResponse>
SoftwareSourceAsync. listPackageGroups(ListPackageGroupsRequest request, AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResponse> handler)
Lists package groups that are associated with the specified software source OCID.Future<ListPackageGroupsResponse>
SoftwareSourceAsyncClient. listPackageGroups(ListPackageGroupsRequest request, AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResponse> handler)
Iterable<ListPackageGroupsResponse>
SoftwareSourcePaginators. listPackageGroupsResponseIterator(ListPackageGroupsRequest request)
Creates a new iterable which will iterate over the responses received from the listPackageGroups operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListPackageGroupsResponse Modifier and Type Method Description Future<ListPackageGroupsResponse>
SoftwareSourceAsync. listPackageGroups(ListPackageGroupsRequest request, AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResponse> handler)
Lists package groups that are associated with the specified software source OCID.Future<ListPackageGroupsResponse>
SoftwareSourceAsyncClient. listPackageGroups(ListPackageGroupsRequest request, AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResponse> handler)
-
Uses of ListPackageGroupsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListPackageGroupsResponse Modifier and Type Method Description ListPackageGroupsResponse
ListPackageGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListPackageGroupsResponse Modifier and Type Method Description ListPackageGroupsResponse.Builder
ListPackageGroupsResponse.Builder. copy(ListPackageGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-