Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListModuleStreamsRequest
-
Packages that use ListModuleStreamsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListModuleStreamsRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListModuleStreamsRequest Modifier and Type Method Description ListModuleStreamsResponseSoftwareSource. listModuleStreams(ListModuleStreamsRequest request)Lists module streams from the specified software source OCID.Future<ListModuleStreamsResponse>SoftwareSourceAsync. listModuleStreams(ListModuleStreamsRequest request, AsyncHandler<ListModuleStreamsRequest,ListModuleStreamsResponse> handler)Lists module streams from the specified software source OCID.Future<ListModuleStreamsResponse>SoftwareSourceAsyncClient. listModuleStreams(ListModuleStreamsRequest request, AsyncHandler<ListModuleStreamsRequest,ListModuleStreamsResponse> handler)ListModuleStreamsResponseSoftwareSourceClient. listModuleStreams(ListModuleStreamsRequest request)Iterable<ModuleStreamSummary>SoftwareSourcePaginators. listModuleStreamsRecordIterator(ListModuleStreamsRequest request)Creates a new iterable which will iterate over theModuleStreamSummaryobjects contained in responses from the listModuleStreams operation.Iterable<ListModuleStreamsResponse>SoftwareSourcePaginators. listModuleStreamsResponseIterator(ListModuleStreamsRequest request)Creates a new iterable which will iterate over the responses received from the listModuleStreams operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListModuleStreamsRequest Modifier and Type Method Description Future<ListModuleStreamsResponse>SoftwareSourceAsync. listModuleStreams(ListModuleStreamsRequest request, AsyncHandler<ListModuleStreamsRequest,ListModuleStreamsResponse> handler)Lists module streams from the specified software source OCID.Future<ListModuleStreamsResponse>SoftwareSourceAsyncClient. listModuleStreams(ListModuleStreamsRequest request, AsyncHandler<ListModuleStreamsRequest,ListModuleStreamsResponse> handler) -
Uses of ListModuleStreamsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListModuleStreamsRequest Modifier and Type Method Description ListModuleStreamsRequestListModuleStreamsRequest.Builder. build()Build the instance of ListModuleStreamsRequest as configured by this builderListModuleStreamsRequestListModuleStreamsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListModuleStreamsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListModuleStreamsRequest Modifier and Type Method Description ListModuleStreamsRequest.BuilderListModuleStreamsRequest.Builder. copy(ListModuleStreamsRequest o)Copy method to populate the builder with values from the given instance.
-