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