Uses of Class
com.oracle.bmc.dataintegration.responses.ListSchedulesResponse
-
Packages that use ListSchedulesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListSchedulesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListSchedulesResponse Modifier and Type Method Description ListSchedulesResponseDataIntegration. listSchedules(ListSchedulesRequest request)Use this endpoint to list schedules.ListSchedulesResponseDataIntegrationClient. listSchedules(ListSchedulesRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListSchedulesResponse Modifier and Type Method Description Future<ListSchedulesResponse>DataIntegrationAsync. listSchedules(ListSchedulesRequest request, AsyncHandler<ListSchedulesRequest,ListSchedulesResponse> handler)Use this endpoint to list schedules.Future<ListSchedulesResponse>DataIntegrationAsyncClient. listSchedules(ListSchedulesRequest request, AsyncHandler<ListSchedulesRequest,ListSchedulesResponse> handler)Iterable<ListSchedulesResponse>DataIntegrationPaginators. listSchedulesResponseIterator(ListSchedulesRequest request)Creates a new iterable which will iterate over the responses received from the listSchedules operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListSchedulesResponse Modifier and Type Method Description Future<ListSchedulesResponse>DataIntegrationAsync. listSchedules(ListSchedulesRequest request, AsyncHandler<ListSchedulesRequest,ListSchedulesResponse> handler)Use this endpoint to list schedules.Future<ListSchedulesResponse>DataIntegrationAsyncClient. listSchedules(ListSchedulesRequest request, AsyncHandler<ListSchedulesRequest,ListSchedulesResponse> handler) -
Uses of ListSchedulesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListSchedulesResponse Modifier and Type Method Description ListSchedulesResponseListSchedulesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListSchedulesResponse Modifier and Type Method Description ListSchedulesResponse.BuilderListSchedulesResponse.Builder. copy(ListSchedulesResponse o)Copy method to populate the builder with values from the given instance.
-