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