Class DataIntegrationPaginators


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200430")
    public class DataIntegrationPaginators
    extends Object
    Collection of helper methods that can be used to provide an Iterable interface to any list operations of DataIntegration where multiple pages of data may be fetched.

    Two styles of iteration are supported:

    • Iterating over the Response objects returned by the list operation. These are referred to as ResponseIterators, and the methods are suffixed with ResponseIterator. For example: listUsersResponseIterator
    • Iterating over the resources/records being listed. These are referred to as RecordIterators, and the methods are suffixed with RecordIterator. For example: listUsersRecordIterator

    These iterables abstract away the need to write code to manually handle pagination via looping and using the page tokens. They will automatically fetch more data from the service when required.

    As an example, if we were using the ListUsers operation in IdentityService, then the Iterable returned by calling a ResponseIterator method would iterate over the ListUsersResponse objects returned by each ListUsers call, whereas the Iterable returned by calling a RecordIterator method would iterate over the User records and we don't have to deal with ListUsersResponse objects at all. In either case, pagination will be automatically handled so we can iterate until there are no more responses or no more resources/records available.

    • Constructor Detail

      • DataIntegrationPaginators

        public DataIntegrationPaginators​(DataIntegration client)
    • Method Detail

      • listApplicationsResponseIterator

        public Iterable<ListApplicationsResponse> listApplicationsResponseIterator​(ListApplicationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listApplications operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listApplicationsRecordIterator

        public Iterable<ApplicationSummary> listApplicationsRecordIterator​(ListApplicationsRequest request)
        Creates a new iterable which will iterate over the ApplicationSummary objects contained in responses from the listApplications operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ApplicationSummary objects contained in responses received from the service.
      • listConnectionValidationsResponseIterator

        public Iterable<ListConnectionValidationsResponse> listConnectionValidationsResponseIterator​(ListConnectionValidationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listConnectionValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listConnectionsResponseIterator

        public Iterable<ListConnectionsResponse> listConnectionsResponseIterator​(ListConnectionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listConnections operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listConnectionsRecordIterator

        public Iterable<ConnectionSummary> listConnectionsRecordIterator​(ListConnectionsRequest request)
        Creates a new iterable which will iterate over the ConnectionSummary objects contained in responses from the listConnections operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ConnectionSummary objects contained in responses received from the service.
      • listCopyObjectRequestsResponseIterator

        public Iterable<ListCopyObjectRequestsResponse> listCopyObjectRequestsResponseIterator​(ListCopyObjectRequestsRequest request)
        Creates a new iterable which will iterate over the responses received from the listCopyObjectRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listCopyObjectRequestsRecordIterator

        public Iterable<CopyObjectRequestSummary> listCopyObjectRequestsRecordIterator​(ListCopyObjectRequestsRequest request)
        Creates a new iterable which will iterate over the CopyObjectRequestSummary objects contained in responses from the listCopyObjectRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the CopyObjectRequestSummary objects contained in responses received from the service.
      • listDataAssetsResponseIterator

        public Iterable<ListDataAssetsResponse> listDataAssetsResponseIterator​(ListDataAssetsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDataAssets operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDataAssetsRecordIterator

        public Iterable<DataAssetSummary> listDataAssetsRecordIterator​(ListDataAssetsRequest request)
        Creates a new iterable which will iterate over the DataAssetSummary objects contained in responses from the listDataAssets operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the DataAssetSummary objects contained in responses received from the service.
      • listDataEntitiesResponseIterator

        public Iterable<ListDataEntitiesResponse> listDataEntitiesResponseIterator​(ListDataEntitiesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDataEntities operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDataEntitiesRecordIterator

        public Iterable<DataEntitySummary> listDataEntitiesRecordIterator​(ListDataEntitiesRequest request)
        Creates a new iterable which will iterate over the DataEntitySummary objects contained in responses from the listDataEntities operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the DataEntitySummary objects contained in responses received from the service.
      • listDataFlowValidationsResponseIterator

        public Iterable<ListDataFlowValidationsResponse> listDataFlowValidationsResponseIterator​(ListDataFlowValidationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDataFlowValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDataFlowsResponseIterator

        public Iterable<ListDataFlowsResponse> listDataFlowsResponseIterator​(ListDataFlowsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDataFlows operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDataFlowsRecordIterator

        public Iterable<DataFlowSummary> listDataFlowsRecordIterator​(ListDataFlowsRequest request)
        Creates a new iterable which will iterate over the DataFlowSummary objects contained in responses from the listDataFlows operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the DataFlowSummary objects contained in responses received from the service.
      • listDependentObjectsResponseIterator

        public Iterable<ListDependentObjectsResponse> listDependentObjectsResponseIterator​(ListDependentObjectsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDependentObjects operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDependentObjectsRecordIterator

        public Iterable<DependentObjectSummary> listDependentObjectsRecordIterator​(ListDependentObjectsRequest request)
        Creates a new iterable which will iterate over the DependentObjectSummary objects contained in responses from the listDependentObjects operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the DependentObjectSummary objects contained in responses received from the service.
      • listDisApplicationTaskRunLineagesResponseIterator

        public Iterable<ListDisApplicationTaskRunLineagesResponse> listDisApplicationTaskRunLineagesResponseIterator​(ListDisApplicationTaskRunLineagesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDisApplicationTaskRunLineages operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDisApplicationTaskRunLineagesRecordIterator

        public Iterable<TaskRunLineageSummary> listDisApplicationTaskRunLineagesRecordIterator​(ListDisApplicationTaskRunLineagesRequest request)
        Creates a new iterable which will iterate over the TaskRunLineageSummary objects contained in responses from the listDisApplicationTaskRunLineages operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskRunLineageSummary objects contained in responses received from the service.
      • listDisApplicationsResponseIterator

        public Iterable<ListDisApplicationsResponse> listDisApplicationsResponseIterator​(ListDisApplicationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDisApplications operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listDisApplicationsRecordIterator

        public Iterable<DisApplicationSummary> listDisApplicationsRecordIterator​(ListDisApplicationsRequest request)
        Creates a new iterable which will iterate over the DisApplicationSummary objects contained in responses from the listDisApplications operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the DisApplicationSummary objects contained in responses received from the service.
      • listExportRequestsResponseIterator

        public Iterable<ListExportRequestsResponse> listExportRequestsResponseIterator​(ListExportRequestsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExportRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listExportRequestsRecordIterator

        public Iterable<ExportRequestSummary> listExportRequestsRecordIterator​(ListExportRequestsRequest request)
        Creates a new iterable which will iterate over the ExportRequestSummary objects contained in responses from the listExportRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ExportRequestSummary objects contained in responses received from the service.
      • listExternalPublicationValidationsResponseIterator

        public Iterable<ListExternalPublicationValidationsResponse> listExternalPublicationValidationsResponseIterator​(ListExternalPublicationValidationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExternalPublicationValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listExternalPublicationsResponseIterator

        public Iterable<ListExternalPublicationsResponse> listExternalPublicationsResponseIterator​(ListExternalPublicationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExternalPublications operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listFoldersResponseIterator

        public Iterable<ListFoldersResponse> listFoldersResponseIterator​(ListFoldersRequest request)
        Creates a new iterable which will iterate over the responses received from the listFolders operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listFoldersRecordIterator

        public Iterable<FolderSummary> listFoldersRecordIterator​(ListFoldersRequest request)
        Creates a new iterable which will iterate over the FolderSummary objects contained in responses from the listFolders operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the FolderSummary objects contained in responses received from the service.
      • listFunctionLibrariesResponseIterator

        public Iterable<ListFunctionLibrariesResponse> listFunctionLibrariesResponseIterator​(ListFunctionLibrariesRequest request)
        Creates a new iterable which will iterate over the responses received from the listFunctionLibraries operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listFunctionLibrariesRecordIterator

        public Iterable<FunctionLibrarySummary> listFunctionLibrariesRecordIterator​(ListFunctionLibrariesRequest request)
        Creates a new iterable which will iterate over the FunctionLibrarySummary objects contained in responses from the listFunctionLibraries operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the FunctionLibrarySummary objects contained in responses received from the service.
      • listImportRequestsResponseIterator

        public Iterable<ListImportRequestsResponse> listImportRequestsResponseIterator​(ListImportRequestsRequest request)
        Creates a new iterable which will iterate over the responses received from the listImportRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listImportRequestsRecordIterator

        public Iterable<ImportRequestSummary> listImportRequestsRecordIterator​(ListImportRequestsRequest request)
        Creates a new iterable which will iterate over the ImportRequestSummary objects contained in responses from the listImportRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ImportRequestSummary objects contained in responses received from the service.
      • listPatchChangesResponseIterator

        public Iterable<ListPatchChangesResponse> listPatchChangesResponseIterator​(ListPatchChangesRequest request)
        Creates a new iterable which will iterate over the responses received from the listPatchChanges operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listPatchChangesRecordIterator

        public Iterable<PatchChangeSummary> listPatchChangesRecordIterator​(ListPatchChangesRequest request)
        Creates a new iterable which will iterate over the PatchChangeSummary objects contained in responses from the listPatchChanges operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the PatchChangeSummary objects contained in responses received from the service.
      • listPatchesResponseIterator

        public Iterable<ListPatchesResponse> listPatchesResponseIterator​(ListPatchesRequest request)
        Creates a new iterable which will iterate over the responses received from the listPatches operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listPatchesRecordIterator

        public Iterable<PatchSummary> listPatchesRecordIterator​(ListPatchesRequest request)
        Creates a new iterable which will iterate over the PatchSummary objects contained in responses from the listPatches operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the PatchSummary objects contained in responses received from the service.
      • listPipelineValidationsResponseIterator

        public Iterable<ListPipelineValidationsResponse> listPipelineValidationsResponseIterator​(ListPipelineValidationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listPipelineValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listPipelinesResponseIterator

        public Iterable<ListPipelinesResponse> listPipelinesResponseIterator​(ListPipelinesRequest request)
        Creates a new iterable which will iterate over the responses received from the listPipelines operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listPipelinesRecordIterator

        public Iterable<PipelineSummary> listPipelinesRecordIterator​(ListPipelinesRequest request)
        Creates a new iterable which will iterate over the PipelineSummary objects contained in responses from the listPipelines operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the PipelineSummary objects contained in responses received from the service.
      • listProjectsResponseIterator

        public Iterable<ListProjectsResponse> listProjectsResponseIterator​(ListProjectsRequest request)
        Creates a new iterable which will iterate over the responses received from the listProjects operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listProjectsRecordIterator

        public Iterable<ProjectSummary> listProjectsRecordIterator​(ListProjectsRequest request)
        Creates a new iterable which will iterate over the ProjectSummary objects contained in responses from the listProjects operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ProjectSummary objects contained in responses received from the service.
      • listPublishedObjectsResponseIterator

        public Iterable<ListPublishedObjectsResponse> listPublishedObjectsResponseIterator​(ListPublishedObjectsRequest request)
        Creates a new iterable which will iterate over the responses received from the listPublishedObjects operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listPublishedObjectsRecordIterator

        public Iterable<PublishedObjectSummary> listPublishedObjectsRecordIterator​(ListPublishedObjectsRequest request)
        Creates a new iterable which will iterate over the PublishedObjectSummary objects contained in responses from the listPublishedObjects operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the PublishedObjectSummary objects contained in responses received from the service.
      • listReferencesResponseIterator

        public Iterable<ListReferencesResponse> listReferencesResponseIterator​(ListReferencesRequest request)
        Creates a new iterable which will iterate over the responses received from the listReferences operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listReferencesRecordIterator

        public Iterable<ReferenceSummary> listReferencesRecordIterator​(ListReferencesRequest request)
        Creates a new iterable which will iterate over the ReferenceSummary objects contained in responses from the listReferences operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ReferenceSummary objects contained in responses received from the service.
      • listRuntimeOperatorsResponseIterator

        public Iterable<ListRuntimeOperatorsResponse> listRuntimeOperatorsResponseIterator​(ListRuntimeOperatorsRequest request)
        Creates a new iterable which will iterate over the responses received from the listRuntimeOperators operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listRuntimeOperatorsRecordIterator

        public Iterable<RuntimeOperatorSummary> listRuntimeOperatorsRecordIterator​(ListRuntimeOperatorsRequest request)
        Creates a new iterable which will iterate over the RuntimeOperatorSummary objects contained in responses from the listRuntimeOperators operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the RuntimeOperatorSummary objects contained in responses received from the service.
      • listRuntimePipelinesResponseIterator

        public Iterable<ListRuntimePipelinesResponse> listRuntimePipelinesResponseIterator​(ListRuntimePipelinesRequest request)
        Creates a new iterable which will iterate over the responses received from the listRuntimePipelines operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listRuntimePipelinesRecordIterator

        public Iterable<RuntimePipelineSummary> listRuntimePipelinesRecordIterator​(ListRuntimePipelinesRequest request)
        Creates a new iterable which will iterate over the RuntimePipelineSummary objects contained in responses from the listRuntimePipelines operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the RuntimePipelineSummary objects contained in responses received from the service.
      • listSchedulesResponseIterator

        public Iterable<ListSchedulesResponse> listSchedulesResponseIterator​(ListSchedulesRequest request)
        Creates a new iterable which will iterate over the responses received from the listSchedules operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listSchedulesRecordIterator

        public Iterable<ScheduleSummary> listSchedulesRecordIterator​(ListSchedulesRequest request)
        Creates a new iterable which will iterate over the ScheduleSummary objects contained in responses from the listSchedules operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the ScheduleSummary objects contained in responses received from the service.
      • listSchemasResponseIterator

        public Iterable<ListSchemasResponse> listSchemasResponseIterator​(ListSchemasRequest request)
        Creates a new iterable which will iterate over the responses received from the listSchemas operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listSchemasRecordIterator

        public Iterable<SchemaSummary> listSchemasRecordIterator​(ListSchemasRequest request)
        Creates a new iterable which will iterate over the SchemaSummary objects contained in responses from the listSchemas operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the SchemaSummary objects contained in responses received from the service.
      • listTaskRunLineagesResponseIterator

        public Iterable<ListTaskRunLineagesResponse> listTaskRunLineagesResponseIterator​(ListTaskRunLineagesRequest request)
        Creates a new iterable which will iterate over the responses received from the listTaskRunLineages operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTaskRunLineagesRecordIterator

        public Iterable<TaskRunLineageSummary> listTaskRunLineagesRecordIterator​(ListTaskRunLineagesRequest request)
        Creates a new iterable which will iterate over the TaskRunLineageSummary objects contained in responses from the listTaskRunLineages operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskRunLineageSummary objects contained in responses received from the service.
      • listTaskRunLogsResponseIterator

        public Iterable<ListTaskRunLogsResponse> listTaskRunLogsResponseIterator​(ListTaskRunLogsRequest request)
        Creates a new iterable which will iterate over the responses received from the listTaskRunLogs operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTaskRunLogsRecordIterator

        public Iterable<TaskRunLogSummary> listTaskRunLogsRecordIterator​(ListTaskRunLogsRequest request)
        Creates a new iterable which will iterate over the TaskRunLogSummary objects contained in responses from the listTaskRunLogs operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskRunLogSummary objects contained in responses received from the service.
      • listTaskRunsResponseIterator

        public Iterable<ListTaskRunsResponse> listTaskRunsResponseIterator​(ListTaskRunsRequest request)
        Creates a new iterable which will iterate over the responses received from the listTaskRuns operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTaskRunsRecordIterator

        public Iterable<TaskRunSummary> listTaskRunsRecordIterator​(ListTaskRunsRequest request)
        Creates a new iterable which will iterate over the TaskRunSummary objects contained in responses from the listTaskRuns operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskRunSummary objects contained in responses received from the service.
      • listTaskSchedulesResponseIterator

        public Iterable<ListTaskSchedulesResponse> listTaskSchedulesResponseIterator​(ListTaskSchedulesRequest request)
        Creates a new iterable which will iterate over the responses received from the listTaskSchedules operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTaskSchedulesRecordIterator

        public Iterable<TaskScheduleSummary> listTaskSchedulesRecordIterator​(ListTaskSchedulesRequest request)
        Creates a new iterable which will iterate over the TaskScheduleSummary objects contained in responses from the listTaskSchedules operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskScheduleSummary objects contained in responses received from the service.
      • listTaskValidationsResponseIterator

        public Iterable<ListTaskValidationsResponse> listTaskValidationsResponseIterator​(ListTaskValidationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listTaskValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTaskValidationsRecordIterator

        public Iterable<TaskValidationSummary> listTaskValidationsRecordIterator​(ListTaskValidationsRequest request)
        Creates a new iterable which will iterate over the TaskValidationSummary objects contained in responses from the listTaskValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskValidationSummary objects contained in responses received from the service.
      • listTasksResponseIterator

        public Iterable<ListTasksResponse> listTasksResponseIterator​(ListTasksRequest request)
        Creates a new iterable which will iterate over the responses received from the listTasks operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTasksRecordIterator

        public Iterable<TaskSummary> listTasksRecordIterator​(ListTasksRequest request)
        Creates a new iterable which will iterate over the TaskSummary objects contained in responses from the listTasks operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TaskSummary objects contained in responses received from the service.
      • listTemplatesResponseIterator

        public Iterable<ListTemplatesResponse> listTemplatesResponseIterator​(ListTemplatesRequest request)
        Creates a new iterable which will iterate over the responses received from the listTemplates operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listTemplatesRecordIterator

        public Iterable<TemplateSummary> listTemplatesRecordIterator​(ListTemplatesRequest request)
        Creates a new iterable which will iterate over the TemplateSummary objects contained in responses from the listTemplates operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the TemplateSummary objects contained in responses received from the service.
      • listUserDefinedFunctionValidationsResponseIterator

        public Iterable<ListUserDefinedFunctionValidationsResponse> listUserDefinedFunctionValidationsResponseIterator​(ListUserDefinedFunctionValidationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listUserDefinedFunctionValidations operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listUserDefinedFunctionsResponseIterator

        public Iterable<ListUserDefinedFunctionsResponse> listUserDefinedFunctionsResponseIterator​(ListUserDefinedFunctionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listUserDefinedFunctions operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listWorkRequestErrorsResponseIterator

        public Iterable<ListWorkRequestErrorsResponse> listWorkRequestErrorsResponseIterator​(ListWorkRequestErrorsRequest request)
        Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listWorkRequestErrorsRecordIterator

        public Iterable<WorkRequestError> listWorkRequestErrorsRecordIterator​(ListWorkRequestErrorsRequest request)
        Creates a new iterable which will iterate over the WorkRequestError objects contained in responses from the listWorkRequestErrors operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the WorkRequestError objects contained in responses received from the service.
      • listWorkRequestLogsResponseIterator

        public Iterable<ListWorkRequestLogsResponse> listWorkRequestLogsResponseIterator​(ListWorkRequestLogsRequest request)
        Creates a new iterable which will iterate over the responses received from the listWorkRequestLogs operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listWorkRequestLogsRecordIterator

        public Iterable<WorkRequestLogEntry> listWorkRequestLogsRecordIterator​(ListWorkRequestLogsRequest request)
        Creates a new iterable which will iterate over the WorkRequestLogEntry objects contained in responses from the listWorkRequestLogs operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the WorkRequestLogEntry objects contained in responses received from the service.
      • listWorkRequestsResponseIterator

        public Iterable<ListWorkRequestsResponse> listWorkRequestsResponseIterator​(ListWorkRequestsRequest request)
        Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listWorkRequestsRecordIterator

        public Iterable<WorkRequestSummary> listWorkRequestsRecordIterator​(ListWorkRequestsRequest request)
        Creates a new iterable which will iterate over the WorkRequestSummary objects contained in responses from the listWorkRequests operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the WorkRequestSummary objects contained in responses received from the service.
      • listWorkspacesResponseIterator

        public Iterable<ListWorkspacesResponse> listWorkspacesResponseIterator​(ListWorkspacesRequest request)
        Creates a new iterable which will iterate over the responses received from the listWorkspaces operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the responses received from the service.
      • listWorkspacesRecordIterator

        public Iterable<WorkspaceSummary> listWorkspacesRecordIterator​(ListWorkspacesRequest request)
        Creates a new iterable which will iterate over the WorkspaceSummary objects contained in responses from the listWorkspaces operation.

        This iterable will fetch more data from the server as needed.

        Parameters:
        request - a request which can be sent to the service operation
        Returns:
        an Iterable which can be used to iterate over the WorkspaceSummary objects contained in responses received from the service.