Uses of Class
com.oracle.bmc.osmanagementhub.requests.SynchronizeMirrorsRequest
-
Packages that use SynchronizeMirrorsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of SynchronizeMirrorsRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type SynchronizeMirrorsRequest Modifier and Type Method Description SynchronizeMirrorsResponse
ManagementStation. synchronizeMirrors(SynchronizeMirrorsRequest request)
Synchronize the specified software sources mirrored on the management station.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)
SynchronizeMirrorsResponse
ManagementStationClient. synchronizeMirrors(SynchronizeMirrorsRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type SynchronizeMirrorsRequest 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 SynchronizeMirrorsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return SynchronizeMirrorsRequest Modifier and Type Method Description SynchronizeMirrorsRequest
SynchronizeMirrorsRequest.Builder. build()
Build the instance of SynchronizeMirrorsRequest as configured by this builderSynchronizeMirrorsRequest
SynchronizeMirrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SynchronizeMirrorsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type SynchronizeMirrorsRequest Modifier and Type Method Description SynchronizeMirrorsRequest.Builder
SynchronizeMirrorsRequest.Builder. copy(SynchronizeMirrorsRequest o)
Copy method to populate the builder with values from the given instance.
-