Uses of Class
com.oracle.bmc.osmanagementhub.requests.SearchSoftwareSourceModuleStreamsRequest
-
Packages that use SearchSoftwareSourceModuleStreamsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of SearchSoftwareSourceModuleStreamsRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SearchSoftwareSourceModuleStreamsRequest 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 SearchSoftwareSourceModuleStreamsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return SearchSoftwareSourceModuleStreamsRequest Modifier and Type Method Description SearchSoftwareSourceModuleStreamsRequest
SearchSoftwareSourceModuleStreamsRequest.Builder. build()
Build the instance of SearchSoftwareSourceModuleStreamsRequest as configured by this builderSearchSoftwareSourceModuleStreamsRequest
SearchSoftwareSourceModuleStreamsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchSoftwareSourceModuleStreamsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type SearchSoftwareSourceModuleStreamsRequest Modifier and Type Method Description SearchSoftwareSourceModuleStreamsRequest.Builder
SearchSoftwareSourceModuleStreamsRequest.Builder. copy(SearchSoftwareSourceModuleStreamsRequest o)
Copy method to populate the builder with values from the given instance.
-