Uses of Class
com.oracle.bmc.dts.responses.ListTransferJobsResponse
-
Packages that use ListTransferJobsResponse Package Description com.oracle.bmc.dts com.oracle.bmc.dts.responses -
-
Uses of ListTransferJobsResponse in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts that return ListTransferJobsResponse Modifier and Type Method Description ListTransferJobsResponseTransferJob. listTransferJobs(ListTransferJobsRequest request)Lists Transfer Jobs in a given compartmentListTransferJobsResponseTransferJobClient. listTransferJobs(ListTransferJobsRequest request)Methods in com.oracle.bmc.dts that return types with arguments of type ListTransferJobsResponse Modifier and Type Method Description Future<ListTransferJobsResponse>TransferJobAsync. listTransferJobs(ListTransferJobsRequest request, AsyncHandler<ListTransferJobsRequest,ListTransferJobsResponse> handler)Lists Transfer Jobs in a given compartmentFuture<ListTransferJobsResponse>TransferJobAsyncClient. listTransferJobs(ListTransferJobsRequest request, AsyncHandler<ListTransferJobsRequest,ListTransferJobsResponse> handler)Iterable<ListTransferJobsResponse>TransferJobPaginators. listTransferJobsResponseIterator(ListTransferJobsRequest request)Creates a new iterable which will iterate over the responses received from the listTransferJobs operation.Method parameters in com.oracle.bmc.dts with type arguments of type ListTransferJobsResponse Modifier and Type Method Description Future<ListTransferJobsResponse>TransferJobAsync. listTransferJobs(ListTransferJobsRequest request, AsyncHandler<ListTransferJobsRequest,ListTransferJobsResponse> handler)Lists Transfer Jobs in a given compartmentFuture<ListTransferJobsResponse>TransferJobAsyncClient. listTransferJobs(ListTransferJobsRequest request, AsyncHandler<ListTransferJobsRequest,ListTransferJobsResponse> handler) -
Uses of ListTransferJobsResponse in com.oracle.bmc.dts.responses
Methods in com.oracle.bmc.dts.responses that return ListTransferJobsResponse Modifier and Type Method Description ListTransferJobsResponseListTransferJobsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dts.responses with parameters of type ListTransferJobsResponse Modifier and Type Method Description ListTransferJobsResponse.BuilderListTransferJobsResponse.Builder. copy(ListTransferJobsResponse o)Copy method to populate the builder with values from the given instance.
-