Uses of Class
com.oracle.bmc.devops.responses.ListMirrorRecordsResponse
-
Packages that use ListMirrorRecordsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListMirrorRecordsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListMirrorRecordsResponse Modifier and Type Method Description ListMirrorRecordsResponse
Devops. listMirrorRecords(ListMirrorRecordsRequest request)
Returns a list of mirror entry in history within 30 days.ListMirrorRecordsResponse
DevopsClient. listMirrorRecords(ListMirrorRecordsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListMirrorRecordsResponse Modifier and Type Method Description Future<ListMirrorRecordsResponse>
DevopsAsync. listMirrorRecords(ListMirrorRecordsRequest request, AsyncHandler<ListMirrorRecordsRequest,ListMirrorRecordsResponse> handler)
Returns a list of mirror entry in history within 30 days.Future<ListMirrorRecordsResponse>
DevopsAsyncClient. listMirrorRecords(ListMirrorRecordsRequest request, AsyncHandler<ListMirrorRecordsRequest,ListMirrorRecordsResponse> handler)
Iterable<ListMirrorRecordsResponse>
DevopsPaginators. listMirrorRecordsResponseIterator(ListMirrorRecordsRequest request)
Creates a new iterable which will iterate over the responses received from the listMirrorRecords operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListMirrorRecordsResponse Modifier and Type Method Description Future<ListMirrorRecordsResponse>
DevopsAsync. listMirrorRecords(ListMirrorRecordsRequest request, AsyncHandler<ListMirrorRecordsRequest,ListMirrorRecordsResponse> handler)
Returns a list of mirror entry in history within 30 days.Future<ListMirrorRecordsResponse>
DevopsAsyncClient. listMirrorRecords(ListMirrorRecordsRequest request, AsyncHandler<ListMirrorRecordsRequest,ListMirrorRecordsResponse> handler)
-
Uses of ListMirrorRecordsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListMirrorRecordsResponse Modifier and Type Method Description ListMirrorRecordsResponse
ListMirrorRecordsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListMirrorRecordsResponse Modifier and Type Method Description ListMirrorRecordsResponse.Builder
ListMirrorRecordsResponse.Builder. copy(ListMirrorRecordsResponse o)
Copy method to populate the builder with values from the given instance.
-