Class DataIntegrationPaginators
- java.lang.Object
-
- com.oracle.bmc.dataintegration.DataIntegrationPaginators
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public class DataIntegrationPaginators extends Object
Collection of helper methods that can be used to provide anIterable
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 theIterable
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 Summary
Constructors Constructor Description DataIntegrationPaginators(DataIntegration client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<ApplicationSummary>
listApplicationsRecordIterator(ListApplicationsRequest request)
Creates a new iterable which will iterate over theApplicationSummary
objects contained in responses from the listApplications operation.Iterable<ListApplicationsResponse>
listApplicationsResponseIterator(ListApplicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listApplications operation.Iterable<ConnectionSummary>
listConnectionsRecordIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over theConnectionSummary
objects contained in responses from the listConnections operation.Iterable<ListConnectionsResponse>
listConnectionsResponseIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listConnections operation.Iterable<ConnectionValidationSummary>
listConnectionValidationsRecordIterator(ListConnectionValidationsRequest request)
Creates a new iterable which will iterate over theConnectionValidationSummary
objects contained in responses from the listConnectionValidations operation.Iterable<ListConnectionValidationsResponse>
listConnectionValidationsResponseIterator(ListConnectionValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listConnectionValidations operation.Iterable<CopyObjectRequestSummary>
listCopyObjectRequestsRecordIterator(ListCopyObjectRequestsRequest request)
Creates a new iterable which will iterate over theCopyObjectRequestSummary
objects contained in responses from the listCopyObjectRequests operation.Iterable<ListCopyObjectRequestsResponse>
listCopyObjectRequestsResponseIterator(ListCopyObjectRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listCopyObjectRequests operation.Iterable<DataAssetSummary>
listDataAssetsRecordIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over theDataAssetSummary
objects contained in responses from the listDataAssets operation.Iterable<ListDataAssetsResponse>
listDataAssetsResponseIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataAssets operation.Iterable<DataEntitySummary>
listDataEntitiesRecordIterator(ListDataEntitiesRequest request)
Creates a new iterable which will iterate over theDataEntitySummary
objects contained in responses from the listDataEntities operation.Iterable<ListDataEntitiesResponse>
listDataEntitiesResponseIterator(ListDataEntitiesRequest request)
Creates a new iterable which will iterate over the responses received from the listDataEntities operation.Iterable<DataFlowSummary>
listDataFlowsRecordIterator(ListDataFlowsRequest request)
Creates a new iterable which will iterate over theDataFlowSummary
objects contained in responses from the listDataFlows operation.Iterable<ListDataFlowsResponse>
listDataFlowsResponseIterator(ListDataFlowsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataFlows operation.Iterable<DataFlowValidationSummary>
listDataFlowValidationsRecordIterator(ListDataFlowValidationsRequest request)
Creates a new iterable which will iterate over theDataFlowValidationSummary
objects contained in responses from the listDataFlowValidations operation.Iterable<ListDataFlowValidationsResponse>
listDataFlowValidationsResponseIterator(ListDataFlowValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataFlowValidations operation.Iterable<DependentObjectSummary>
listDependentObjectsRecordIterator(ListDependentObjectsRequest request)
Creates a new iterable which will iterate over theDependentObjectSummary
objects contained in responses from the listDependentObjects operation.Iterable<ListDependentObjectsResponse>
listDependentObjectsResponseIterator(ListDependentObjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listDependentObjects operation.Iterable<DisApplicationSummary>
listDisApplicationsRecordIterator(ListDisApplicationsRequest request)
Creates a new iterable which will iterate over theDisApplicationSummary
objects contained in responses from the listDisApplications operation.Iterable<ListDisApplicationsResponse>
listDisApplicationsResponseIterator(ListDisApplicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listDisApplications operation.Iterable<TaskRunLineageSummary>
listDisApplicationTaskRunLineagesRecordIterator(ListDisApplicationTaskRunLineagesRequest request)
Creates a new iterable which will iterate over theTaskRunLineageSummary
objects contained in responses from the listDisApplicationTaskRunLineages operation.Iterable<ListDisApplicationTaskRunLineagesResponse>
listDisApplicationTaskRunLineagesResponseIterator(ListDisApplicationTaskRunLineagesRequest request)
Creates a new iterable which will iterate over the responses received from the listDisApplicationTaskRunLineages operation.Iterable<ExportRequestSummary>
listExportRequestsRecordIterator(ListExportRequestsRequest request)
Creates a new iterable which will iterate over theExportRequestSummary
objects contained in responses from the listExportRequests operation.Iterable<ListExportRequestsResponse>
listExportRequestsResponseIterator(ListExportRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listExportRequests operation.Iterable<ExternalPublicationSummary>
listExternalPublicationsRecordIterator(ListExternalPublicationsRequest request)
Creates a new iterable which will iterate over theExternalPublicationSummary
objects contained in responses from the listExternalPublications operation.Iterable<ListExternalPublicationsResponse>
listExternalPublicationsResponseIterator(ListExternalPublicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalPublications operation.Iterable<ExternalPublicationValidationSummary>
listExternalPublicationValidationsRecordIterator(ListExternalPublicationValidationsRequest request)
Creates a new iterable which will iterate over theExternalPublicationValidationSummary
objects contained in responses from the listExternalPublicationValidations operation.Iterable<ListExternalPublicationValidationsResponse>
listExternalPublicationValidationsResponseIterator(ListExternalPublicationValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalPublicationValidations operation.Iterable<FolderSummary>
listFoldersRecordIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over theFolderSummary
objects contained in responses from the listFolders operation.Iterable<ListFoldersResponse>
listFoldersResponseIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over the responses received from the listFolders operation.Iterable<FunctionLibrarySummary>
listFunctionLibrariesRecordIterator(ListFunctionLibrariesRequest request)
Creates a new iterable which will iterate over theFunctionLibrarySummary
objects contained in responses from the listFunctionLibraries operation.Iterable<ListFunctionLibrariesResponse>
listFunctionLibrariesResponseIterator(ListFunctionLibrariesRequest request)
Creates a new iterable which will iterate over the responses received from the listFunctionLibraries operation.Iterable<ImportRequestSummary>
listImportRequestsRecordIterator(ListImportRequestsRequest request)
Creates a new iterable which will iterate over theImportRequestSummary
objects contained in responses from the listImportRequests operation.Iterable<ListImportRequestsResponse>
listImportRequestsResponseIterator(ListImportRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listImportRequests operation.Iterable<PatchChangeSummary>
listPatchChangesRecordIterator(ListPatchChangesRequest request)
Creates a new iterable which will iterate over thePatchChangeSummary
objects contained in responses from the listPatchChanges operation.Iterable<ListPatchChangesResponse>
listPatchChangesResponseIterator(ListPatchChangesRequest request)
Creates a new iterable which will iterate over the responses received from the listPatchChanges operation.Iterable<PatchSummary>
listPatchesRecordIterator(ListPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listPatches operation.Iterable<ListPatchesResponse>
listPatchesResponseIterator(ListPatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listPatches operation.Iterable<PipelineSummary>
listPipelinesRecordIterator(ListPipelinesRequest request)
Creates a new iterable which will iterate over thePipelineSummary
objects contained in responses from the listPipelines operation.Iterable<ListPipelinesResponse>
listPipelinesResponseIterator(ListPipelinesRequest request)
Creates a new iterable which will iterate over the responses received from the listPipelines operation.Iterable<PipelineValidationSummary>
listPipelineValidationsRecordIterator(ListPipelineValidationsRequest request)
Creates a new iterable which will iterate over thePipelineValidationSummary
objects contained in responses from the listPipelineValidations operation.Iterable<ListPipelineValidationsResponse>
listPipelineValidationsResponseIterator(ListPipelineValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listPipelineValidations operation.Iterable<ProjectSummary>
listProjectsRecordIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over theProjectSummary
objects contained in responses from the listProjects operation.Iterable<ListProjectsResponse>
listProjectsResponseIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listProjects operation.Iterable<PublishedObjectSummary>
listPublishedObjectsRecordIterator(ListPublishedObjectsRequest request)
Creates a new iterable which will iterate over thePublishedObjectSummary
objects contained in responses from the listPublishedObjects operation.Iterable<ListPublishedObjectsResponse>
listPublishedObjectsResponseIterator(ListPublishedObjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listPublishedObjects operation.Iterable<ReferenceSummary>
listReferencesRecordIterator(ListReferencesRequest request)
Creates a new iterable which will iterate over theReferenceSummary
objects contained in responses from the listReferences operation.Iterable<ListReferencesResponse>
listReferencesResponseIterator(ListReferencesRequest request)
Creates a new iterable which will iterate over the responses received from the listReferences operation.Iterable<RuntimeOperatorSummary>
listRuntimeOperatorsRecordIterator(ListRuntimeOperatorsRequest request)
Creates a new iterable which will iterate over theRuntimeOperatorSummary
objects contained in responses from the listRuntimeOperators operation.Iterable<ListRuntimeOperatorsResponse>
listRuntimeOperatorsResponseIterator(ListRuntimeOperatorsRequest request)
Creates a new iterable which will iterate over the responses received from the listRuntimeOperators operation.Iterable<RuntimePipelineSummary>
listRuntimePipelinesRecordIterator(ListRuntimePipelinesRequest request)
Creates a new iterable which will iterate over theRuntimePipelineSummary
objects contained in responses from the listRuntimePipelines operation.Iterable<ListRuntimePipelinesResponse>
listRuntimePipelinesResponseIterator(ListRuntimePipelinesRequest request)
Creates a new iterable which will iterate over the responses received from the listRuntimePipelines operation.Iterable<ScheduleSummary>
listSchedulesRecordIterator(ListSchedulesRequest request)
Creates a new iterable which will iterate over theScheduleSummary
objects contained in responses from the listSchedules operation.Iterable<ListSchedulesResponse>
listSchedulesResponseIterator(ListSchedulesRequest request)
Creates a new iterable which will iterate over the responses received from the listSchedules operation.Iterable<SchemaSummary>
listSchemasRecordIterator(ListSchemasRequest request)
Creates a new iterable which will iterate over theSchemaSummary
objects contained in responses from the listSchemas operation.Iterable<ListSchemasResponse>
listSchemasResponseIterator(ListSchemasRequest request)
Creates a new iterable which will iterate over the responses received from the listSchemas operation.Iterable<TaskRunLineageSummary>
listTaskRunLineagesRecordIterator(ListTaskRunLineagesRequest request)
Creates a new iterable which will iterate over theTaskRunLineageSummary
objects contained in responses from the listTaskRunLineages operation.Iterable<ListTaskRunLineagesResponse>
listTaskRunLineagesResponseIterator(ListTaskRunLineagesRequest request)
Creates a new iterable which will iterate over the responses received from the listTaskRunLineages operation.Iterable<TaskRunLogSummary>
listTaskRunLogsRecordIterator(ListTaskRunLogsRequest request)
Creates a new iterable which will iterate over theTaskRunLogSummary
objects contained in responses from the listTaskRunLogs operation.Iterable<ListTaskRunLogsResponse>
listTaskRunLogsResponseIterator(ListTaskRunLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listTaskRunLogs operation.Iterable<TaskRunSummary>
listTaskRunsRecordIterator(ListTaskRunsRequest request)
Creates a new iterable which will iterate over theTaskRunSummary
objects contained in responses from the listTaskRuns operation.Iterable<ListTaskRunsResponse>
listTaskRunsResponseIterator(ListTaskRunsRequest request)
Creates a new iterable which will iterate over the responses received from the listTaskRuns operation.Iterable<TaskScheduleSummary>
listTaskSchedulesRecordIterator(ListTaskSchedulesRequest request)
Creates a new iterable which will iterate over theTaskScheduleSummary
objects contained in responses from the listTaskSchedules operation.Iterable<ListTaskSchedulesResponse>
listTaskSchedulesResponseIterator(ListTaskSchedulesRequest request)
Creates a new iterable which will iterate over the responses received from the listTaskSchedules operation.Iterable<TaskSummary>
listTasksRecordIterator(ListTasksRequest request)
Creates a new iterable which will iterate over theTaskSummary
objects contained in responses from the listTasks operation.Iterable<ListTasksResponse>
listTasksResponseIterator(ListTasksRequest request)
Creates a new iterable which will iterate over the responses received from the listTasks operation.Iterable<TaskValidationSummary>
listTaskValidationsRecordIterator(ListTaskValidationsRequest request)
Creates a new iterable which will iterate over theTaskValidationSummary
objects contained in responses from the listTaskValidations operation.Iterable<ListTaskValidationsResponse>
listTaskValidationsResponseIterator(ListTaskValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listTaskValidations operation.Iterable<TemplateSummary>
listTemplatesRecordIterator(ListTemplatesRequest request)
Creates a new iterable which will iterate over theTemplateSummary
objects contained in responses from the listTemplates operation.Iterable<ListTemplatesResponse>
listTemplatesResponseIterator(ListTemplatesRequest request)
Creates a new iterable which will iterate over the responses received from the listTemplates operation.Iterable<UserDefinedFunctionSummary>
listUserDefinedFunctionsRecordIterator(ListUserDefinedFunctionsRequest request)
Creates a new iterable which will iterate over theUserDefinedFunctionSummary
objects contained in responses from the listUserDefinedFunctions operation.Iterable<ListUserDefinedFunctionsResponse>
listUserDefinedFunctionsResponseIterator(ListUserDefinedFunctionsRequest request)
Creates a new iterable which will iterate over the responses received from the listUserDefinedFunctions operation.Iterable<UserDefinedFunctionValidationSummary>
listUserDefinedFunctionValidationsRecordIterator(ListUserDefinedFunctionValidationsRequest request)
Creates a new iterable which will iterate over theUserDefinedFunctionValidationSummary
objects contained in responses from the listUserDefinedFunctionValidations operation.Iterable<ListUserDefinedFunctionValidationsResponse>
listUserDefinedFunctionValidationsResponseIterator(ListUserDefinedFunctionValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listUserDefinedFunctionValidations operation.Iterable<WorkRequestError>
listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over theWorkRequestError
objects contained in responses from the listWorkRequestErrors operation.Iterable<ListWorkRequestErrorsResponse>
listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.Iterable<WorkRequestLogEntry>
listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over theWorkRequestLogEntry
objects contained in responses from the listWorkRequestLogs operation.Iterable<ListWorkRequestLogsResponse>
listWorkRequestLogsResponseIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequestLogs operation.Iterable<WorkRequestSummary>
listWorkRequestsRecordIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over theWorkRequestSummary
objects contained in responses from the listWorkRequests operation.Iterable<ListWorkRequestsResponse>
listWorkRequestsResponseIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Iterable<WorkspaceSummary>
listWorkspacesRecordIterator(ListWorkspacesRequest request)
Creates a new iterable which will iterate over theWorkspaceSummary
objects contained in responses from the listWorkspaces operation.Iterable<ListWorkspacesResponse>
listWorkspacesResponseIterator(ListWorkspacesRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkspaces operation.
-
-
-
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 theApplicationSummary
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 theApplicationSummary
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.
-
listConnectionValidationsRecordIterator
public Iterable<ConnectionValidationSummary> listConnectionValidationsRecordIterator(ListConnectionValidationsRequest request)
Creates a new iterable which will iterate over theConnectionValidationSummary
objects contained in responses 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 theConnectionValidationSummary
objects contained in 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 theConnectionSummary
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 theConnectionSummary
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 theCopyObjectRequestSummary
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 theCopyObjectRequestSummary
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 theDataAssetSummary
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 theDataAssetSummary
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 theDataEntitySummary
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 theDataEntitySummary
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.
-
listDataFlowValidationsRecordIterator
public Iterable<DataFlowValidationSummary> listDataFlowValidationsRecordIterator(ListDataFlowValidationsRequest request)
Creates a new iterable which will iterate over theDataFlowValidationSummary
objects contained in responses 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 theDataFlowValidationSummary
objects contained in 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 theDataFlowSummary
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 theDataFlowSummary
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 theDependentObjectSummary
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 theDependentObjectSummary
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 theTaskRunLineageSummary
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 theTaskRunLineageSummary
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 theDisApplicationSummary
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 theDisApplicationSummary
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 theExportRequestSummary
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 theExportRequestSummary
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.
-
listExternalPublicationValidationsRecordIterator
public Iterable<ExternalPublicationValidationSummary> listExternalPublicationValidationsRecordIterator(ListExternalPublicationValidationsRequest request)
Creates a new iterable which will iterate over theExternalPublicationValidationSummary
objects contained in responses 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 theExternalPublicationValidationSummary
objects contained in 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.
-
listExternalPublicationsRecordIterator
public Iterable<ExternalPublicationSummary> listExternalPublicationsRecordIterator(ListExternalPublicationsRequest request)
Creates a new iterable which will iterate over theExternalPublicationSummary
objects contained in responses 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 theExternalPublicationSummary
objects contained in 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 theFolderSummary
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 theFolderSummary
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 theFunctionLibrarySummary
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 theFunctionLibrarySummary
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 theImportRequestSummary
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 theImportRequestSummary
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 thePatchChangeSummary
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 thePatchChangeSummary
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 thePatchSummary
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 thePatchSummary
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.
-
listPipelineValidationsRecordIterator
public Iterable<PipelineValidationSummary> listPipelineValidationsRecordIterator(ListPipelineValidationsRequest request)
Creates a new iterable which will iterate over thePipelineValidationSummary
objects contained in responses 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 thePipelineValidationSummary
objects contained in 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 thePipelineSummary
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 thePipelineSummary
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 theProjectSummary
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 theProjectSummary
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 thePublishedObjectSummary
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 thePublishedObjectSummary
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 theReferenceSummary
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 theReferenceSummary
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 theRuntimeOperatorSummary
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 theRuntimeOperatorSummary
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 theRuntimePipelineSummary
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 theRuntimePipelineSummary
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 theScheduleSummary
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 theScheduleSummary
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 theSchemaSummary
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 theSchemaSummary
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 theTaskRunLineageSummary
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 theTaskRunLineageSummary
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 theTaskRunLogSummary
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 theTaskRunLogSummary
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 theTaskRunSummary
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 theTaskRunSummary
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 theTaskScheduleSummary
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 theTaskScheduleSummary
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 theTaskValidationSummary
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 theTaskValidationSummary
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 theTaskSummary
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 theTaskSummary
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 theTemplateSummary
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 theTemplateSummary
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.
-
listUserDefinedFunctionValidationsRecordIterator
public Iterable<UserDefinedFunctionValidationSummary> listUserDefinedFunctionValidationsRecordIterator(ListUserDefinedFunctionValidationsRequest request)
Creates a new iterable which will iterate over theUserDefinedFunctionValidationSummary
objects contained in responses 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 theUserDefinedFunctionValidationSummary
objects contained in 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.
-
listUserDefinedFunctionsRecordIterator
public Iterable<UserDefinedFunctionSummary> listUserDefinedFunctionsRecordIterator(ListUserDefinedFunctionsRequest request)
Creates a new iterable which will iterate over theUserDefinedFunctionSummary
objects contained in responses 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 theUserDefinedFunctionSummary
objects contained in 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 theWorkRequestError
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 theWorkRequestError
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 theWorkRequestLogEntry
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 theWorkRequestLogEntry
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 theWorkRequestSummary
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 theWorkRequestSummary
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 theWorkspaceSummary
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 theWorkspaceSummary
objects contained in responses received from the service.
-
-