Uses of Class
com.oracle.bmc.osmanagementhub.responses.SearchSoftwareSourceModuleStreamsResponse
-
Packages that use SearchSoftwareSourceModuleStreamsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of SearchSoftwareSourceModuleStreamsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return SearchSoftwareSourceModuleStreamsResponse Modifier and Type Method Description SearchSoftwareSourceModuleStreamsResponse
SoftwareSource. searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request)
Returns a list of module streams from the specified software sources.SearchSoftwareSourceModuleStreamsResponse
SoftwareSourceClient. searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SearchSoftwareSourceModuleStreamsResponse Modifier and Type Method Description Future<SearchSoftwareSourceModuleStreamsResponse>
SoftwareSourceAsync. searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request, AsyncHandler<SearchSoftwareSourceModuleStreamsRequest,SearchSoftwareSourceModuleStreamsResponse> handler)
Returns a list of module streams from the specified software sources.Future<SearchSoftwareSourceModuleStreamsResponse>
SoftwareSourceAsyncClient. searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request, AsyncHandler<SearchSoftwareSourceModuleStreamsRequest,SearchSoftwareSourceModuleStreamsResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SearchSoftwareSourceModuleStreamsResponse Modifier and Type Method Description Future<SearchSoftwareSourceModuleStreamsResponse>
SoftwareSourceAsync. searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request, AsyncHandler<SearchSoftwareSourceModuleStreamsRequest,SearchSoftwareSourceModuleStreamsResponse> handler)
Returns a list of module streams from the specified software sources.Future<SearchSoftwareSourceModuleStreamsResponse>
SoftwareSourceAsyncClient. searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request, AsyncHandler<SearchSoftwareSourceModuleStreamsRequest,SearchSoftwareSourceModuleStreamsResponse> handler)
-
Uses of SearchSoftwareSourceModuleStreamsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return SearchSoftwareSourceModuleStreamsResponse Modifier and Type Method Description SearchSoftwareSourceModuleStreamsResponse
SearchSoftwareSourceModuleStreamsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type SearchSoftwareSourceModuleStreamsResponse Modifier and Type Method Description SearchSoftwareSourceModuleStreamsResponse.Builder
SearchSoftwareSourceModuleStreamsResponse.Builder. copy(SearchSoftwareSourceModuleStreamsResponse o)
Copy method to populate the builder with values from the given instance.
-