Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListAllSoftwarePackagesResponse
-
Packages that use ListAllSoftwarePackagesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListAllSoftwarePackagesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListAllSoftwarePackagesResponse Modifier and Type Method Description ListAllSoftwarePackagesResponse
SoftwareSource. listAllSoftwarePackages(ListAllSoftwarePackagesRequest request)
Lists software packages available through the OS Management Hub service.ListAllSoftwarePackagesResponse
SoftwareSourceClient. listAllSoftwarePackages(ListAllSoftwarePackagesRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListAllSoftwarePackagesResponse Modifier and Type Method Description Future<ListAllSoftwarePackagesResponse>
SoftwareSourceAsync. listAllSoftwarePackages(ListAllSoftwarePackagesRequest request, AsyncHandler<ListAllSoftwarePackagesRequest,ListAllSoftwarePackagesResponse> handler)
Lists software packages available through the OS Management Hub service.Future<ListAllSoftwarePackagesResponse>
SoftwareSourceAsyncClient. listAllSoftwarePackages(ListAllSoftwarePackagesRequest request, AsyncHandler<ListAllSoftwarePackagesRequest,ListAllSoftwarePackagesResponse> handler)
Iterable<ListAllSoftwarePackagesResponse>
SoftwareSourcePaginators. listAllSoftwarePackagesResponseIterator(ListAllSoftwarePackagesRequest request)
Creates a new iterable which will iterate over the responses received from the listAllSoftwarePackages operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListAllSoftwarePackagesResponse Modifier and Type Method Description Future<ListAllSoftwarePackagesResponse>
SoftwareSourceAsync. listAllSoftwarePackages(ListAllSoftwarePackagesRequest request, AsyncHandler<ListAllSoftwarePackagesRequest,ListAllSoftwarePackagesResponse> handler)
Lists software packages available through the OS Management Hub service.Future<ListAllSoftwarePackagesResponse>
SoftwareSourceAsyncClient. listAllSoftwarePackages(ListAllSoftwarePackagesRequest request, AsyncHandler<ListAllSoftwarePackagesRequest,ListAllSoftwarePackagesResponse> handler)
-
Uses of ListAllSoftwarePackagesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListAllSoftwarePackagesResponse Modifier and Type Method Description ListAllSoftwarePackagesResponse
ListAllSoftwarePackagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListAllSoftwarePackagesResponse Modifier and Type Method Description ListAllSoftwarePackagesResponse.Builder
ListAllSoftwarePackagesResponse.Builder. copy(ListAllSoftwarePackagesResponse o)
Copy method to populate the builder with values from the given instance.
-