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 ListModuleStreamsResponse
SoftwareSource. 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)
ListModuleStreamsResponse
SoftwareSourceClient. listModuleStreams(ListModuleStreamsRequest request)
Iterable<ModuleStreamSummary>
SoftwareSourcePaginators. listModuleStreamsRecordIterator(ListModuleStreamsRequest request)
Creates a new iterable which will iterate over theModuleStreamSummary
objects 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 ListModuleStreamsRequest
ListModuleStreamsRequest.Builder. build()
Build the instance of ListModuleStreamsRequest as configured by this builderListModuleStreamsRequest
ListModuleStreamsRequest.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.Builder
ListModuleStreamsRequest.Builder. copy(ListModuleStreamsRequest o)
Copy method to populate the builder with values from the given instance.
-