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