Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListMirrorsResponse
-
Packages that use ListMirrorsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListMirrorsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListMirrorsResponse Modifier and Type Method Description ListMirrorsResponseManagementStation. listMirrors(ListMirrorsRequest request)Lists all software source mirrors associated with a specified management station.ListMirrorsResponseManagementStationClient. listMirrors(ListMirrorsRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListMirrorsResponse Modifier and Type Method Description Future<ListMirrorsResponse>ManagementStationAsync. listMirrors(ListMirrorsRequest request, AsyncHandler<ListMirrorsRequest,ListMirrorsResponse> handler)Lists all software source mirrors associated with a specified management station.Future<ListMirrorsResponse>ManagementStationAsyncClient. listMirrors(ListMirrorsRequest request, AsyncHandler<ListMirrorsRequest,ListMirrorsResponse> handler)Iterable<ListMirrorsResponse>ManagementStationPaginators. listMirrorsResponseIterator(ListMirrorsRequest request)Creates a new iterable which will iterate over the responses received from the listMirrors operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListMirrorsResponse Modifier and Type Method Description Future<ListMirrorsResponse>ManagementStationAsync. listMirrors(ListMirrorsRequest request, AsyncHandler<ListMirrorsRequest,ListMirrorsResponse> handler)Lists all software source mirrors associated with a specified management station.Future<ListMirrorsResponse>ManagementStationAsyncClient. listMirrors(ListMirrorsRequest request, AsyncHandler<ListMirrorsRequest,ListMirrorsResponse> handler) -
Uses of ListMirrorsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListMirrorsResponse Modifier and Type Method Description ListMirrorsResponseListMirrorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListMirrorsResponse Modifier and Type Method Description ListMirrorsResponse.BuilderListMirrorsResponse.Builder. copy(ListMirrorsResponse o)Copy method to populate the builder with values from the given instance.
-