Uses of Class
com.oracle.bmc.devops.responses.ListForkSyncStatusesResponse
-
Packages that use ListForkSyncStatusesResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListForkSyncStatusesResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListForkSyncStatusesResponse Modifier and Type Method Description ListForkSyncStatusesResponse
Devops. listForkSyncStatuses(ListForkSyncStatusesRequest request)
LIST operation that returns a collection of fork sync status objects.ListForkSyncStatusesResponse
DevopsClient. listForkSyncStatuses(ListForkSyncStatusesRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListForkSyncStatusesResponse Modifier and Type Method Description Future<ListForkSyncStatusesResponse>
DevopsAsync. listForkSyncStatuses(ListForkSyncStatusesRequest request, AsyncHandler<ListForkSyncStatusesRequest,ListForkSyncStatusesResponse> handler)
LIST operation that returns a collection of fork sync status objects.Future<ListForkSyncStatusesResponse>
DevopsAsyncClient. listForkSyncStatuses(ListForkSyncStatusesRequest request, AsyncHandler<ListForkSyncStatusesRequest,ListForkSyncStatusesResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type ListForkSyncStatusesResponse Modifier and Type Method Description Future<ListForkSyncStatusesResponse>
DevopsAsync. listForkSyncStatuses(ListForkSyncStatusesRequest request, AsyncHandler<ListForkSyncStatusesRequest,ListForkSyncStatusesResponse> handler)
LIST operation that returns a collection of fork sync status objects.Future<ListForkSyncStatusesResponse>
DevopsAsyncClient. listForkSyncStatuses(ListForkSyncStatusesRequest request, AsyncHandler<ListForkSyncStatusesRequest,ListForkSyncStatusesResponse> handler)
-
Uses of ListForkSyncStatusesResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListForkSyncStatusesResponse Modifier and Type Method Description ListForkSyncStatusesResponse
ListForkSyncStatusesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListForkSyncStatusesResponse Modifier and Type Method Description ListForkSyncStatusesResponse.Builder
ListForkSyncStatusesResponse.Builder. copy(ListForkSyncStatusesResponse o)
Copy method to populate the builder with values from the given instance.
-