Uses of Class
com.oracle.bmc.osmanagementhub.responses.SynchronizeSingleMirrorsResponse
-
Packages that use SynchronizeSingleMirrorsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of SynchronizeSingleMirrorsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return SynchronizeSingleMirrorsResponse Modifier and Type Method Description SynchronizeSingleMirrorsResponse
ManagementStation. synchronizeSingleMirrors(SynchronizeSingleMirrorsRequest request)
Synchronize the specified software source mirrors on the management station.SynchronizeSingleMirrorsResponse
ManagementStationClient. synchronizeSingleMirrors(SynchronizeSingleMirrorsRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SynchronizeSingleMirrorsResponse Modifier and Type Method Description Future<SynchronizeSingleMirrorsResponse>
ManagementStationAsync. synchronizeSingleMirrors(SynchronizeSingleMirrorsRequest request, AsyncHandler<SynchronizeSingleMirrorsRequest,SynchronizeSingleMirrorsResponse> handler)
Synchronize the specified software source mirrors on the management station.Future<SynchronizeSingleMirrorsResponse>
ManagementStationAsyncClient. synchronizeSingleMirrors(SynchronizeSingleMirrorsRequest request, AsyncHandler<SynchronizeSingleMirrorsRequest,SynchronizeSingleMirrorsResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SynchronizeSingleMirrorsResponse Modifier and Type Method Description Future<SynchronizeSingleMirrorsResponse>
ManagementStationAsync. synchronizeSingleMirrors(SynchronizeSingleMirrorsRequest request, AsyncHandler<SynchronizeSingleMirrorsRequest,SynchronizeSingleMirrorsResponse> handler)
Synchronize the specified software source mirrors on the management station.Future<SynchronizeSingleMirrorsResponse>
ManagementStationAsyncClient. synchronizeSingleMirrors(SynchronizeSingleMirrorsRequest request, AsyncHandler<SynchronizeSingleMirrorsRequest,SynchronizeSingleMirrorsResponse> handler)
-
Uses of SynchronizeSingleMirrorsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return SynchronizeSingleMirrorsResponse Modifier and Type Method Description SynchronizeSingleMirrorsResponse
SynchronizeSingleMirrorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type SynchronizeSingleMirrorsResponse Modifier and Type Method Description SynchronizeSingleMirrorsResponse.Builder
SynchronizeSingleMirrorsResponse.Builder. copy(SynchronizeSingleMirrorsResponse o)
Copy method to populate the builder with values from the given instance.
-