Uses of Class
com.oracle.bmc.dataintegration.responses.ListTaskSchedulesResponse
-
Packages that use ListTaskSchedulesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListTaskSchedulesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListTaskSchedulesResponse Modifier and Type Method Description ListTaskSchedulesResponseDataIntegration. listTaskSchedules(ListTaskSchedulesRequest request)This endpoint can be used to get the list of all the TaskSchedule objects.ListTaskSchedulesResponseDataIntegrationClient. listTaskSchedules(ListTaskSchedulesRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListTaskSchedulesResponse Modifier and Type Method Description Future<ListTaskSchedulesResponse>DataIntegrationAsync. listTaskSchedules(ListTaskSchedulesRequest request, AsyncHandler<ListTaskSchedulesRequest,ListTaskSchedulesResponse> handler)This endpoint can be used to get the list of all the TaskSchedule objects.Future<ListTaskSchedulesResponse>DataIntegrationAsyncClient. listTaskSchedules(ListTaskSchedulesRequest request, AsyncHandler<ListTaskSchedulesRequest,ListTaskSchedulesResponse> handler)Iterable<ListTaskSchedulesResponse>DataIntegrationPaginators. listTaskSchedulesResponseIterator(ListTaskSchedulesRequest request)Creates a new iterable which will iterate over the responses received from the listTaskSchedules operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListTaskSchedulesResponse Modifier and Type Method Description Future<ListTaskSchedulesResponse>DataIntegrationAsync. listTaskSchedules(ListTaskSchedulesRequest request, AsyncHandler<ListTaskSchedulesRequest,ListTaskSchedulesResponse> handler)This endpoint can be used to get the list of all the TaskSchedule objects.Future<ListTaskSchedulesResponse>DataIntegrationAsyncClient. listTaskSchedules(ListTaskSchedulesRequest request, AsyncHandler<ListTaskSchedulesRequest,ListTaskSchedulesResponse> handler) -
Uses of ListTaskSchedulesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListTaskSchedulesResponse Modifier and Type Method Description ListTaskSchedulesResponseListTaskSchedulesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListTaskSchedulesResponse Modifier and Type Method Description ListTaskSchedulesResponse.BuilderListTaskSchedulesResponse.Builder. copy(ListTaskSchedulesResponse o)Copy method to populate the builder with values from the given instance.
-