Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListModuleStreamsResponse
-
Packages that use ListModuleStreamsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListModuleStreamsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListModuleStreamsResponse Modifier and Type Method Description ListModuleStreamsResponse
SoftwareSource. listModuleStreams(ListModuleStreamsRequest request)
Lists module streams from the specified software source OCID.ListModuleStreamsResponse
SoftwareSourceClient. listModuleStreams(ListModuleStreamsRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListModuleStreamsResponse 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)
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 ListModuleStreamsResponse 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 ListModuleStreamsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListModuleStreamsResponse Modifier and Type Method Description ListModuleStreamsResponse
ListModuleStreamsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListModuleStreamsResponse Modifier and Type Method Description ListModuleStreamsResponse.Builder
ListModuleStreamsResponse.Builder. copy(ListModuleStreamsResponse o)
Copy method to populate the builder with values from the given instance.
-