Class DatabasePaginators
- java.lang.Object
-
- com.oracle.bmc.database.DatabasePaginators
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class DatabasePaginators extends Object
Collection of helper methods that can be used to provide anIterable
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 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 DatabasePaginators(Database client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<ApplicationVipSummary>
listApplicationVipsRecordIterator(ListApplicationVipsRequest request)
Creates a new iterable which will iterate over theApplicationVipSummary
objects contained in responses from the listApplicationVips operation.Iterable<ListApplicationVipsResponse>
listApplicationVipsResponseIterator(ListApplicationVipsRequest request)
Creates a new iterable which will iterate over the responses received from the listApplicationVips operation.Iterable<AutonomousContainerDatabaseDataguardAssociation>
listAutonomousContainerDatabaseDataguardAssociationsRecordIterator(ListAutonomousContainerDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseDataguardAssociation
objects contained in responses from the listAutonomousContainerDatabaseDataguardAssociations operation.Iterable<ListAutonomousContainerDatabaseDataguardAssociationsResponse>
listAutonomousContainerDatabaseDataguardAssociationsResponseIterator(ListAutonomousContainerDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousContainerDatabaseDataguardAssociations operation.Iterable<AutonomousContainerDatabaseSummary>
listAutonomousContainerDatabasesRecordIterator(ListAutonomousContainerDatabasesRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseSummary
objects contained in responses from the listAutonomousContainerDatabases operation.Iterable<ListAutonomousContainerDatabasesResponse>
listAutonomousContainerDatabasesResponseIterator(ListAutonomousContainerDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousContainerDatabases operation.Iterable<AutonomousContainerDatabaseVersionSummary>
listAutonomousContainerDatabaseVersionsRecordIterator(ListAutonomousContainerDatabaseVersionsRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseVersionSummary
objects contained in responses from the listAutonomousContainerDatabaseVersions operation.Iterable<ListAutonomousContainerDatabaseVersionsResponse>
listAutonomousContainerDatabaseVersionsResponseIterator(ListAutonomousContainerDatabaseVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousContainerDatabaseVersions operation.Iterable<AutonomousDatabaseBackupSummary>
listAutonomousDatabaseBackupsRecordIterator(ListAutonomousDatabaseBackupsRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseBackupSummary
objects contained in responses from the listAutonomousDatabaseBackups operation.Iterable<ListAutonomousDatabaseBackupsResponse>
listAutonomousDatabaseBackupsResponseIterator(ListAutonomousDatabaseBackupsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseBackups operation.Iterable<AutonomousDatabaseSummary>
listAutonomousDatabaseClonesRecordIterator(ListAutonomousDatabaseClonesRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseSummary
objects contained in responses from the listAutonomousDatabaseClones operation.Iterable<ListAutonomousDatabaseClonesResponse>
listAutonomousDatabaseClonesResponseIterator(ListAutonomousDatabaseClonesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseClones operation.Iterable<AutonomousDatabaseDataguardAssociation>
listAutonomousDatabaseDataguardAssociationsRecordIterator(ListAutonomousDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseDataguardAssociation
objects contained in responses from the listAutonomousDatabaseDataguardAssociations operation.Iterable<ListAutonomousDatabaseDataguardAssociationsResponse>
listAutonomousDatabaseDataguardAssociationsResponseIterator(ListAutonomousDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseDataguardAssociations operation.Iterable<AutonomousDatabasePeerSummary>
listAutonomousDatabasePeersRecordIterator(ListAutonomousDatabasePeersRequest request)
Creates a new iterable which will iterate over theAutonomousDatabasePeerSummary
objects contained in responses from the listAutonomousDatabasePeers operation.Iterable<ListAutonomousDatabasePeersResponse>
listAutonomousDatabasePeersResponseIterator(ListAutonomousDatabasePeersRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabasePeers operation.Iterable<RefreshableCloneSummary>
listAutonomousDatabaseRefreshableClonesRecordIterator(ListAutonomousDatabaseRefreshableClonesRequest request)
Creates a new iterable which will iterate over theRefreshableCloneSummary
objects contained in responses from the listAutonomousDatabaseRefreshableClones operation.Iterable<ListAutonomousDatabaseRefreshableClonesResponse>
listAutonomousDatabaseRefreshableClonesResponseIterator(ListAutonomousDatabaseRefreshableClonesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseRefreshableClones operation.Iterable<AutonomousDatabaseSoftwareImageSummary>
listAutonomousDatabaseSoftwareImagesRecordIterator(ListAutonomousDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseSoftwareImageSummary
objects contained in responses from the listAutonomousDatabaseSoftwareImages operation.Iterable<ListAutonomousDatabaseSoftwareImagesResponse>
listAutonomousDatabaseSoftwareImagesResponseIterator(ListAutonomousDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabaseSoftwareImages operation.Iterable<AutonomousDatabaseSummary>
listAutonomousDatabasesRecordIterator(ListAutonomousDatabasesRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseSummary
objects contained in responses from the listAutonomousDatabases operation.Iterable<ListAutonomousDatabasesResponse>
listAutonomousDatabasesResponseIterator(ListAutonomousDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDatabases operation.Iterable<AutonomousDbPreviewVersionSummary>
listAutonomousDbPreviewVersionsRecordIterator(ListAutonomousDbPreviewVersionsRequest request)
Creates a new iterable which will iterate over theAutonomousDbPreviewVersionSummary
objects contained in responses from the listAutonomousDbPreviewVersions operation.Iterable<ListAutonomousDbPreviewVersionsResponse>
listAutonomousDbPreviewVersionsResponseIterator(ListAutonomousDbPreviewVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDbPreviewVersions operation.Iterable<AutonomousDbVersionSummary>
listAutonomousDbVersionsRecordIterator(ListAutonomousDbVersionsRequest request)
Creates a new iterable which will iterate over theAutonomousDbVersionSummary
objects contained in responses from the listAutonomousDbVersions operation.Iterable<ListAutonomousDbVersionsResponse>
listAutonomousDbVersionsResponseIterator(ListAutonomousDbVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDbVersions operation.Iterable<AutonomousExadataInfrastructureShapeSummary>
listAutonomousExadataInfrastructureShapesRecordIterator(ListAutonomousExadataInfrastructureShapesRequest request)
Creates a new iterable which will iterate over theAutonomousExadataInfrastructureShapeSummary
objects contained in responses from the listAutonomousExadataInfrastructureShapes operation.Iterable<ListAutonomousExadataInfrastructureShapesResponse>
listAutonomousExadataInfrastructureShapesResponseIterator(ListAutonomousExadataInfrastructureShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousExadataInfrastructureShapes operation.Iterable<AutonomousExadataInfrastructureSummary>
listAutonomousExadataInfrastructuresRecordIterator(ListAutonomousExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over theAutonomousExadataInfrastructureSummary
objects contained in responses from the listAutonomousExadataInfrastructures operation.Iterable<ListAutonomousExadataInfrastructuresResponse>
listAutonomousExadataInfrastructuresResponseIterator(ListAutonomousExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousExadataInfrastructures operation.Iterable<AutonomousVirtualMachineSummary>
listAutonomousVirtualMachinesRecordIterator(ListAutonomousVirtualMachinesRequest request)
Creates a new iterable which will iterate over theAutonomousVirtualMachineSummary
objects contained in responses from the listAutonomousVirtualMachines operation.Iterable<ListAutonomousVirtualMachinesResponse>
listAutonomousVirtualMachinesResponseIterator(ListAutonomousVirtualMachinesRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousVirtualMachines operation.Iterable<AutonomousContainerDatabaseResourceUsage>
listAutonomousVmClusterAcdResourceUsageRecordIterator(ListAutonomousVmClusterAcdResourceUsageRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseResourceUsage
objects contained in responses from the listAutonomousVmClusterAcdResourceUsage operation.Iterable<ListAutonomousVmClusterAcdResourceUsageResponse>
listAutonomousVmClusterAcdResourceUsageResponseIterator(ListAutonomousVmClusterAcdResourceUsageRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousVmClusterAcdResourceUsage operation.Iterable<AutonomousVmClusterSummary>
listAutonomousVmClustersRecordIterator(ListAutonomousVmClustersRequest request)
Creates a new iterable which will iterate over theAutonomousVmClusterSummary
objects contained in responses from the listAutonomousVmClusters operation.Iterable<ListAutonomousVmClustersResponse>
listAutonomousVmClustersResponseIterator(ListAutonomousVmClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousVmClusters operation.Iterable<BackupDestinationSummary>
listBackupDestinationRecordIterator(ListBackupDestinationRequest request)
Creates a new iterable which will iterate over theBackupDestinationSummary
objects contained in responses from the listBackupDestination operation.Iterable<ListBackupDestinationResponse>
listBackupDestinationResponseIterator(ListBackupDestinationRequest request)
Creates a new iterable which will iterate over the responses received from the listBackupDestination operation.Iterable<BackupSummary>
listBackupsRecordIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over theBackupSummary
objects contained in responses from the listBackups operation.Iterable<ListBackupsResponse>
listBackupsResponseIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over the responses received from the listBackups operation.Iterable<AutonomousContainerDatabaseResourceUsage>
listCloudAutonomousVmClusterAcdResourceUsageRecordIterator(ListCloudAutonomousVmClusterAcdResourceUsageRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseResourceUsage
objects contained in responses from the listCloudAutonomousVmClusterAcdResourceUsage operation.Iterable<ListCloudAutonomousVmClusterAcdResourceUsageResponse>
listCloudAutonomousVmClusterAcdResourceUsageResponseIterator(ListCloudAutonomousVmClusterAcdResourceUsageRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudAutonomousVmClusterAcdResourceUsage operation.Iterable<CloudAutonomousVmClusterSummary>
listCloudAutonomousVmClustersRecordIterator(ListCloudAutonomousVmClustersRequest request)
Creates a new iterable which will iterate over theCloudAutonomousVmClusterSummary
objects contained in responses from the listCloudAutonomousVmClusters operation.Iterable<ListCloudAutonomousVmClustersResponse>
listCloudAutonomousVmClustersResponseIterator(ListCloudAutonomousVmClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudAutonomousVmClusters operation.Iterable<CloudExadataInfrastructureSummary>
listCloudExadataInfrastructuresRecordIterator(ListCloudExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over theCloudExadataInfrastructureSummary
objects contained in responses from the listCloudExadataInfrastructures operation.Iterable<ListCloudExadataInfrastructuresResponse>
listCloudExadataInfrastructuresResponseIterator(ListCloudExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudExadataInfrastructures operation.Iterable<CloudVmClusterSummary>
listCloudVmClustersRecordIterator(ListCloudVmClustersRequest request)
Creates a new iterable which will iterate over theCloudVmClusterSummary
objects contained in responses from the listCloudVmClusters operation.Iterable<ListCloudVmClustersResponse>
listCloudVmClustersResponseIterator(ListCloudVmClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudVmClusters operation.Iterable<UpdateHistoryEntrySummary>
listCloudVmClusterUpdateHistoryEntriesRecordIterator(ListCloudVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theUpdateHistoryEntrySummary
objects contained in responses from the listCloudVmClusterUpdateHistoryEntries operation.Iterable<ListCloudVmClusterUpdateHistoryEntriesResponse>
listCloudVmClusterUpdateHistoryEntriesResponseIterator(ListCloudVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudVmClusterUpdateHistoryEntries operation.Iterable<UpdateSummary>
listCloudVmClusterUpdatesRecordIterator(ListCloudVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over theUpdateSummary
objects contained in responses from the listCloudVmClusterUpdates operation.Iterable<ListCloudVmClusterUpdatesResponse>
listCloudVmClusterUpdatesResponseIterator(ListCloudVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudVmClusterUpdates operation.Iterable<ConsoleHistorySummary>
listConsoleHistoriesRecordIterator(ListConsoleHistoriesRequest request)
Creates a new iterable which will iterate over theConsoleHistorySummary
objects contained in responses from the listConsoleHistories operation.Iterable<ListConsoleHistoriesResponse>
listConsoleHistoriesResponseIterator(ListConsoleHistoriesRequest request)
Creates a new iterable which will iterate over the responses received from the listConsoleHistories operation.Iterable<AutonomousPatchSummary>
listContainerDatabasePatchesRecordIterator(ListContainerDatabasePatchesRequest request)
Creates a new iterable which will iterate over theAutonomousPatchSummary
objects contained in responses from the listContainerDatabasePatches operation.Iterable<ListContainerDatabasePatchesResponse>
listContainerDatabasePatchesResponseIterator(ListContainerDatabasePatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listContainerDatabasePatches operation.Iterable<DatabaseSoftwareImageSummary>
listDatabaseSoftwareImagesRecordIterator(ListDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over theDatabaseSoftwareImageSummary
objects contained in responses from the listDatabaseSoftwareImages operation.Iterable<ListDatabaseSoftwareImagesResponse>
listDatabaseSoftwareImagesResponseIterator(ListDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabaseSoftwareImages operation.Iterable<DatabaseSummary>
listDatabasesRecordIterator(ListDatabasesRequest request)
Creates a new iterable which will iterate over theDatabaseSummary
objects contained in responses from the listDatabases operation.Iterable<ListDatabasesResponse>
listDatabasesResponseIterator(ListDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabases operation.Iterable<DatabaseUpgradeHistoryEntrySummary>
listDatabaseUpgradeHistoryEntriesRecordIterator(ListDatabaseUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over theDatabaseUpgradeHistoryEntrySummary
objects contained in responses from the listDatabaseUpgradeHistoryEntries operation.Iterable<ListDatabaseUpgradeHistoryEntriesResponse>
listDatabaseUpgradeHistoryEntriesResponseIterator(ListDatabaseUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabaseUpgradeHistoryEntries operation.Iterable<DataGuardAssociationSummary>
listDataGuardAssociationsRecordIterator(ListDataGuardAssociationsRequest request)
Creates a new iterable which will iterate over theDataGuardAssociationSummary
objects contained in responses from the listDataGuardAssociations operation.Iterable<ListDataGuardAssociationsResponse>
listDataGuardAssociationsResponseIterator(ListDataGuardAssociationsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataGuardAssociations operation.Iterable<PatchSummary>
listDbHomePatchesRecordIterator(ListDbHomePatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listDbHomePatches operation.Iterable<ListDbHomePatchesResponse>
listDbHomePatchesResponseIterator(ListDbHomePatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbHomePatches operation.Iterable<PatchHistoryEntrySummary>
listDbHomePatchHistoryEntriesRecordIterator(ListDbHomePatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses from the listDbHomePatchHistoryEntries operation.Iterable<ListDbHomePatchHistoryEntriesResponse>
listDbHomePatchHistoryEntriesResponseIterator(ListDbHomePatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbHomePatchHistoryEntries operation.Iterable<DbHomeSummary>
listDbHomesRecordIterator(ListDbHomesRequest request)
Creates a new iterable which will iterate over theDbHomeSummary
objects contained in responses from the listDbHomes operation.Iterable<ListDbHomesResponse>
listDbHomesResponseIterator(ListDbHomesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbHomes operation.Iterable<DbNodeSummary>
listDbNodesRecordIterator(ListDbNodesRequest request)
Creates a new iterable which will iterate over theDbNodeSummary
objects contained in responses from the listDbNodes operation.Iterable<ListDbNodesResponse>
listDbNodesResponseIterator(ListDbNodesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbNodes operation.Iterable<DbServerSummary>
listDbServersRecordIterator(ListDbServersRequest request)
Creates a new iterable which will iterate over theDbServerSummary
objects contained in responses from the listDbServers operation.Iterable<ListDbServersResponse>
listDbServersResponseIterator(ListDbServersRequest request)
Creates a new iterable which will iterate over the responses received from the listDbServers operation.Iterable<PatchSummary>
listDbSystemPatchesRecordIterator(ListDbSystemPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listDbSystemPatches operation.Iterable<ListDbSystemPatchesResponse>
listDbSystemPatchesResponseIterator(ListDbSystemPatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystemPatches operation.Iterable<PatchHistoryEntrySummary>
listDbSystemPatchHistoryEntriesRecordIterator(ListDbSystemPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses from the listDbSystemPatchHistoryEntries operation.Iterable<ListDbSystemPatchHistoryEntriesResponse>
listDbSystemPatchHistoryEntriesResponseIterator(ListDbSystemPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystemPatchHistoryEntries operation.Iterable<DbSystemShapeSummary>
listDbSystemShapesRecordIterator(ListDbSystemShapesRequest request)
Creates a new iterable which will iterate over theDbSystemShapeSummary
objects contained in responses from the listDbSystemShapes operation.Iterable<ListDbSystemShapesResponse>
listDbSystemShapesResponseIterator(ListDbSystemShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystemShapes operation.Iterable<DbSystemSummary>
listDbSystemsRecordIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over theDbSystemSummary
objects contained in responses from the listDbSystems operation.Iterable<ListDbSystemsResponse>
listDbSystemsResponseIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystems operation.Iterable<DbSystemUpgradeHistoryEntrySummary>
listDbSystemUpgradeHistoryEntriesRecordIterator(ListDbSystemUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over theDbSystemUpgradeHistoryEntrySummary
objects contained in responses from the listDbSystemUpgradeHistoryEntries operation.Iterable<ListDbSystemUpgradeHistoryEntriesResponse>
listDbSystemUpgradeHistoryEntriesResponseIterator(ListDbSystemUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystemUpgradeHistoryEntries operation.Iterable<DbVersionSummary>
listDbVersionsRecordIterator(ListDbVersionsRequest request)
Creates a new iterable which will iterate over theDbVersionSummary
objects contained in responses from the listDbVersions operation.Iterable<ListDbVersionsResponse>
listDbVersionsResponseIterator(ListDbVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listDbVersions operation.Iterable<ExadataInfrastructureSummary>
listExadataInfrastructuresRecordIterator(ListExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over theExadataInfrastructureSummary
objects contained in responses from the listExadataInfrastructures operation.Iterable<ListExadataInfrastructuresResponse>
listExadataInfrastructuresResponseIterator(ListExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over the responses received from the listExadataInfrastructures operation.Iterable<ExadbVmClusterSummary>
listExadbVmClustersRecordIterator(ListExadbVmClustersRequest request)
Creates a new iterable which will iterate over theExadbVmClusterSummary
objects contained in responses from the listExadbVmClusters operation.Iterable<ListExadbVmClustersResponse>
listExadbVmClustersResponseIterator(ListExadbVmClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listExadbVmClusters operation.Iterable<ExadbVmClusterUpdateHistoryEntrySummary>
listExadbVmClusterUpdateHistoryEntriesRecordIterator(ListExadbVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theExadbVmClusterUpdateHistoryEntrySummary
objects contained in responses from the listExadbVmClusterUpdateHistoryEntries operation.Iterable<ListExadbVmClusterUpdateHistoryEntriesResponse>
listExadbVmClusterUpdateHistoryEntriesResponseIterator(ListExadbVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listExadbVmClusterUpdateHistoryEntries operation.Iterable<ExadbVmClusterUpdateSummary>
listExadbVmClusterUpdatesRecordIterator(ListExadbVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over theExadbVmClusterUpdateSummary
objects contained in responses from the listExadbVmClusterUpdates operation.Iterable<ListExadbVmClusterUpdatesResponse>
listExadbVmClusterUpdatesResponseIterator(ListExadbVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over the responses received from the listExadbVmClusterUpdates operation.Iterable<ExascaleDbStorageVaultSummary>
listExascaleDbStorageVaultsRecordIterator(ListExascaleDbStorageVaultsRequest request)
Creates a new iterable which will iterate over theExascaleDbStorageVaultSummary
objects contained in responses from the listExascaleDbStorageVaults operation.Iterable<ListExascaleDbStorageVaultsResponse>
listExascaleDbStorageVaultsResponseIterator(ListExascaleDbStorageVaultsRequest request)
Creates a new iterable which will iterate over the responses received from the listExascaleDbStorageVaults operation.Iterable<ExecutionActionSummary>
listExecutionActionsRecordIterator(ListExecutionActionsRequest request)
Creates a new iterable which will iterate over theExecutionActionSummary
objects contained in responses from the listExecutionActions operation.Iterable<ListExecutionActionsResponse>
listExecutionActionsResponseIterator(ListExecutionActionsRequest request)
Creates a new iterable which will iterate over the responses received from the listExecutionActions operation.Iterable<ExecutionWindowSummary>
listExecutionWindowsRecordIterator(ListExecutionWindowsRequest request)
Creates a new iterable which will iterate over theExecutionWindowSummary
objects contained in responses from the listExecutionWindows operation.Iterable<ListExecutionWindowsResponse>
listExecutionWindowsResponseIterator(ListExecutionWindowsRequest request)
Creates a new iterable which will iterate over the responses received from the listExecutionWindows operation.Iterable<ExternalContainerDatabaseSummary>
listExternalContainerDatabasesRecordIterator(ListExternalContainerDatabasesRequest request)
Creates a new iterable which will iterate over theExternalContainerDatabaseSummary
objects contained in responses from the listExternalContainerDatabases operation.Iterable<ListExternalContainerDatabasesResponse>
listExternalContainerDatabasesResponseIterator(ListExternalContainerDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalContainerDatabases operation.Iterable<ExternalDatabaseConnectorSummary>
listExternalDatabaseConnectorsRecordIterator(ListExternalDatabaseConnectorsRequest request)
Creates a new iterable which will iterate over theExternalDatabaseConnectorSummary
objects contained in responses from the listExternalDatabaseConnectors operation.Iterable<ListExternalDatabaseConnectorsResponse>
listExternalDatabaseConnectorsResponseIterator(ListExternalDatabaseConnectorsRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalDatabaseConnectors operation.Iterable<ExternalNonContainerDatabaseSummary>
listExternalNonContainerDatabasesRecordIterator(ListExternalNonContainerDatabasesRequest request)
Creates a new iterable which will iterate over theExternalNonContainerDatabaseSummary
objects contained in responses from the listExternalNonContainerDatabases operation.Iterable<ListExternalNonContainerDatabasesResponse>
listExternalNonContainerDatabasesResponseIterator(ListExternalNonContainerDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalNonContainerDatabases operation.Iterable<ExternalPluggableDatabaseSummary>
listExternalPluggableDatabasesRecordIterator(ListExternalPluggableDatabasesRequest request)
Creates a new iterable which will iterate over theExternalPluggableDatabaseSummary
objects contained in responses from the listExternalPluggableDatabases operation.Iterable<ListExternalPluggableDatabasesResponse>
listExternalPluggableDatabasesResponseIterator(ListExternalPluggableDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalPluggableDatabases operation.Iterable<FlexComponentSummary>
listFlexComponentsRecordIterator(ListFlexComponentsRequest request)
Creates a new iterable which will iterate over theFlexComponentSummary
objects contained in responses from the listFlexComponents operation.Iterable<ListFlexComponentsResponse>
listFlexComponentsResponseIterator(ListFlexComponentsRequest request)
Creates a new iterable which will iterate over the responses received from the listFlexComponents operation.Iterable<GiMinorVersionSummary>
listGiVersionMinorVersionsRecordIterator(ListGiVersionMinorVersionsRequest request)
Creates a new iterable which will iterate over theGiMinorVersionSummary
objects contained in responses from the listGiVersionMinorVersions operation.Iterable<ListGiVersionMinorVersionsResponse>
listGiVersionMinorVersionsResponseIterator(ListGiVersionMinorVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listGiVersionMinorVersions operation.Iterable<GiVersionSummary>
listGiVersionsRecordIterator(ListGiVersionsRequest request)
Creates a new iterable which will iterate over theGiVersionSummary
objects contained in responses from the listGiVersions operation.Iterable<ListGiVersionsResponse>
listGiVersionsResponseIterator(ListGiVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listGiVersions operation.Iterable<KeyStoreSummary>
listKeyStoresRecordIterator(ListKeyStoresRequest request)
Creates a new iterable which will iterate over theKeyStoreSummary
objects contained in responses from the listKeyStores operation.Iterable<ListKeyStoresResponse>
listKeyStoresResponseIterator(ListKeyStoresRequest request)
Creates a new iterable which will iterate over the responses received from the listKeyStores operation.Iterable<MaintenanceRunHistorySummary>
listMaintenanceRunHistoryRecordIterator(ListMaintenanceRunHistoryRequest request)
Creates a new iterable which will iterate over theMaintenanceRunHistorySummary
objects contained in responses from the listMaintenanceRunHistory operation.Iterable<ListMaintenanceRunHistoryResponse>
listMaintenanceRunHistoryResponseIterator(ListMaintenanceRunHistoryRequest request)
Creates a new iterable which will iterate over the responses received from the listMaintenanceRunHistory operation.Iterable<MaintenanceRunSummary>
listMaintenanceRunsRecordIterator(ListMaintenanceRunsRequest request)
Creates a new iterable which will iterate over theMaintenanceRunSummary
objects contained in responses from the listMaintenanceRuns operation.Iterable<ListMaintenanceRunsResponse>
listMaintenanceRunsResponseIterator(ListMaintenanceRunsRequest request)
Creates a new iterable which will iterate over the responses received from the listMaintenanceRuns operation.Iterable<OneoffPatchSummary>
listOneoffPatchesRecordIterator(ListOneoffPatchesRequest request)
Creates a new iterable which will iterate over theOneoffPatchSummary
objects contained in responses from the listOneoffPatches operation.Iterable<ListOneoffPatchesResponse>
listOneoffPatchesResponseIterator(ListOneoffPatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listOneoffPatches operation.Iterable<ActionParamValuesSummary>
listParamsForActionTypeRecordIterator(ListParamsForActionTypeRequest request)
Creates a new iterable which will iterate over theActionParamValuesSummary
objects contained in responses from the listParamsForActionType operation.Iterable<ListParamsForActionTypeResponse>
listParamsForActionTypeResponseIterator(ListParamsForActionTypeRequest request)
Creates a new iterable which will iterate over the responses received from the listParamsForActionType operation.Iterable<PdbConversionHistoryEntrySummary>
listPdbConversionHistoryEntriesRecordIterator(ListPdbConversionHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePdbConversionHistoryEntrySummary
objects contained in responses from the listPdbConversionHistoryEntries operation.Iterable<ListPdbConversionHistoryEntriesResponse>
listPdbConversionHistoryEntriesResponseIterator(ListPdbConversionHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listPdbConversionHistoryEntries operation.Iterable<PluggableDatabaseSummary>
listPluggableDatabasesRecordIterator(ListPluggableDatabasesRequest request)
Creates a new iterable which will iterate over thePluggableDatabaseSummary
objects contained in responses from the listPluggableDatabases operation.Iterable<ListPluggableDatabasesResponse>
listPluggableDatabasesResponseIterator(ListPluggableDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listPluggableDatabases operation.Iterable<RecommendedScheduledActionSummary>
listRecommendedScheduledActionsRecordIterator(ListRecommendedScheduledActionsRequest request)
Creates a new iterable which will iterate over theRecommendedScheduledActionSummary
objects contained in responses from the listRecommendedScheduledActions operation.Iterable<ListRecommendedScheduledActionsResponse>
listRecommendedScheduledActionsResponseIterator(ListRecommendedScheduledActionsRequest request)
Creates a new iterable which will iterate over the responses received from the listRecommendedScheduledActions operation.Iterable<ScheduledActionSummary>
listScheduledActionsRecordIterator(ListScheduledActionsRequest request)
Creates a new iterable which will iterate over theScheduledActionSummary
objects contained in responses from the listScheduledActions operation.Iterable<ListScheduledActionsResponse>
listScheduledActionsResponseIterator(ListScheduledActionsRequest request)
Creates a new iterable which will iterate over the responses received from the listScheduledActions operation.Iterable<SchedulingPlanSummary>
listSchedulingPlansRecordIterator(ListSchedulingPlansRequest request)
Creates a new iterable which will iterate over theSchedulingPlanSummary
objects contained in responses from the listSchedulingPlans operation.Iterable<ListSchedulingPlansResponse>
listSchedulingPlansResponseIterator(ListSchedulingPlansRequest request)
Creates a new iterable which will iterate over the responses received from the listSchedulingPlans operation.Iterable<SchedulingPolicySummary>
listSchedulingPoliciesRecordIterator(ListSchedulingPoliciesRequest request)
Creates a new iterable which will iterate over theSchedulingPolicySummary
objects contained in responses from the listSchedulingPolicies operation.Iterable<ListSchedulingPoliciesResponse>
listSchedulingPoliciesResponseIterator(ListSchedulingPoliciesRequest request)
Creates a new iterable which will iterate over the responses received from the listSchedulingPolicies operation.Iterable<SchedulingWindowSummary>
listSchedulingWindowsRecordIterator(ListSchedulingWindowsRequest request)
Creates a new iterable which will iterate over theSchedulingWindowSummary
objects contained in responses from the listSchedulingWindows operation.Iterable<ListSchedulingWindowsResponse>
listSchedulingWindowsResponseIterator(ListSchedulingWindowsRequest request)
Creates a new iterable which will iterate over the responses received from the listSchedulingWindows operation.Iterable<SystemVersionSummary>
listSystemVersionsRecordIterator(ListSystemVersionsRequest request)
Creates a new iterable which will iterate over theSystemVersionSummary
objects contained in responses from the listSystemVersions operation.Iterable<ListSystemVersionsResponse>
listSystemVersionsResponseIterator(ListSystemVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listSystemVersions operation.Iterable<VmClusterNetworkSummary>
listVmClusterNetworksRecordIterator(ListVmClusterNetworksRequest request)
Creates a new iterable which will iterate over theVmClusterNetworkSummary
objects contained in responses from the listVmClusterNetworks operation.Iterable<ListVmClusterNetworksResponse>
listVmClusterNetworksResponseIterator(ListVmClusterNetworksRequest request)
Creates a new iterable which will iterate over the responses received from the listVmClusterNetworks operation.Iterable<PatchSummary>
listVmClusterPatchesRecordIterator(ListVmClusterPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listVmClusterPatches operation.Iterable<ListVmClusterPatchesResponse>
listVmClusterPatchesResponseIterator(ListVmClusterPatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listVmClusterPatches operation.Iterable<PatchHistoryEntrySummary>
listVmClusterPatchHistoryEntriesRecordIterator(ListVmClusterPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses from the listVmClusterPatchHistoryEntries operation.Iterable<ListVmClusterPatchHistoryEntriesResponse>
listVmClusterPatchHistoryEntriesResponseIterator(ListVmClusterPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listVmClusterPatchHistoryEntries operation.Iterable<VmClusterSummary>
listVmClustersRecordIterator(ListVmClustersRequest request)
Creates a new iterable which will iterate over theVmClusterSummary
objects contained in responses from the listVmClusters operation.Iterable<ListVmClustersResponse>
listVmClustersResponseIterator(ListVmClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listVmClusters operation.Iterable<VmClusterUpdateHistoryEntrySummary>
listVmClusterUpdateHistoryEntriesRecordIterator(ListVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theVmClusterUpdateHistoryEntrySummary
objects contained in responses from the listVmClusterUpdateHistoryEntries operation.Iterable<ListVmClusterUpdateHistoryEntriesResponse>
listVmClusterUpdateHistoryEntriesResponseIterator(ListVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listVmClusterUpdateHistoryEntries operation.Iterable<VmClusterUpdateSummary>
listVmClusterUpdatesRecordIterator(ListVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over theVmClusterUpdateSummary
objects contained in responses from the listVmClusterUpdates operation.Iterable<ListVmClusterUpdatesResponse>
listVmClusterUpdatesResponseIterator(ListVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over the responses received from the listVmClusterUpdates operation.
-
-
-
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 theApplicationVipSummary
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 theApplicationVipSummary
objects contained in responses received from the service.
-
listAutonomousContainerDatabaseDataguardAssociationsResponseIterator
public Iterable<ListAutonomousContainerDatabaseDataguardAssociationsResponse> listAutonomousContainerDatabaseDataguardAssociationsResponseIterator(ListAutonomousContainerDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousContainerDatabaseDataguardAssociations operation.This iterable will fetch more data from the server 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.
-
listAutonomousContainerDatabaseDataguardAssociationsRecordIterator
public Iterable<AutonomousContainerDatabaseDataguardAssociation> listAutonomousContainerDatabaseDataguardAssociationsRecordIterator(ListAutonomousContainerDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseDataguardAssociation
objects contained in responses from the listAutonomousContainerDatabaseDataguardAssociations operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theAutonomousContainerDatabaseDataguardAssociation
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.
-
listAutonomousContainerDatabaseVersionsRecordIterator
public Iterable<AutonomousContainerDatabaseVersionSummary> listAutonomousContainerDatabaseVersionsRecordIterator(ListAutonomousContainerDatabaseVersionsRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseVersionSummary
objects contained in responses 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 theAutonomousContainerDatabaseVersionSummary
objects contained in 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.
-
listAutonomousContainerDatabasesRecordIterator
public Iterable<AutonomousContainerDatabaseSummary> listAutonomousContainerDatabasesRecordIterator(ListAutonomousContainerDatabasesRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseSummary
objects contained in responses 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 theAutonomousContainerDatabaseSummary
objects contained in 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.
-
listAutonomousDatabaseBackupsRecordIterator
public Iterable<AutonomousDatabaseBackupSummary> listAutonomousDatabaseBackupsRecordIterator(ListAutonomousDatabaseBackupsRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseBackupSummary
objects contained in responses 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 theAutonomousDatabaseBackupSummary
objects contained in 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.
-
listAutonomousDatabaseClonesRecordIterator
public Iterable<AutonomousDatabaseSummary> listAutonomousDatabaseClonesRecordIterator(ListAutonomousDatabaseClonesRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseSummary
objects contained in responses 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 theAutonomousDatabaseSummary
objects contained in 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.
-
listAutonomousDatabaseDataguardAssociationsRecordIterator
public Iterable<AutonomousDatabaseDataguardAssociation> listAutonomousDatabaseDataguardAssociationsRecordIterator(ListAutonomousDatabaseDataguardAssociationsRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseDataguardAssociation
objects contained in responses 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 theAutonomousDatabaseDataguardAssociation
objects contained in 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.
-
listAutonomousDatabasePeersRecordIterator
public Iterable<AutonomousDatabasePeerSummary> listAutonomousDatabasePeersRecordIterator(ListAutonomousDatabasePeersRequest request)
Creates a new iterable which will iterate over theAutonomousDatabasePeerSummary
objects contained in responses 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 theAutonomousDatabasePeerSummary
objects contained in 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 theRefreshableCloneSummary
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 theRefreshableCloneSummary
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.
-
listAutonomousDatabaseSoftwareImagesRecordIterator
public Iterable<AutonomousDatabaseSoftwareImageSummary> listAutonomousDatabaseSoftwareImagesRecordIterator(ListAutonomousDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseSoftwareImageSummary
objects contained in responses 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 theAutonomousDatabaseSoftwareImageSummary
objects contained in 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.
-
listAutonomousDatabasesRecordIterator
public Iterable<AutonomousDatabaseSummary> listAutonomousDatabasesRecordIterator(ListAutonomousDatabasesRequest request)
Creates a new iterable which will iterate over theAutonomousDatabaseSummary
objects contained in responses 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 theAutonomousDatabaseSummary
objects contained in 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.
-
listAutonomousDbPreviewVersionsRecordIterator
public Iterable<AutonomousDbPreviewVersionSummary> listAutonomousDbPreviewVersionsRecordIterator(ListAutonomousDbPreviewVersionsRequest request)
Creates a new iterable which will iterate over theAutonomousDbPreviewVersionSummary
objects contained in responses 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 theAutonomousDbPreviewVersionSummary
objects contained in 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.
-
listAutonomousDbVersionsRecordIterator
public Iterable<AutonomousDbVersionSummary> listAutonomousDbVersionsRecordIterator(ListAutonomousDbVersionsRequest request)
Creates a new iterable which will iterate over theAutonomousDbVersionSummary
objects contained in responses 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 theAutonomousDbVersionSummary
objects contained in 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.
-
listAutonomousExadataInfrastructureShapesRecordIterator
public Iterable<AutonomousExadataInfrastructureShapeSummary> listAutonomousExadataInfrastructureShapesRecordIterator(ListAutonomousExadataInfrastructureShapesRequest request)
Creates a new iterable which will iterate over theAutonomousExadataInfrastructureShapeSummary
objects contained in responses 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 theAutonomousExadataInfrastructureShapeSummary
objects contained in 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.
-
listAutonomousExadataInfrastructuresRecordIterator
public Iterable<AutonomousExadataInfrastructureSummary> listAutonomousExadataInfrastructuresRecordIterator(ListAutonomousExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over theAutonomousExadataInfrastructureSummary
objects contained in responses 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 theAutonomousExadataInfrastructureSummary
objects contained in 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.
-
listAutonomousVirtualMachinesRecordIterator
public Iterable<AutonomousVirtualMachineSummary> listAutonomousVirtualMachinesRecordIterator(ListAutonomousVirtualMachinesRequest request)
Creates a new iterable which will iterate over theAutonomousVirtualMachineSummary
objects contained in responses 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 theAutonomousVirtualMachineSummary
objects contained in 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.
-
listAutonomousVmClusterAcdResourceUsageRecordIterator
public Iterable<AutonomousContainerDatabaseResourceUsage> listAutonomousVmClusterAcdResourceUsageRecordIterator(ListAutonomousVmClusterAcdResourceUsageRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseResourceUsage
objects contained in responses 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 theAutonomousContainerDatabaseResourceUsage
objects contained in 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.
-
listAutonomousVmClustersRecordIterator
public Iterable<AutonomousVmClusterSummary> listAutonomousVmClustersRecordIterator(ListAutonomousVmClustersRequest request)
Creates a new iterable which will iterate over theAutonomousVmClusterSummary
objects contained in responses 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 theAutonomousVmClusterSummary
objects contained in 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 theBackupDestinationSummary
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 theBackupDestinationSummary
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 theBackupSummary
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 theBackupSummary
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.
-
listCloudAutonomousVmClusterAcdResourceUsageRecordIterator
public Iterable<AutonomousContainerDatabaseResourceUsage> listCloudAutonomousVmClusterAcdResourceUsageRecordIterator(ListCloudAutonomousVmClusterAcdResourceUsageRequest request)
Creates a new iterable which will iterate over theAutonomousContainerDatabaseResourceUsage
objects contained in responses 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 theAutonomousContainerDatabaseResourceUsage
objects contained in 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.
-
listCloudAutonomousVmClustersRecordIterator
public Iterable<CloudAutonomousVmClusterSummary> listCloudAutonomousVmClustersRecordIterator(ListCloudAutonomousVmClustersRequest request)
Creates a new iterable which will iterate over theCloudAutonomousVmClusterSummary
objects contained in responses 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 theCloudAutonomousVmClusterSummary
objects contained in 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.
-
listCloudExadataInfrastructuresRecordIterator
public Iterable<CloudExadataInfrastructureSummary> listCloudExadataInfrastructuresRecordIterator(ListCloudExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over theCloudExadataInfrastructureSummary
objects contained in responses 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 theCloudExadataInfrastructureSummary
objects contained in 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.
-
listCloudVmClusterUpdateHistoryEntriesRecordIterator
public Iterable<UpdateHistoryEntrySummary> listCloudVmClusterUpdateHistoryEntriesRecordIterator(ListCloudVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theUpdateHistoryEntrySummary
objects contained in responses 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 theUpdateHistoryEntrySummary
objects contained in 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 theUpdateSummary
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 theUpdateSummary
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 theCloudVmClusterSummary
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 theCloudVmClusterSummary
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 theConsoleHistorySummary
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 theConsoleHistorySummary
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 theAutonomousPatchSummary
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 theAutonomousPatchSummary
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.
-
listDataGuardAssociationsRecordIterator
public Iterable<DataGuardAssociationSummary> listDataGuardAssociationsRecordIterator(ListDataGuardAssociationsRequest request)
Creates a new iterable which will iterate over theDataGuardAssociationSummary
objects contained in responses 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 theDataGuardAssociationSummary
objects contained in 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.
-
listDatabaseSoftwareImagesRecordIterator
public Iterable<DatabaseSoftwareImageSummary> listDatabaseSoftwareImagesRecordIterator(ListDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over theDatabaseSoftwareImageSummary
objects contained in responses 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 theDatabaseSoftwareImageSummary
objects contained in 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.
-
listDatabaseUpgradeHistoryEntriesRecordIterator
public Iterable<DatabaseUpgradeHistoryEntrySummary> listDatabaseUpgradeHistoryEntriesRecordIterator(ListDatabaseUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over theDatabaseUpgradeHistoryEntrySummary
objects contained in responses 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 theDatabaseUpgradeHistoryEntrySummary
objects contained in 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 theDatabaseSummary
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 theDatabaseSummary
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.
-
listDbHomePatchHistoryEntriesRecordIterator
public Iterable<PatchHistoryEntrySummary> listDbHomePatchHistoryEntriesRecordIterator(ListDbHomePatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses 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 thePatchHistoryEntrySummary
objects contained in 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 thePatchSummary
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 thePatchSummary
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 theDbHomeSummary
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 theDbHomeSummary
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 theDbNodeSummary
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 theDbNodeSummary
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 theDbServerSummary
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 theDbServerSummary
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.
-
listDbSystemPatchHistoryEntriesRecordIterator
public Iterable<PatchHistoryEntrySummary> listDbSystemPatchHistoryEntriesRecordIterator(ListDbSystemPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses 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 thePatchHistoryEntrySummary
objects contained in 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 thePatchSummary
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 thePatchSummary
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 theDbSystemShapeSummary
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 theDbSystemShapeSummary
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.
-
listDbSystemUpgradeHistoryEntriesRecordIterator
public Iterable<DbSystemUpgradeHistoryEntrySummary> listDbSystemUpgradeHistoryEntriesRecordIterator(ListDbSystemUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over theDbSystemUpgradeHistoryEntrySummary
objects contained in responses 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 theDbSystemUpgradeHistoryEntrySummary
objects contained in 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 theDbSystemSummary
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 theDbSystemSummary
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 theDbVersionSummary
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 theDbVersionSummary
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.
-
listExadataInfrastructuresRecordIterator
public Iterable<ExadataInfrastructureSummary> listExadataInfrastructuresRecordIterator(ListExadataInfrastructuresRequest request)
Creates a new iterable which will iterate over theExadataInfrastructureSummary
objects contained in responses 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 theExadataInfrastructureSummary
objects contained in 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.
-
listExadbVmClusterUpdateHistoryEntriesRecordIterator
public Iterable<ExadbVmClusterUpdateHistoryEntrySummary> listExadbVmClusterUpdateHistoryEntriesRecordIterator(ListExadbVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theExadbVmClusterUpdateHistoryEntrySummary
objects contained in responses 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 theExadbVmClusterUpdateHistoryEntrySummary
objects contained in 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.
-
listExadbVmClusterUpdatesRecordIterator
public Iterable<ExadbVmClusterUpdateSummary> listExadbVmClusterUpdatesRecordIterator(ListExadbVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over theExadbVmClusterUpdateSummary
objects contained in responses 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 theExadbVmClusterUpdateSummary
objects contained in 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 theExadbVmClusterSummary
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 theExadbVmClusterSummary
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.
-
listExascaleDbStorageVaultsRecordIterator
public Iterable<ExascaleDbStorageVaultSummary> listExascaleDbStorageVaultsRecordIterator(ListExascaleDbStorageVaultsRequest request)
Creates a new iterable which will iterate over theExascaleDbStorageVaultSummary
objects contained in responses 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 theExascaleDbStorageVaultSummary
objects contained in 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 theExecutionActionSummary
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 theExecutionActionSummary
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 theExecutionWindowSummary
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 theExecutionWindowSummary
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.
-
listExternalContainerDatabasesRecordIterator
public Iterable<ExternalContainerDatabaseSummary> listExternalContainerDatabasesRecordIterator(ListExternalContainerDatabasesRequest request)
Creates a new iterable which will iterate over theExternalContainerDatabaseSummary
objects contained in responses 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 theExternalContainerDatabaseSummary
objects contained in 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.
-
listExternalDatabaseConnectorsRecordIterator
public Iterable<ExternalDatabaseConnectorSummary> listExternalDatabaseConnectorsRecordIterator(ListExternalDatabaseConnectorsRequest request)
Creates a new iterable which will iterate over theExternalDatabaseConnectorSummary
objects contained in responses 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 theExternalDatabaseConnectorSummary
objects contained in 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.
-
listExternalNonContainerDatabasesRecordIterator
public Iterable<ExternalNonContainerDatabaseSummary> listExternalNonContainerDatabasesRecordIterator(ListExternalNonContainerDatabasesRequest request)
Creates a new iterable which will iterate over theExternalNonContainerDatabaseSummary
objects contained in responses 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 theExternalNonContainerDatabaseSummary
objects contained in 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.
-
listExternalPluggableDatabasesRecordIterator
public Iterable<ExternalPluggableDatabaseSummary> listExternalPluggableDatabasesRecordIterator(ListExternalPluggableDatabasesRequest request)
Creates a new iterable which will iterate over theExternalPluggableDatabaseSummary
objects contained in responses 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 theExternalPluggableDatabaseSummary
objects contained in 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 theFlexComponentSummary
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 theFlexComponentSummary
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 theGiMinorVersionSummary
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 theGiMinorVersionSummary
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 theGiVersionSummary
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 theGiVersionSummary
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 theKeyStoreSummary
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 theKeyStoreSummary
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.
-
listMaintenanceRunHistoryRecordIterator
public Iterable<MaintenanceRunHistorySummary> listMaintenanceRunHistoryRecordIterator(ListMaintenanceRunHistoryRequest request)
Creates a new iterable which will iterate over theMaintenanceRunHistorySummary
objects contained in responses 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 theMaintenanceRunHistorySummary
objects contained in 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 theMaintenanceRunSummary
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 theMaintenanceRunSummary
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 theOneoffPatchSummary
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 theOneoffPatchSummary
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 theActionParamValuesSummary
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 theActionParamValuesSummary
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.
-
listPdbConversionHistoryEntriesRecordIterator
public Iterable<PdbConversionHistoryEntrySummary> listPdbConversionHistoryEntriesRecordIterator(ListPdbConversionHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePdbConversionHistoryEntrySummary
objects contained in responses 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 thePdbConversionHistoryEntrySummary
objects contained in 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 thePluggableDatabaseSummary
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 thePluggableDatabaseSummary
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.
-
listRecommendedScheduledActionsRecordIterator
public Iterable<RecommendedScheduledActionSummary> listRecommendedScheduledActionsRecordIterator(ListRecommendedScheduledActionsRequest request)
Creates a new iterable which will iterate over theRecommendedScheduledActionSummary
objects contained in responses 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 theRecommendedScheduledActionSummary
objects contained in 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 theScheduledActionSummary
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 theScheduledActionSummary
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 theSchedulingPlanSummary
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 theSchedulingPlanSummary
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 theSchedulingPolicySummary
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 theSchedulingPolicySummary
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 theSchedulingWindowSummary
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 theSchedulingWindowSummary
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 theSystemVersionSummary
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 theSystemVersionSummary
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 theVmClusterNetworkSummary
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 theVmClusterNetworkSummary
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.
-
listVmClusterPatchHistoryEntriesRecordIterator
public Iterable<PatchHistoryEntrySummary> listVmClusterPatchHistoryEntriesRecordIterator(ListVmClusterPatchHistoryEntriesRequest request)
Creates a new iterable which will iterate over thePatchHistoryEntrySummary
objects contained in responses 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 thePatchHistoryEntrySummary
objects contained in 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 thePatchSummary
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 thePatchSummary
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.
-
listVmClusterUpdateHistoryEntriesRecordIterator
public Iterable<VmClusterUpdateHistoryEntrySummary> listVmClusterUpdateHistoryEntriesRecordIterator(ListVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theVmClusterUpdateHistoryEntrySummary
objects contained in responses 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 theVmClusterUpdateHistoryEntrySummary
objects contained in 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 theVmClusterUpdateSummary
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 theVmClusterUpdateSummary
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 theVmClusterSummary
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 theVmClusterSummary
objects contained in responses received from the service.
-
-