Uses of Class
com.oracle.bmc.devops.responses.GetMirrorRecordResponse
-
Packages that use GetMirrorRecordResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetMirrorRecordResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetMirrorRecordResponse Modifier and Type Method Description GetMirrorRecordResponse
Devops. getMirrorRecord(GetMirrorRecordRequest request)
Returns either current mirror record or last successful mirror record for a specific mirror repository.GetMirrorRecordResponse
DevopsClient. getMirrorRecord(GetMirrorRecordRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetMirrorRecordResponse Modifier and Type Method Description Future<GetMirrorRecordResponse>
DevopsAsync. getMirrorRecord(GetMirrorRecordRequest request, AsyncHandler<GetMirrorRecordRequest,GetMirrorRecordResponse> handler)
Returns either current mirror record or last successful mirror record for a specific mirror repository.Future<GetMirrorRecordResponse>
DevopsAsyncClient. getMirrorRecord(GetMirrorRecordRequest request, AsyncHandler<GetMirrorRecordRequest,GetMirrorRecordResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type GetMirrorRecordResponse Modifier and Type Method Description Future<GetMirrorRecordResponse>
DevopsAsync. getMirrorRecord(GetMirrorRecordRequest request, AsyncHandler<GetMirrorRecordRequest,GetMirrorRecordResponse> handler)
Returns either current mirror record or last successful mirror record for a specific mirror repository.Future<GetMirrorRecordResponse>
DevopsAsyncClient. getMirrorRecord(GetMirrorRecordRequest request, AsyncHandler<GetMirrorRecordRequest,GetMirrorRecordResponse> handler)
-
Uses of GetMirrorRecordResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetMirrorRecordResponse Modifier and Type Method Description GetMirrorRecordResponse
GetMirrorRecordResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetMirrorRecordResponse Modifier and Type Method Description GetMirrorRecordResponse.Builder
GetMirrorRecordResponse.Builder. copy(GetMirrorRecordResponse o)
Copy method to populate the builder with values from the given instance.
-