Class DatabasePaginators


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public class DatabasePaginators
    extends Object
    Collection of helper methods that can be used to provide an Iterable interface to any list operations of Database 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

      • DatabasePaginators

        public DatabasePaginators​(Database client)
    • Method Detail

      • listApplicationVipsResponseIterator

        public Iterable<ListApplicationVipsResponse> listApplicationVipsResponseIterator​(ListApplicationVipsRequest request)
        Creates a new iterable which will iterate over the responses received from the listApplicationVips 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.
      • listApplicationVipsRecordIterator

        public Iterable<ApplicationVipSummary> listApplicationVipsRecordIterator​(ListApplicationVipsRequest request)
        Creates a new iterable which will iterate over the ApplicationVipSummary objects contained in responses from the listApplicationVips 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 ApplicationVipSummary objects contained in responses received from the service.
      • listAutonomousContainerDatabaseVersionsResponseIterator

        public Iterable<ListAutonomousContainerDatabaseVersionsResponse> listAutonomousContainerDatabaseVersionsResponseIterator​(ListAutonomousContainerDatabaseVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousContainerDatabaseVersions 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.
      • listAutonomousContainerDatabasesResponseIterator

        public Iterable<ListAutonomousContainerDatabasesResponse> listAutonomousContainerDatabasesResponseIterator​(ListAutonomousContainerDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousContainerDatabases 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.
      • listAutonomousDatabaseBackupsResponseIterator

        public Iterable<ListAutonomousDatabaseBackupsResponse> listAutonomousDatabaseBackupsResponseIterator​(ListAutonomousDatabaseBackupsRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseBackups 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.
      • listAutonomousDatabaseClonesResponseIterator

        public Iterable<ListAutonomousDatabaseClonesResponse> listAutonomousDatabaseClonesResponseIterator​(ListAutonomousDatabaseClonesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseClones 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.
      • listAutonomousDatabaseDataguardAssociationsResponseIterator

        public Iterable<ListAutonomousDatabaseDataguardAssociationsResponse> listAutonomousDatabaseDataguardAssociationsResponseIterator​(ListAutonomousDatabaseDataguardAssociationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseDataguardAssociations 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.
      • listAutonomousDatabasePeersResponseIterator

        public Iterable<ListAutonomousDatabasePeersResponse> listAutonomousDatabasePeersResponseIterator​(ListAutonomousDatabasePeersRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabasePeers 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.
      • listAutonomousDatabaseRefreshableClonesResponseIterator

        public Iterable<ListAutonomousDatabaseRefreshableClonesResponse> listAutonomousDatabaseRefreshableClonesResponseIterator​(ListAutonomousDatabaseRefreshableClonesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseRefreshableClones 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.
      • listAutonomousDatabaseRefreshableClonesRecordIterator

        public Iterable<RefreshableCloneSummary> listAutonomousDatabaseRefreshableClonesRecordIterator​(ListAutonomousDatabaseRefreshableClonesRequest request)
        Creates a new iterable which will iterate over the RefreshableCloneSummary objects contained in responses from the listAutonomousDatabaseRefreshableClones 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 RefreshableCloneSummary objects contained in responses received from the service.
      • listAutonomousDatabaseSoftwareImagesResponseIterator

        public Iterable<ListAutonomousDatabaseSoftwareImagesResponse> listAutonomousDatabaseSoftwareImagesResponseIterator​(ListAutonomousDatabaseSoftwareImagesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseSoftwareImages 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.
      • listAutonomousDatabasesResponseIterator

        public Iterable<ListAutonomousDatabasesResponse> listAutonomousDatabasesResponseIterator​(ListAutonomousDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDatabases 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.
      • listAutonomousDbPreviewVersionsResponseIterator

        public Iterable<ListAutonomousDbPreviewVersionsResponse> listAutonomousDbPreviewVersionsResponseIterator​(ListAutonomousDbPreviewVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDbPreviewVersions 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.
      • listAutonomousDbVersionsResponseIterator

        public Iterable<ListAutonomousDbVersionsResponse> listAutonomousDbVersionsResponseIterator​(ListAutonomousDbVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousDbVersions 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.
      • listAutonomousExadataInfrastructureShapesResponseIterator

        public Iterable<ListAutonomousExadataInfrastructureShapesResponse> listAutonomousExadataInfrastructureShapesResponseIterator​(ListAutonomousExadataInfrastructureShapesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousExadataInfrastructureShapes 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.
      • listAutonomousExadataInfrastructuresResponseIterator

        public Iterable<ListAutonomousExadataInfrastructuresResponse> listAutonomousExadataInfrastructuresResponseIterator​(ListAutonomousExadataInfrastructuresRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousExadataInfrastructures 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.
      • listAutonomousVirtualMachinesResponseIterator

        public Iterable<ListAutonomousVirtualMachinesResponse> listAutonomousVirtualMachinesResponseIterator​(ListAutonomousVirtualMachinesRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousVirtualMachines 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.
      • listAutonomousVmClusterAcdResourceUsageResponseIterator

        public Iterable<ListAutonomousVmClusterAcdResourceUsageResponse> listAutonomousVmClusterAcdResourceUsageResponseIterator​(ListAutonomousVmClusterAcdResourceUsageRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousVmClusterAcdResourceUsage 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.
      • listAutonomousVmClustersResponseIterator

        public Iterable<ListAutonomousVmClustersResponse> listAutonomousVmClustersResponseIterator​(ListAutonomousVmClustersRequest request)
        Creates a new iterable which will iterate over the responses received from the listAutonomousVmClusters 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.
      • listBackupDestinationResponseIterator

        public Iterable<ListBackupDestinationResponse> listBackupDestinationResponseIterator​(ListBackupDestinationRequest request)
        Creates a new iterable which will iterate over the responses received from the listBackupDestination 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.
      • listBackupDestinationRecordIterator

        public Iterable<BackupDestinationSummary> listBackupDestinationRecordIterator​(ListBackupDestinationRequest request)
        Creates a new iterable which will iterate over the BackupDestinationSummary objects contained in responses from the listBackupDestination 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 BackupDestinationSummary objects contained in responses received from the service.
      • listBackupsResponseIterator

        public Iterable<ListBackupsResponse> listBackupsResponseIterator​(ListBackupsRequest request)
        Creates a new iterable which will iterate over the responses received from the listBackups 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.
      • listBackupsRecordIterator

        public Iterable<BackupSummary> listBackupsRecordIterator​(ListBackupsRequest request)
        Creates a new iterable which will iterate over the BackupSummary objects contained in responses from the listBackups 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 BackupSummary objects contained in responses received from the service.
      • listCloudAutonomousVmClusterAcdResourceUsageResponseIterator

        public Iterable<ListCloudAutonomousVmClusterAcdResourceUsageResponse> listCloudAutonomousVmClusterAcdResourceUsageResponseIterator​(ListCloudAutonomousVmClusterAcdResourceUsageRequest request)
        Creates a new iterable which will iterate over the responses received from the listCloudAutonomousVmClusterAcdResourceUsage 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.
      • listCloudAutonomousVmClustersResponseIterator

        public Iterable<ListCloudAutonomousVmClustersResponse> listCloudAutonomousVmClustersResponseIterator​(ListCloudAutonomousVmClustersRequest request)
        Creates a new iterable which will iterate over the responses received from the listCloudAutonomousVmClusters 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.
      • listCloudExadataInfrastructuresResponseIterator

        public Iterable<ListCloudExadataInfrastructuresResponse> listCloudExadataInfrastructuresResponseIterator​(ListCloudExadataInfrastructuresRequest request)
        Creates a new iterable which will iterate over the responses received from the listCloudExadataInfrastructures 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.
      • listCloudVmClusterUpdateHistoryEntriesResponseIterator

        public Iterable<ListCloudVmClusterUpdateHistoryEntriesResponse> listCloudVmClusterUpdateHistoryEntriesResponseIterator​(ListCloudVmClusterUpdateHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listCloudVmClusterUpdateHistoryEntries 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.
      • listCloudVmClusterUpdatesResponseIterator

        public Iterable<ListCloudVmClusterUpdatesResponse> listCloudVmClusterUpdatesResponseIterator​(ListCloudVmClusterUpdatesRequest request)
        Creates a new iterable which will iterate over the responses received from the listCloudVmClusterUpdates 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.
      • listCloudVmClusterUpdatesRecordIterator

        public Iterable<UpdateSummary> listCloudVmClusterUpdatesRecordIterator​(ListCloudVmClusterUpdatesRequest request)
        Creates a new iterable which will iterate over the UpdateSummary objects contained in responses from the listCloudVmClusterUpdates 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 UpdateSummary objects contained in responses received from the service.
      • listCloudVmClustersResponseIterator

        public Iterable<ListCloudVmClustersResponse> listCloudVmClustersResponseIterator​(ListCloudVmClustersRequest request)
        Creates a new iterable which will iterate over the responses received from the listCloudVmClusters 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.
      • listCloudVmClustersRecordIterator

        public Iterable<CloudVmClusterSummary> listCloudVmClustersRecordIterator​(ListCloudVmClustersRequest request)
        Creates a new iterable which will iterate over the CloudVmClusterSummary objects contained in responses from the listCloudVmClusters 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 CloudVmClusterSummary objects contained in responses received from the service.
      • listConsoleHistoriesResponseIterator

        public Iterable<ListConsoleHistoriesResponse> listConsoleHistoriesResponseIterator​(ListConsoleHistoriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listConsoleHistories 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.
      • listConsoleHistoriesRecordIterator

        public Iterable<ConsoleHistorySummary> listConsoleHistoriesRecordIterator​(ListConsoleHistoriesRequest request)
        Creates a new iterable which will iterate over the ConsoleHistorySummary objects contained in responses from the listConsoleHistories 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 ConsoleHistorySummary objects contained in responses received from the service.
      • listContainerDatabasePatchesResponseIterator

        public Iterable<ListContainerDatabasePatchesResponse> listContainerDatabasePatchesResponseIterator​(ListContainerDatabasePatchesRequest request)
        Creates a new iterable which will iterate over the responses received from the listContainerDatabasePatches 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.
      • listContainerDatabasePatchesRecordIterator

        public Iterable<AutonomousPatchSummary> listContainerDatabasePatchesRecordIterator​(ListContainerDatabasePatchesRequest request)
        Creates a new iterable which will iterate over the AutonomousPatchSummary objects contained in responses from the listContainerDatabasePatches 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 AutonomousPatchSummary objects contained in responses received from the service.
      • listDataGuardAssociationsResponseIterator

        public Iterable<ListDataGuardAssociationsResponse> listDataGuardAssociationsResponseIterator​(ListDataGuardAssociationsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDataGuardAssociations 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.
      • listDatabaseSoftwareImagesResponseIterator

        public Iterable<ListDatabaseSoftwareImagesResponse> listDatabaseSoftwareImagesResponseIterator​(ListDatabaseSoftwareImagesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDatabaseSoftwareImages 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.
      • listDatabaseUpgradeHistoryEntriesResponseIterator

        public Iterable<ListDatabaseUpgradeHistoryEntriesResponse> listDatabaseUpgradeHistoryEntriesResponseIterator​(ListDatabaseUpgradeHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDatabaseUpgradeHistoryEntries 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.
      • listDatabasesResponseIterator

        public Iterable<ListDatabasesResponse> listDatabasesResponseIterator​(ListDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDatabases 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.
      • listDatabasesRecordIterator

        public Iterable<DatabaseSummary> listDatabasesRecordIterator​(ListDatabasesRequest request)
        Creates a new iterable which will iterate over the DatabaseSummary objects contained in responses from the listDatabases 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 DatabaseSummary objects contained in responses received from the service.
      • listDbHomePatchHistoryEntriesResponseIterator

        public Iterable<ListDbHomePatchHistoryEntriesResponse> listDbHomePatchHistoryEntriesResponseIterator​(ListDbHomePatchHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbHomePatchHistoryEntries 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.
      • listDbHomePatchesResponseIterator

        public Iterable<ListDbHomePatchesResponse> listDbHomePatchesResponseIterator​(ListDbHomePatchesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbHomePatches 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.
      • listDbHomePatchesRecordIterator

        public Iterable<PatchSummary> listDbHomePatchesRecordIterator​(ListDbHomePatchesRequest request)
        Creates a new iterable which will iterate over the PatchSummary objects contained in responses from the listDbHomePatches 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.
      • listDbHomesResponseIterator

        public Iterable<ListDbHomesResponse> listDbHomesResponseIterator​(ListDbHomesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbHomes 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.
      • listDbHomesRecordIterator

        public Iterable<DbHomeSummary> listDbHomesRecordIterator​(ListDbHomesRequest request)
        Creates a new iterable which will iterate over the DbHomeSummary objects contained in responses from the listDbHomes 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 DbHomeSummary objects contained in responses received from the service.
      • listDbNodesResponseIterator

        public Iterable<ListDbNodesResponse> listDbNodesResponseIterator​(ListDbNodesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbNodes 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.
      • listDbNodesRecordIterator

        public Iterable<DbNodeSummary> listDbNodesRecordIterator​(ListDbNodesRequest request)
        Creates a new iterable which will iterate over the DbNodeSummary objects contained in responses from the listDbNodes 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 DbNodeSummary objects contained in responses received from the service.
      • listDbServersResponseIterator

        public Iterable<ListDbServersResponse> listDbServersResponseIterator​(ListDbServersRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbServers 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.
      • listDbServersRecordIterator

        public Iterable<DbServerSummary> listDbServersRecordIterator​(ListDbServersRequest request)
        Creates a new iterable which will iterate over the DbServerSummary objects contained in responses from the listDbServers 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 DbServerSummary objects contained in responses received from the service.
      • listDbSystemPatchHistoryEntriesResponseIterator

        public Iterable<ListDbSystemPatchHistoryEntriesResponse> listDbSystemPatchHistoryEntriesResponseIterator​(ListDbSystemPatchHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbSystemPatchHistoryEntries 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.
      • listDbSystemPatchesResponseIterator

        public Iterable<ListDbSystemPatchesResponse> listDbSystemPatchesResponseIterator​(ListDbSystemPatchesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbSystemPatches 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.
      • listDbSystemPatchesRecordIterator

        public Iterable<PatchSummary> listDbSystemPatchesRecordIterator​(ListDbSystemPatchesRequest request)
        Creates a new iterable which will iterate over the PatchSummary objects contained in responses from the listDbSystemPatches 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.
      • listDbSystemShapesResponseIterator

        public Iterable<ListDbSystemShapesResponse> listDbSystemShapesResponseIterator​(ListDbSystemShapesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbSystemShapes 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.
      • listDbSystemShapesRecordIterator

        public Iterable<DbSystemShapeSummary> listDbSystemShapesRecordIterator​(ListDbSystemShapesRequest request)
        Creates a new iterable which will iterate over the DbSystemShapeSummary objects contained in responses from the listDbSystemShapes 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 DbSystemShapeSummary objects contained in responses received from the service.
      • listDbSystemUpgradeHistoryEntriesResponseIterator

        public Iterable<ListDbSystemUpgradeHistoryEntriesResponse> listDbSystemUpgradeHistoryEntriesResponseIterator​(ListDbSystemUpgradeHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbSystemUpgradeHistoryEntries 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.
      • listDbSystemsResponseIterator

        public Iterable<ListDbSystemsResponse> listDbSystemsResponseIterator​(ListDbSystemsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbSystems 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.
      • listDbSystemsRecordIterator

        public Iterable<DbSystemSummary> listDbSystemsRecordIterator​(ListDbSystemsRequest request)
        Creates a new iterable which will iterate over the DbSystemSummary objects contained in responses from the listDbSystems 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 DbSystemSummary objects contained in responses received from the service.
      • listDbVersionsResponseIterator

        public Iterable<ListDbVersionsResponse> listDbVersionsResponseIterator​(ListDbVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listDbVersions 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.
      • listDbVersionsRecordIterator

        public Iterable<DbVersionSummary> listDbVersionsRecordIterator​(ListDbVersionsRequest request)
        Creates a new iterable which will iterate over the DbVersionSummary objects contained in responses from the listDbVersions 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 DbVersionSummary objects contained in responses received from the service.
      • listExadataInfrastructuresResponseIterator

        public Iterable<ListExadataInfrastructuresResponse> listExadataInfrastructuresResponseIterator​(ListExadataInfrastructuresRequest request)
        Creates a new iterable which will iterate over the responses received from the listExadataInfrastructures 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.
      • listExadbVmClusterUpdateHistoryEntriesResponseIterator

        public Iterable<ListExadbVmClusterUpdateHistoryEntriesResponse> listExadbVmClusterUpdateHistoryEntriesResponseIterator​(ListExadbVmClusterUpdateHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listExadbVmClusterUpdateHistoryEntries 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.
      • listExadbVmClusterUpdatesResponseIterator

        public Iterable<ListExadbVmClusterUpdatesResponse> listExadbVmClusterUpdatesResponseIterator​(ListExadbVmClusterUpdatesRequest request)
        Creates a new iterable which will iterate over the responses received from the listExadbVmClusterUpdates 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.
      • listExadbVmClustersResponseIterator

        public Iterable<ListExadbVmClustersResponse> listExadbVmClustersResponseIterator​(ListExadbVmClustersRequest request)
        Creates a new iterable which will iterate over the responses received from the listExadbVmClusters 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.
      • listExadbVmClustersRecordIterator

        public Iterable<ExadbVmClusterSummary> listExadbVmClustersRecordIterator​(ListExadbVmClustersRequest request)
        Creates a new iterable which will iterate over the ExadbVmClusterSummary objects contained in responses from the listExadbVmClusters 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 ExadbVmClusterSummary objects contained in responses received from the service.
      • listExascaleDbStorageVaultsResponseIterator

        public Iterable<ListExascaleDbStorageVaultsResponse> listExascaleDbStorageVaultsResponseIterator​(ListExascaleDbStorageVaultsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExascaleDbStorageVaults 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.
      • listExecutionActionsResponseIterator

        public Iterable<ListExecutionActionsResponse> listExecutionActionsResponseIterator​(ListExecutionActionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExecutionActions 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.
      • listExecutionActionsRecordIterator

        public Iterable<ExecutionActionSummary> listExecutionActionsRecordIterator​(ListExecutionActionsRequest request)
        Creates a new iterable which will iterate over the ExecutionActionSummary objects contained in responses from the listExecutionActions 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 ExecutionActionSummary objects contained in responses received from the service.
      • listExecutionWindowsResponseIterator

        public Iterable<ListExecutionWindowsResponse> listExecutionWindowsResponseIterator​(ListExecutionWindowsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExecutionWindows 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.
      • listExecutionWindowsRecordIterator

        public Iterable<ExecutionWindowSummary> listExecutionWindowsRecordIterator​(ListExecutionWindowsRequest request)
        Creates a new iterable which will iterate over the ExecutionWindowSummary objects contained in responses from the listExecutionWindows 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 ExecutionWindowSummary objects contained in responses received from the service.
      • listExternalContainerDatabasesResponseIterator

        public Iterable<ListExternalContainerDatabasesResponse> listExternalContainerDatabasesResponseIterator​(ListExternalContainerDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listExternalContainerDatabases 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.
      • listExternalDatabaseConnectorsResponseIterator

        public Iterable<ListExternalDatabaseConnectorsResponse> listExternalDatabaseConnectorsResponseIterator​(ListExternalDatabaseConnectorsRequest request)
        Creates a new iterable which will iterate over the responses received from the listExternalDatabaseConnectors 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.
      • listExternalNonContainerDatabasesResponseIterator

        public Iterable<ListExternalNonContainerDatabasesResponse> listExternalNonContainerDatabasesResponseIterator​(ListExternalNonContainerDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listExternalNonContainerDatabases 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.
      • listExternalPluggableDatabasesResponseIterator

        public Iterable<ListExternalPluggableDatabasesResponse> listExternalPluggableDatabasesResponseIterator​(ListExternalPluggableDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listExternalPluggableDatabases 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.
      • listFlexComponentsResponseIterator

        public Iterable<ListFlexComponentsResponse> listFlexComponentsResponseIterator​(ListFlexComponentsRequest request)
        Creates a new iterable which will iterate over the responses received from the listFlexComponents 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.
      • listFlexComponentsRecordIterator

        public Iterable<FlexComponentSummary> listFlexComponentsRecordIterator​(ListFlexComponentsRequest request)
        Creates a new iterable which will iterate over the FlexComponentSummary objects contained in responses from the listFlexComponents 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 FlexComponentSummary objects contained in responses received from the service.
      • listGiVersionMinorVersionsResponseIterator

        public Iterable<ListGiVersionMinorVersionsResponse> listGiVersionMinorVersionsResponseIterator​(ListGiVersionMinorVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listGiVersionMinorVersions 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.
      • listGiVersionMinorVersionsRecordIterator

        public Iterable<GiMinorVersionSummary> listGiVersionMinorVersionsRecordIterator​(ListGiVersionMinorVersionsRequest request)
        Creates a new iterable which will iterate over the GiMinorVersionSummary objects contained in responses from the listGiVersionMinorVersions 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 GiMinorVersionSummary objects contained in responses received from the service.
      • listGiVersionsResponseIterator

        public Iterable<ListGiVersionsResponse> listGiVersionsResponseIterator​(ListGiVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listGiVersions 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.
      • listGiVersionsRecordIterator

        public Iterable<GiVersionSummary> listGiVersionsRecordIterator​(ListGiVersionsRequest request)
        Creates a new iterable which will iterate over the GiVersionSummary objects contained in responses from the listGiVersions 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 GiVersionSummary objects contained in responses received from the service.
      • listKeyStoresResponseIterator

        public Iterable<ListKeyStoresResponse> listKeyStoresResponseIterator​(ListKeyStoresRequest request)
        Creates a new iterable which will iterate over the responses received from the listKeyStores 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.
      • listKeyStoresRecordIterator

        public Iterable<KeyStoreSummary> listKeyStoresRecordIterator​(ListKeyStoresRequest request)
        Creates a new iterable which will iterate over the KeyStoreSummary objects contained in responses from the listKeyStores 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 KeyStoreSummary objects contained in responses received from the service.
      • listMaintenanceRunHistoryResponseIterator

        public Iterable<ListMaintenanceRunHistoryResponse> listMaintenanceRunHistoryResponseIterator​(ListMaintenanceRunHistoryRequest request)
        Creates a new iterable which will iterate over the responses received from the listMaintenanceRunHistory 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.
      • listMaintenanceRunsResponseIterator

        public Iterable<ListMaintenanceRunsResponse> listMaintenanceRunsResponseIterator​(ListMaintenanceRunsRequest request)
        Creates a new iterable which will iterate over the responses received from the listMaintenanceRuns 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.
      • listMaintenanceRunsRecordIterator

        public Iterable<MaintenanceRunSummary> listMaintenanceRunsRecordIterator​(ListMaintenanceRunsRequest request)
        Creates a new iterable which will iterate over the MaintenanceRunSummary objects contained in responses from the listMaintenanceRuns 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 MaintenanceRunSummary objects contained in responses received from the service.
      • listOneoffPatchesResponseIterator

        public Iterable<ListOneoffPatchesResponse> listOneoffPatchesResponseIterator​(ListOneoffPatchesRequest request)
        Creates a new iterable which will iterate over the responses received from the listOneoffPatches 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.
      • listOneoffPatchesRecordIterator

        public Iterable<OneoffPatchSummary> listOneoffPatchesRecordIterator​(ListOneoffPatchesRequest request)
        Creates a new iterable which will iterate over the OneoffPatchSummary objects contained in responses from the listOneoffPatches 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 OneoffPatchSummary objects contained in responses received from the service.
      • listParamsForActionTypeResponseIterator

        public Iterable<ListParamsForActionTypeResponse> listParamsForActionTypeResponseIterator​(ListParamsForActionTypeRequest request)
        Creates a new iterable which will iterate over the responses received from the listParamsForActionType 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.
      • listParamsForActionTypeRecordIterator

        public Iterable<ActionParamValuesSummary> listParamsForActionTypeRecordIterator​(ListParamsForActionTypeRequest request)
        Creates a new iterable which will iterate over the ActionParamValuesSummary objects contained in responses from the listParamsForActionType 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 ActionParamValuesSummary objects contained in responses received from the service.
      • listPdbConversionHistoryEntriesResponseIterator

        public Iterable<ListPdbConversionHistoryEntriesResponse> listPdbConversionHistoryEntriesResponseIterator​(ListPdbConversionHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listPdbConversionHistoryEntries 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.
      • listPluggableDatabasesResponseIterator

        public Iterable<ListPluggableDatabasesResponse> listPluggableDatabasesResponseIterator​(ListPluggableDatabasesRequest request)
        Creates a new iterable which will iterate over the responses received from the listPluggableDatabases 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.
      • listPluggableDatabasesRecordIterator

        public Iterable<PluggableDatabaseSummary> listPluggableDatabasesRecordIterator​(ListPluggableDatabasesRequest request)
        Creates a new iterable which will iterate over the PluggableDatabaseSummary objects contained in responses from the listPluggableDatabases 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 PluggableDatabaseSummary objects contained in responses received from the service.
      • listRecommendedScheduledActionsResponseIterator

        public Iterable<ListRecommendedScheduledActionsResponse> listRecommendedScheduledActionsResponseIterator​(ListRecommendedScheduledActionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listRecommendedScheduledActions 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.
      • listScheduledActionsResponseIterator

        public Iterable<ListScheduledActionsResponse> listScheduledActionsResponseIterator​(ListScheduledActionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listScheduledActions 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.
      • listScheduledActionsRecordIterator

        public Iterable<ScheduledActionSummary> listScheduledActionsRecordIterator​(ListScheduledActionsRequest request)
        Creates a new iterable which will iterate over the ScheduledActionSummary objects contained in responses from the listScheduledActions 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 ScheduledActionSummary objects contained in responses received from the service.
      • listSchedulingPlansResponseIterator

        public Iterable<ListSchedulingPlansResponse> listSchedulingPlansResponseIterator​(ListSchedulingPlansRequest request)
        Creates a new iterable which will iterate over the responses received from the listSchedulingPlans 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.
      • listSchedulingPlansRecordIterator

        public Iterable<SchedulingPlanSummary> listSchedulingPlansRecordIterator​(ListSchedulingPlansRequest request)
        Creates a new iterable which will iterate over the SchedulingPlanSummary objects contained in responses from the listSchedulingPlans 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 SchedulingPlanSummary objects contained in responses received from the service.
      • listSchedulingPoliciesResponseIterator

        public Iterable<ListSchedulingPoliciesResponse> listSchedulingPoliciesResponseIterator​(ListSchedulingPoliciesRequest request)
        Creates a new iterable which will iterate over the responses received from the listSchedulingPolicies 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.
      • listSchedulingPoliciesRecordIterator

        public Iterable<SchedulingPolicySummary> listSchedulingPoliciesRecordIterator​(ListSchedulingPoliciesRequest request)
        Creates a new iterable which will iterate over the SchedulingPolicySummary objects contained in responses from the listSchedulingPolicies 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 SchedulingPolicySummary objects contained in responses received from the service.
      • listSchedulingWindowsResponseIterator

        public Iterable<ListSchedulingWindowsResponse> listSchedulingWindowsResponseIterator​(ListSchedulingWindowsRequest request)
        Creates a new iterable which will iterate over the responses received from the listSchedulingWindows 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.
      • listSchedulingWindowsRecordIterator

        public Iterable<SchedulingWindowSummary> listSchedulingWindowsRecordIterator​(ListSchedulingWindowsRequest request)
        Creates a new iterable which will iterate over the SchedulingWindowSummary objects contained in responses from the listSchedulingWindows 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 SchedulingWindowSummary objects contained in responses received from the service.
      • listSystemVersionsResponseIterator

        public Iterable<ListSystemVersionsResponse> listSystemVersionsResponseIterator​(ListSystemVersionsRequest request)
        Creates a new iterable which will iterate over the responses received from the listSystemVersions 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.
      • listSystemVersionsRecordIterator

        public Iterable<SystemVersionSummary> listSystemVersionsRecordIterator​(ListSystemVersionsRequest request)
        Creates a new iterable which will iterate over the SystemVersionSummary objects contained in responses from the listSystemVersions 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 SystemVersionSummary objects contained in responses received from the service.
      • listVmClusterNetworksResponseIterator

        public Iterable<ListVmClusterNetworksResponse> listVmClusterNetworksResponseIterator​(ListVmClusterNetworksRequest request)
        Creates a new iterable which will iterate over the responses received from the listVmClusterNetworks 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.
      • listVmClusterNetworksRecordIterator

        public Iterable<VmClusterNetworkSummary> listVmClusterNetworksRecordIterator​(ListVmClusterNetworksRequest request)
        Creates a new iterable which will iterate over the VmClusterNetworkSummary objects contained in responses from the listVmClusterNetworks 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 VmClusterNetworkSummary objects contained in responses received from the service.
      • listVmClusterPatchHistoryEntriesResponseIterator

        public Iterable<ListVmClusterPatchHistoryEntriesResponse> listVmClusterPatchHistoryEntriesResponseIterator​(ListVmClusterPatchHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listVmClusterPatchHistoryEntries 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.
      • listVmClusterPatchesResponseIterator

        public Iterable<ListVmClusterPatchesResponse> listVmClusterPatchesResponseIterator​(ListVmClusterPatchesRequest request)
        Creates a new iterable which will iterate over the responses received from the listVmClusterPatches 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.
      • listVmClusterPatchesRecordIterator

        public Iterable<PatchSummary> listVmClusterPatchesRecordIterator​(ListVmClusterPatchesRequest request)
        Creates a new iterable which will iterate over the PatchSummary objects contained in responses from the listVmClusterPatches 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.
      • listVmClusterUpdateHistoryEntriesResponseIterator

        public Iterable<ListVmClusterUpdateHistoryEntriesResponse> listVmClusterUpdateHistoryEntriesResponseIterator​(ListVmClusterUpdateHistoryEntriesRequest request)
        Creates a new iterable which will iterate over the responses received from the listVmClusterUpdateHistoryEntries 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.
      • listVmClusterUpdatesResponseIterator

        public Iterable<ListVmClusterUpdatesResponse> listVmClusterUpdatesResponseIterator​(ListVmClusterUpdatesRequest request)
        Creates a new iterable which will iterate over the responses received from the listVmClusterUpdates 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.
      • listVmClusterUpdatesRecordIterator

        public Iterable<VmClusterUpdateSummary> listVmClusterUpdatesRecordIterator​(ListVmClusterUpdatesRequest request)
        Creates a new iterable which will iterate over the VmClusterUpdateSummary objects contained in responses from the listVmClusterUpdates 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 VmClusterUpdateSummary objects contained in responses received from the service.
      • listVmClustersResponseIterator

        public Iterable<ListVmClustersResponse> listVmClustersResponseIterator​(ListVmClustersRequest request)
        Creates a new iterable which will iterate over the responses received from the listVmClusters 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.
      • listVmClustersRecordIterator

        public Iterable<VmClusterSummary> listVmClustersRecordIterator​(ListVmClustersRequest request)
        Creates a new iterable which will iterate over the VmClusterSummary objects contained in responses from the listVmClusters 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 VmClusterSummary objects contained in responses received from the service.