Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListModuleStreamProfilesResponse
-
Packages that use ListModuleStreamProfilesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListModuleStreamProfilesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListModuleStreamProfilesResponse Modifier and Type Method Description ListModuleStreamProfilesResponseSoftwareSource. listModuleStreamProfiles(ListModuleStreamProfilesRequest request)Lists module stream profiles from the specified software source OCID.ListModuleStreamProfilesResponseSoftwareSourceClient. listModuleStreamProfiles(ListModuleStreamProfilesRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListModuleStreamProfilesResponse Modifier and Type Method Description Future<ListModuleStreamProfilesResponse>SoftwareSourceAsync. listModuleStreamProfiles(ListModuleStreamProfilesRequest request, AsyncHandler<ListModuleStreamProfilesRequest,ListModuleStreamProfilesResponse> handler)Lists module stream profiles from the specified software source OCID.Future<ListModuleStreamProfilesResponse>SoftwareSourceAsyncClient. listModuleStreamProfiles(ListModuleStreamProfilesRequest request, AsyncHandler<ListModuleStreamProfilesRequest,ListModuleStreamProfilesResponse> handler)Iterable<ListModuleStreamProfilesResponse>SoftwareSourcePaginators. listModuleStreamProfilesResponseIterator(ListModuleStreamProfilesRequest request)Creates a new iterable which will iterate over the responses received from the listModuleStreamProfiles operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListModuleStreamProfilesResponse Modifier and Type Method Description Future<ListModuleStreamProfilesResponse>SoftwareSourceAsync. listModuleStreamProfiles(ListModuleStreamProfilesRequest request, AsyncHandler<ListModuleStreamProfilesRequest,ListModuleStreamProfilesResponse> handler)Lists module stream profiles from the specified software source OCID.Future<ListModuleStreamProfilesResponse>SoftwareSourceAsyncClient. listModuleStreamProfiles(ListModuleStreamProfilesRequest request, AsyncHandler<ListModuleStreamProfilesRequest,ListModuleStreamProfilesResponse> handler) -
Uses of ListModuleStreamProfilesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListModuleStreamProfilesResponse Modifier and Type Method Description ListModuleStreamProfilesResponseListModuleStreamProfilesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListModuleStreamProfilesResponse Modifier and Type Method Description ListModuleStreamProfilesResponse.BuilderListModuleStreamProfilesResponse.Builder. copy(ListModuleStreamProfilesResponse o)Copy method to populate the builder with values from the given instance.
-