Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListMirrorsRequest
-
Packages that use ListMirrorsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListMirrorsRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListMirrorsRequest Modifier and Type Method Description ListMirrorsResponse
ManagementStation. listMirrors(ListMirrorsRequest request)
Lists all software source mirrors associated with a specified management station.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)
ListMirrorsResponse
ManagementStationClient. listMirrors(ListMirrorsRequest request)
Iterable<MirrorSummary>
ManagementStationPaginators. listMirrorsRecordIterator(ListMirrorsRequest request)
Creates a new iterable which will iterate over theMirrorSummary
objects contained in responses from the listMirrors operation.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 ListMirrorsRequest 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 ListMirrorsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListMirrorsRequest Modifier and Type Method Description ListMirrorsRequest
ListMirrorsRequest.Builder. build()
Build the instance of ListMirrorsRequest as configured by this builderListMirrorsRequest
ListMirrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMirrorsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListMirrorsRequest Modifier and Type Method Description ListMirrorsRequest.Builder
ListMirrorsRequest.Builder. copy(ListMirrorsRequest o)
Copy method to populate the builder with values from the given instance.
-