Uses of Class
com.oracle.bmc.devops.requests.ListForkSyncStatusesRequest
-
Packages that use ListForkSyncStatusesRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListForkSyncStatusesRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ListForkSyncStatusesRequest Modifier and Type Method Description ListForkSyncStatusesResponse
Devops. listForkSyncStatuses(ListForkSyncStatusesRequest request)
LIST operation that returns a collection of fork sync status objects.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)
ListForkSyncStatusesResponse
DevopsClient. listForkSyncStatuses(ListForkSyncStatusesRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type ListForkSyncStatusesRequest 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 ListForkSyncStatusesRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListForkSyncStatusesRequest Modifier and Type Method Description ListForkSyncStatusesRequest
ListForkSyncStatusesRequest.Builder. build()
Build the instance of ListForkSyncStatusesRequest as configured by this builderListForkSyncStatusesRequest
ListForkSyncStatusesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListForkSyncStatusesRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListForkSyncStatusesRequest Modifier and Type Method Description ListForkSyncStatusesRequest.Builder
ListForkSyncStatusesRequest.Builder. copy(ListForkSyncStatusesRequest o)
Copy method to populate the builder with values from the given instance.
-