@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class DatabaseClient extends Object implements Database
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
static Service |
SERVICE
Service instance for Database.
|
Constructor and Description |
---|
DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration.
|
DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration.
|
DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration.
|
DatabaseClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
|
DatabaseClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
|
DatabaseClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseClient.Builder |
builder()
Create a builder for this client.
|
void |
close() |
CompleteExternalBackupJobResponse |
completeExternalBackupJob(CompleteExternalBackupJobRequest request)
Changes the status of the standalone backup resource to
ACTIVE after the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage. |
CreateAutonomousContainerDatabaseResponse |
createAutonomousContainerDatabase(CreateAutonomousContainerDatabaseRequest request)
Create a new Autonomous Container Database in the specified Autonomous Exadata Infrastructure.
|
CreateAutonomousDatabaseResponse |
createAutonomousDatabase(CreateAutonomousDatabaseRequest request)
Creates a new Autonomous Database.
|
CreateAutonomousDatabaseBackupResponse |
createAutonomousDatabaseBackup(CreateAutonomousDatabaseBackupRequest request)
Creates a new Autonomous Database backup for the specified database based on the provided request parameters.
|
CreateAutonomousDataWarehouseResponse |
createAutonomousDataWarehouse(CreateAutonomousDataWarehouseRequest request)
Deprecated. To create a new Autonomous Data Warehouse, use the
createAutonomousDatabase operation and specify DW as the workload type. |
CreateAutonomousDataWarehouseBackupResponse |
createAutonomousDataWarehouseBackup(CreateAutonomousDataWarehouseBackupRequest request)
Deprecated. To create a new Autonomous Data Warehouse backup for a specified database, use the
createAutonomousDatabaseBackup operation. |
CreateBackupResponse |
createBackup(CreateBackupRequest request)
Creates a new backup in the specified database based on the request parameters you provide.
|
CreateDataGuardAssociationResponse |
createDataGuardAssociation(CreateDataGuardAssociationRequest request)
Creates a new Data Guard association.
|
CreateDbHomeResponse |
createDbHome(CreateDbHomeRequest request)
Creates a new database home in the specified DB system based on the request parameters you provide.
|
CreateExternalBackupJobResponse |
createExternalBackupJob(CreateExternalBackupJobRequest request)
Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.
|
DbNodeActionResponse |
dbNodeAction(DbNodeActionRequest request)
Performs one of the following power actions on the specified DB node: - start - power on - stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on
|
DeleteAutonomousDatabaseResponse |
deleteAutonomousDatabase(DeleteAutonomousDatabaseRequest request)
Deletes the specified Autonomous Database.
|
DeleteAutonomousDataWarehouseResponse |
deleteAutonomousDataWarehouse(DeleteAutonomousDataWarehouseRequest request)
Deprecated. To delete an Autonomous Data Warehouse, use the
deleteAutonomousDatabase operation. |
DeleteBackupResponse |
deleteBackup(DeleteBackupRequest request)
Deletes a full backup.
|
DeleteDbHomeResponse |
deleteDbHome(DeleteDbHomeRequest request)
Deletes a DB Home.
|
FailoverDataGuardAssociationResponse |
failoverDataGuardAssociation(FailoverDataGuardAssociationRequest request)
Performs a failover to transition the standby database identified by the
databaseId parameter into the specified Data Guard association’s primary role after the existing primary database fails or becomes unreachable. |
GenerateAutonomousDatabaseWalletResponse |
generateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest request)
Creates and downloads a wallet for the specified Autonomous Database.
|
GenerateAutonomousDataWarehouseWalletResponse |
generateAutonomousDataWarehouseWallet(GenerateAutonomousDataWarehouseWalletRequest request)
Deprecated. To create and download a wallet for an Autonomous Data Warehouse, use the
generateAutonomousDatabaseWallet operation. |
GetAutonomousContainerDatabaseResponse |
getAutonomousContainerDatabase(GetAutonomousContainerDatabaseRequest request)
Gets information about the specified Autonomous Container Database.
|
GetAutonomousDatabaseResponse |
getAutonomousDatabase(GetAutonomousDatabaseRequest request)
Gets the details of the specified Autonomous Database.
|
GetAutonomousDatabaseBackupResponse |
getAutonomousDatabaseBackup(GetAutonomousDatabaseBackupRequest request)
Gets information about the specified Autonomous Database backup.
|
GetAutonomousDataWarehouseResponse |
getAutonomousDataWarehouse(GetAutonomousDataWarehouseRequest request)
Deprecated. To get the details of an Autonomous Data Warehouse, use the
getAutonomousDatabase operation. |
GetAutonomousDataWarehouseBackupResponse |
getAutonomousDataWarehouseBackup(GetAutonomousDataWarehouseBackupRequest request)
Deprecated. To get information about a specified Autonomous Data Warehouse backup, use the
getAutonomousDatabaseBackup operation. |
GetAutonomousExadataInfrastructureResponse |
getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request)
Gets information about the specified Autonomous Exadata Infrastructure.
|
GetBackupResponse |
getBackup(GetBackupRequest request)
Gets information about the specified backup.
|
GetDatabaseResponse |
getDatabase(GetDatabaseRequest request)
Gets information about a specific database.
|
GetDataGuardAssociationResponse |
getDataGuardAssociation(GetDataGuardAssociationRequest request)
Gets the specified Data Guard association’s configuration information.
|
GetDbHomeResponse |
getDbHome(GetDbHomeRequest request)
Gets information about the specified database home.
|
GetDbHomePatchResponse |
getDbHomePatch(GetDbHomePatchRequest request)
Gets information about a specified patch package.
|
GetDbHomePatchHistoryEntryResponse |
getDbHomePatchHistoryEntry(GetDbHomePatchHistoryEntryRequest request)
Gets the patch history details for the specified patchHistoryEntryId
|
GetDbNodeResponse |
getDbNode(GetDbNodeRequest request)
Gets information about the specified database node.
|
GetDbSystemResponse |
getDbSystem(GetDbSystemRequest request)
Gets information about the specified DB system.
|
GetDbSystemPatchResponse |
getDbSystemPatch(GetDbSystemPatchRequest request)
Gets information about a specified patch package.
|
GetDbSystemPatchHistoryEntryResponse |
getDbSystemPatchHistoryEntry(GetDbSystemPatchHistoryEntryRequest request)
Gets the patch history details for the specified patchHistoryEntryId.
|
GetExadataIormConfigResponse |
getExadataIormConfig(GetExadataIormConfigRequest request)
Gets
IORM Setting for the requested Exadata DB System. |
GetExternalBackupJobResponse |
getExternalBackupJob(GetExternalBackupJobRequest request)
Gets information about the specified external backup job.
|
GetMaintenanceRunResponse |
getMaintenanceRun(GetMaintenanceRunRequest request)
Gets information about the specified Maintenance Run.
|
DatabasePaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.
|
DatabaseWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
LaunchAutonomousExadataInfrastructureResponse |
launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request)
Launches a new Autonomous Exadata Infrastructure in the specified compartment and availability domain.
|
LaunchDbSystemResponse |
launchDbSystem(LaunchDbSystemRequest request)
Launches a new DB system in the specified compartment and availability domain.
|
ListAutonomousContainerDatabasesResponse |
listAutonomousContainerDatabases(ListAutonomousContainerDatabasesRequest request)
Gets a list of the Autonomous Container Databases in the specified compartment.
|
ListAutonomousDatabaseBackupsResponse |
listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request)
Gets a list of Autonomous Database backups based on either the
autonomousDatabaseId or compartmentId specified as a query parameter. |
ListAutonomousDatabasesResponse |
listAutonomousDatabases(ListAutonomousDatabasesRequest request)
Gets a list of Autonomous Databases.
|
ListAutonomousDataWarehouseBackupsResponse |
listAutonomousDataWarehouseBackups(ListAutonomousDataWarehouseBackupsRequest request)
Deprecated. To get a list of Autonomous Data Warehouse backups, use the
listAutonomousDatabaseBackups operation. |
ListAutonomousDataWarehousesResponse |
listAutonomousDataWarehouses(ListAutonomousDataWarehousesRequest request)
Deprecated. To get a list of Autonomous Data Warehouses, use the
listAutonomousDatabases operation and specify DW as the workload type. |
ListAutonomousExadataInfrastructuresResponse |
listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request)
Gets a list of the Autonomous Exadata Infrastructures in the specified compartment.
|
ListAutonomousExadataInfrastructureShapesResponse |
listAutonomousExadataInfrastructureShapes(ListAutonomousExadataInfrastructureShapesRequest request)
Gets a list of the shapes that can be used to launch a new Autonomous Exadata Infrastructure DB system.
|
ListBackupsResponse |
listBackups(ListBackupsRequest request)
Gets a list of backups based on the databaseId or compartmentId specified.
|
ListDatabasesResponse |
listDatabases(ListDatabasesRequest request)
Gets a list of the databases in the specified database home.
|
ListDataGuardAssociationsResponse |
listDataGuardAssociations(ListDataGuardAssociationsRequest request)
Lists all Data Guard associations for the specified database.
|
ListDbHomePatchesResponse |
listDbHomePatches(ListDbHomePatchesRequest request)
Lists patches applicable to the requested database home.
|
ListDbHomePatchHistoryEntriesResponse |
listDbHomePatchHistoryEntries(ListDbHomePatchHistoryEntriesRequest request)
Gets history of the actions taken for patches for the specified database home.
|
ListDbHomesResponse |
listDbHomes(ListDbHomesRequest request)
Gets a list of database homes in the specified DB system and compartment.
|
ListDbNodesResponse |
listDbNodes(ListDbNodesRequest request)
Gets a list of database nodes in the specified DB system and compartment.
|
ListDbSystemPatchesResponse |
listDbSystemPatches(ListDbSystemPatchesRequest request)
Lists the patches applicable to the requested DB system.
|
ListDbSystemPatchHistoryEntriesResponse |
listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request)
Gets the history of the patch actions performed on the specified DB system.
|
ListDbSystemsResponse |
listDbSystems(ListDbSystemsRequest request)
Gets a list of the DB systems in the specified compartment.
|
ListDbSystemShapesResponse |
listDbSystemShapes(ListDbSystemShapesRequest request)
Gets a list of the shapes that can be used to launch a new DB system.
|
ListDbVersionsResponse |
listDbVersions(ListDbVersionsRequest request)
Gets a list of supported Oracle Database versions.
|
ListMaintenanceRunsResponse |
listMaintenanceRuns(ListMaintenanceRunsRequest request)
Gets a list of the Maintenance Runs in the specified compartment.
|
ReinstateDataGuardAssociationResponse |
reinstateDataGuardAssociation(ReinstateDataGuardAssociationRequest request)
Reinstates the database identified by the
databaseId parameter into the standby role in a Data Guard association. |
RestartAutonomousContainerDatabaseResponse |
restartAutonomousContainerDatabase(RestartAutonomousContainerDatabaseRequest request)
Rolling restarts the specified Autonomous Container Database.
|
RestoreAutonomousDatabaseResponse |
restoreAutonomousDatabase(RestoreAutonomousDatabaseRequest request)
Restores an Autonomous Database based on the provided request parameters.
|
RestoreAutonomousDataWarehouseResponse |
restoreAutonomousDataWarehouse(RestoreAutonomousDataWarehouseRequest request)
Deprecated. To restore an Autonomous Data Warehouse, use the
restoreAutonomousDatabase operation. |
RestoreDatabaseResponse |
restoreDatabase(RestoreDatabaseRequest request)
Restore a Database based on the request parameters you provide.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
StartAutonomousDatabaseResponse |
startAutonomousDatabase(StartAutonomousDatabaseRequest request)
Starts the specified Autonomous Database.
|
StartAutonomousDataWarehouseResponse |
startAutonomousDataWarehouse(StartAutonomousDataWarehouseRequest request)
Deprecated. To start an Autonomous Data Warehouse, use the
startAutonomousDatabase operation. |
StopAutonomousDatabaseResponse |
stopAutonomousDatabase(StopAutonomousDatabaseRequest request)
Stops the specified Autonomous Database.
|
StopAutonomousDataWarehouseResponse |
stopAutonomousDataWarehouse(StopAutonomousDataWarehouseRequest request)
Deprecated. To stop an Autonomous Data Warehouse, use the
stopAutonomousDatabase operation. |
SwitchoverDataGuardAssociationResponse |
switchoverDataGuardAssociation(SwitchoverDataGuardAssociationRequest request)
Performs a switchover to transition the primary database of a Data Guard association into a standby role.
|
TerminateAutonomousContainerDatabaseResponse |
terminateAutonomousContainerDatabase(TerminateAutonomousContainerDatabaseRequest request)
Terminates an Autonomous Container Database, which permanently deletes the container database and any databases within the container database.
|
TerminateAutonomousExadataInfrastructureResponse |
terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request)
Terminates an Autonomous Exadata Infrastructure, which permanently deletes the Exadata Infrastructure and any container databases and databases contained in the Exadata Infrastructure.
|
TerminateDbSystemResponse |
terminateDbSystem(TerminateDbSystemRequest request)
Terminates a DB system and permanently deletes it and any databases running on it, and any storage volumes attached to it.
|
UpdateAutonomousContainerDatabaseResponse |
updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request)
Updates the properties of an Autonomous Container Database, such as the CPU core count and storage size.
|
UpdateAutonomousDatabaseResponse |
updateAutonomousDatabase(UpdateAutonomousDatabaseRequest request)
Updates the specified Autonomous Database with a new CPU core count and size.
|
UpdateAutonomousDataWarehouseResponse |
updateAutonomousDataWarehouse(UpdateAutonomousDataWarehouseRequest request)
Deprecated. To update the CPU core count and storage size of an Autonomous Data Warehouse, use the
updateAutonomousDatabase operation. |
UpdateAutonomousExadataInfrastructureResponse |
updateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request)
Updates the properties of an Autonomous Exadata Infrastructure, such as the CPU core count.
|
UpdateDatabaseResponse |
updateDatabase(UpdateDatabaseRequest request)
Update a Database based on the request parameters you provide.
|
UpdateDbHomeResponse |
updateDbHome(UpdateDbHomeRequest request)
Patches the specified dbHome.
|
UpdateDbSystemResponse |
updateDbSystem(UpdateDbSystemRequest request)
Updates the properties of a DB system, such as the CPU core count.
|
UpdateExadataIormConfigResponse |
updateExadataIormConfig(UpdateExadataIormConfigRequest request)
Update
IORM Settings for the requested Exadata DB System. |
UpdateMaintenanceRunResponse |
updateMaintenanceRun(UpdateMaintenanceRunRequest request)
Updates the properties of a Maintenance Run, such as the state of a Maintenance Run.
|
public static final Service SERVICE
Service instance for Database.
public DatabaseClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
authenticationDetailsProvider
- The authentication details provider, required.public DatabaseClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.public DatabaseClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.public DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.public DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.public DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public DatabaseClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorpublic static DatabaseClient.Builder builder()
Create a builder for this client.
public void setEndpoint(String endpoint)
Database
Sets the endpoint to call (ex, https://www.example.com).
setEndpoint
in interface Database
endpoint
- The endpoint of the service.public void setRegion(Region region)
Database
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
public void setRegion(String regionId)
Database
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call setRegion
.
If no known Region could be determined, it will create an endpoint based on the default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
public void close()
close
in interface AutoCloseable
public CompleteExternalBackupJobResponse completeExternalBackupJob(CompleteExternalBackupJobRequest request)
Database
Changes the status of the standalone backup resource to ACTIVE
after the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage.
Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud for more information.
completeExternalBackupJob
in interface Database
request
- The request object containing the details to sendpublic CreateAutonomousContainerDatabaseResponse createAutonomousContainerDatabase(CreateAutonomousContainerDatabaseRequest request)
Database
Create a new Autonomous Container Database in the specified Autonomous Exadata Infrastructure.
createAutonomousContainerDatabase
in interface Database
request
- The request object containing the details to sendpublic CreateAutonomousDataWarehouseResponse createAutonomousDataWarehouse(CreateAutonomousDataWarehouseRequest request)
Database
Deprecated. To create a new Autonomous Data Warehouse, use the createAutonomousDatabase
operation and specify DW
as the workload type.
createAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic CreateAutonomousDataWarehouseBackupResponse createAutonomousDataWarehouseBackup(CreateAutonomousDataWarehouseBackupRequest request)
Database
Deprecated. To create a new Autonomous Data Warehouse backup for a specified database, use the createAutonomousDatabaseBackup
operation.
createAutonomousDataWarehouseBackup
in interface Database
request
- The request object containing the details to sendpublic CreateAutonomousDatabaseResponse createAutonomousDatabase(CreateAutonomousDatabaseRequest request)
Database
Creates a new Autonomous Database.
createAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic CreateAutonomousDatabaseBackupResponse createAutonomousDatabaseBackup(CreateAutonomousDatabaseBackupRequest request)
Database
Creates a new Autonomous Database backup for the specified database based on the provided request parameters.
createAutonomousDatabaseBackup
in interface Database
request
- The request object containing the details to sendpublic CreateBackupResponse createBackup(CreateBackupRequest request)
Database
Creates a new backup in the specified database based on the request parameters you provide. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
createBackup
in interface Database
request
- The request object containing the details to sendpublic CreateDataGuardAssociationResponse createDataGuardAssociation(CreateDataGuardAssociationRequest request)
Database
Creates a new Data Guard association. A Data Guard association represents the replication relationship between the specified database and a peer database. For more information, see Using Oracle Data Guard.
All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource’s OCID by using a List API operation on that resource type, or by viewing the resource in the Console. For more information, see Resource Identifiers.
createDataGuardAssociation
in interface Database
request
- The request object containing the details to sendpublic CreateDbHomeResponse createDbHome(CreateDbHomeRequest request)
Database
Creates a new database home in the specified DB system based on the request parameters you provide.
createDbHome
in interface Database
request
- The request object containing the details to sendpublic CreateExternalBackupJobResponse createExternalBackupJob(CreateExternalBackupJobRequest request)
Database
Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.
Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud for more information.
createExternalBackupJob
in interface Database
request
- The request object containing the details to sendpublic DbNodeActionResponse dbNodeAction(DbNodeActionRequest request)
Database
Performs one of the following power actions on the specified DB node: - start - power on - stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on
Note:** Stopping a node affects billing differently, depending on the type of DB system: Bare metal and Exadata DB systems - The stop state has no effect on the resources you consume. Billing continues for DB nodes that you stop, and related resources continue to apply against any relevant quotas. You must terminate the DB system (terminateDbSystem
) to remove its resources from billing and quotas. Virtual machine DB systems - Stopping a node stops billing for all OCPUs associated with that node, and billing resumes when you restart the node.
dbNodeAction
in interface Database
request
- The request object containing the details to sendpublic DeleteAutonomousDataWarehouseResponse deleteAutonomousDataWarehouse(DeleteAutonomousDataWarehouseRequest request)
Database
Deprecated. To delete an Autonomous Data Warehouse, use the deleteAutonomousDatabase
operation.
deleteAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic DeleteAutonomousDatabaseResponse deleteAutonomousDatabase(DeleteAutonomousDatabaseRequest request)
Database
Deletes the specified Autonomous Database.
deleteAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic DeleteBackupResponse deleteBackup(DeleteBackupRequest request)
Database
Deletes a full backup. You cannot delete automatic backups using this API.
deleteBackup
in interface Database
request
- The request object containing the details to sendpublic DeleteDbHomeResponse deleteDbHome(DeleteDbHomeRequest request)
Database
Deletes a DB Home. The DB Home and its database data are local to the DB system and will be lost when it is deleted. Oracle recommends that you back up any data in the DB system prior to deleting it.
deleteDbHome
in interface Database
request
- The request object containing the details to sendpublic FailoverDataGuardAssociationResponse failoverDataGuardAssociation(FailoverDataGuardAssociationRequest request)
Database
Performs a failover to transition the standby database identified by the databaseId
parameter into the specified Data Guard association’s primary role after the existing primary database fails or becomes unreachable.
A failover might result in data loss depending on the protection mode in effect at the time of the primary database failure.
failoverDataGuardAssociation
in interface Database
request
- The request object containing the details to sendpublic GenerateAutonomousDataWarehouseWalletResponse generateAutonomousDataWarehouseWallet(GenerateAutonomousDataWarehouseWalletRequest request)
Database
Deprecated. To create and download a wallet for an Autonomous Data Warehouse, use the generateAutonomousDatabaseWallet
operation.
generateAutonomousDataWarehouseWallet
in interface Database
request
- The request object containing the details to sendpublic GenerateAutonomousDatabaseWalletResponse generateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest request)
Database
Creates and downloads a wallet for the specified Autonomous Database.
generateAutonomousDatabaseWallet
in interface Database
request
- The request object containing the details to sendpublic GetAutonomousContainerDatabaseResponse getAutonomousContainerDatabase(GetAutonomousContainerDatabaseRequest request)
Database
Gets information about the specified Autonomous Container Database.
getAutonomousContainerDatabase
in interface Database
request
- The request object containing the details to sendpublic GetAutonomousDataWarehouseResponse getAutonomousDataWarehouse(GetAutonomousDataWarehouseRequest request)
Database
Deprecated. To get the details of an Autonomous Data Warehouse, use the getAutonomousDatabase
operation.
getAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic GetAutonomousDataWarehouseBackupResponse getAutonomousDataWarehouseBackup(GetAutonomousDataWarehouseBackupRequest request)
Database
Deprecated. To get information about a specified Autonomous Data Warehouse backup, use the getAutonomousDatabaseBackup
operation.
getAutonomousDataWarehouseBackup
in interface Database
request
- The request object containing the details to sendpublic GetAutonomousDatabaseResponse getAutonomousDatabase(GetAutonomousDatabaseRequest request)
Database
Gets the details of the specified Autonomous Database.
getAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic GetAutonomousDatabaseBackupResponse getAutonomousDatabaseBackup(GetAutonomousDatabaseBackupRequest request)
Database
Gets information about the specified Autonomous Database backup.
getAutonomousDatabaseBackup
in interface Database
request
- The request object containing the details to sendpublic GetAutonomousExadataInfrastructureResponse getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request)
Database
Gets information about the specified Autonomous Exadata Infrastructure.
getAutonomousExadataInfrastructure
in interface Database
request
- The request object containing the details to sendpublic GetBackupResponse getBackup(GetBackupRequest request)
Database
Gets information about the specified backup.
public GetDataGuardAssociationResponse getDataGuardAssociation(GetDataGuardAssociationRequest request)
Database
Gets the specified Data Guard association’s configuration information.
getDataGuardAssociation
in interface Database
request
- The request object containing the details to sendpublic GetDatabaseResponse getDatabase(GetDatabaseRequest request)
Database
Gets information about a specific database.
getDatabase
in interface Database
request
- The request object containing the details to sendpublic GetDbHomeResponse getDbHome(GetDbHomeRequest request)
Database
Gets information about the specified database home.
public GetDbHomePatchResponse getDbHomePatch(GetDbHomePatchRequest request)
Database
Gets information about a specified patch package.
getDbHomePatch
in interface Database
request
- The request object containing the details to sendpublic GetDbHomePatchHistoryEntryResponse getDbHomePatchHistoryEntry(GetDbHomePatchHistoryEntryRequest request)
Database
Gets the patch history details for the specified patchHistoryEntryId
getDbHomePatchHistoryEntry
in interface Database
request
- The request object containing the details to sendpublic GetDbNodeResponse getDbNode(GetDbNodeRequest request)
Database
Gets information about the specified database node.
public GetDbSystemResponse getDbSystem(GetDbSystemRequest request)
Database
Gets information about the specified DB system.
getDbSystem
in interface Database
request
- The request object containing the details to sendpublic GetDbSystemPatchResponse getDbSystemPatch(GetDbSystemPatchRequest request)
Database
Gets information about a specified patch package.
getDbSystemPatch
in interface Database
request
- The request object containing the details to sendpublic GetDbSystemPatchHistoryEntryResponse getDbSystemPatchHistoryEntry(GetDbSystemPatchHistoryEntryRequest request)
Database
Gets the patch history details for the specified patchHistoryEntryId.
getDbSystemPatchHistoryEntry
in interface Database
request
- The request object containing the details to sendpublic GetExadataIormConfigResponse getExadataIormConfig(GetExadataIormConfigRequest request)
Database
Gets IORM
Setting for the requested Exadata DB System. The default IORM Settings is pre-created in all the Exadata DB System.
getExadataIormConfig
in interface Database
request
- The request object containing the details to sendpublic GetExternalBackupJobResponse getExternalBackupJob(GetExternalBackupJobRequest request)
Database
Gets information about the specified external backup job.
Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud for more information.
getExternalBackupJob
in interface Database
request
- The request object containing the details to sendpublic GetMaintenanceRunResponse getMaintenanceRun(GetMaintenanceRunRequest request)
Database
Gets information about the specified Maintenance Run.
getMaintenanceRun
in interface Database
request
- The request object containing the details to sendpublic LaunchAutonomousExadataInfrastructureResponse launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request)
Database
Launches a new Autonomous Exadata Infrastructure in the specified compartment and availability domain.
launchAutonomousExadataInfrastructure
in interface Database
request
- The request object containing the details to sendpublic LaunchDbSystemResponse launchDbSystem(LaunchDbSystemRequest request)
Database
Launches a new DB system in the specified compartment and availability domain. The Oracle Database edition that you specify applies to all the databases on that DB system. The selected edition cannot be changed.
An initial database is created on the DB system based on the request parameters you provide and some default options. For more information, see Default Options for the Initial Database.
launchDbSystem
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousContainerDatabasesResponse listAutonomousContainerDatabases(ListAutonomousContainerDatabasesRequest request)
Database
Gets a list of the Autonomous Container Databases in the specified compartment.
listAutonomousContainerDatabases
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousDataWarehouseBackupsResponse listAutonomousDataWarehouseBackups(ListAutonomousDataWarehouseBackupsRequest request)
Database
Deprecated. To get a list of Autonomous Data Warehouse backups, use the listAutonomousDatabaseBackups
operation.
listAutonomousDataWarehouseBackups
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousDataWarehousesResponse listAutonomousDataWarehouses(ListAutonomousDataWarehousesRequest request)
Database
Deprecated. To get a list of Autonomous Data Warehouses, use the listAutonomousDatabases
operation and specify DW
as the workload type.
listAutonomousDataWarehouses
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousDatabaseBackupsResponse listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request)
Database
Gets a list of Autonomous Database backups based on either the autonomousDatabaseId
or compartmentId
specified as a query parameter.
listAutonomousDatabaseBackups
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousDatabasesResponse listAutonomousDatabases(ListAutonomousDatabasesRequest request)
Database
Gets a list of Autonomous Databases.
listAutonomousDatabases
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousExadataInfrastructureShapesResponse listAutonomousExadataInfrastructureShapes(ListAutonomousExadataInfrastructureShapesRequest request)
Database
Gets a list of the shapes that can be used to launch a new Autonomous Exadata Infrastructure DB system. The shape determines resources to allocate to the DB system (CPU cores, memory and storage).
listAutonomousExadataInfrastructureShapes
in interface Database
request
- The request object containing the details to sendpublic ListAutonomousExadataInfrastructuresResponse listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request)
Database
Gets a list of the Autonomous Exadata Infrastructures in the specified compartment.
listAutonomousExadataInfrastructures
in interface Database
request
- The request object containing the details to sendpublic ListBackupsResponse listBackups(ListBackupsRequest request)
Database
Gets a list of backups based on the databaseId or compartmentId specified. Either one of the query parameters must be provided.
listBackups
in interface Database
request
- The request object containing the details to sendpublic ListDataGuardAssociationsResponse listDataGuardAssociations(ListDataGuardAssociationsRequest request)
Database
Lists all Data Guard associations for the specified database.
listDataGuardAssociations
in interface Database
request
- The request object containing the details to sendpublic ListDatabasesResponse listDatabases(ListDatabasesRequest request)
Database
Gets a list of the databases in the specified database home.
listDatabases
in interface Database
request
- The request object containing the details to sendpublic ListDbHomePatchHistoryEntriesResponse listDbHomePatchHistoryEntries(ListDbHomePatchHistoryEntriesRequest request)
Database
Gets history of the actions taken for patches for the specified database home.
listDbHomePatchHistoryEntries
in interface Database
request
- The request object containing the details to sendpublic ListDbHomePatchesResponse listDbHomePatches(ListDbHomePatchesRequest request)
Database
Lists patches applicable to the requested database home.
listDbHomePatches
in interface Database
request
- The request object containing the details to sendpublic ListDbHomesResponse listDbHomes(ListDbHomesRequest request)
Database
Gets a list of database homes in the specified DB system and compartment. A database home is a directory where Oracle Database software is installed.
listDbHomes
in interface Database
request
- The request object containing the details to sendpublic ListDbNodesResponse listDbNodes(ListDbNodesRequest request)
Database
Gets a list of database nodes in the specified DB system and compartment. A database node is a server running database software.
listDbNodes
in interface Database
request
- The request object containing the details to sendpublic ListDbSystemPatchHistoryEntriesResponse listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request)
Database
Gets the history of the patch actions performed on the specified DB system.
listDbSystemPatchHistoryEntries
in interface Database
request
- The request object containing the details to sendpublic ListDbSystemPatchesResponse listDbSystemPatches(ListDbSystemPatchesRequest request)
Database
Lists the patches applicable to the requested DB system.
listDbSystemPatches
in interface Database
request
- The request object containing the details to sendpublic ListDbSystemShapesResponse listDbSystemShapes(ListDbSystemShapesRequest request)
Database
Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.
listDbSystemShapes
in interface Database
request
- The request object containing the details to sendpublic ListDbSystemsResponse listDbSystems(ListDbSystemsRequest request)
Database
Gets a list of the DB systems in the specified compartment. You can specify a backupId to list only the DB systems that support creating a database using this backup in this compartment.
listDbSystems
in interface Database
request
- The request object containing the details to sendpublic ListDbVersionsResponse listDbVersions(ListDbVersionsRequest request)
Database
Gets a list of supported Oracle Database versions.
listDbVersions
in interface Database
request
- The request object containing the details to sendpublic ListMaintenanceRunsResponse listMaintenanceRuns(ListMaintenanceRunsRequest request)
Database
Gets a list of the Maintenance Runs in the specified compartment.
listMaintenanceRuns
in interface Database
request
- The request object containing the details to sendpublic ReinstateDataGuardAssociationResponse reinstateDataGuardAssociation(ReinstateDataGuardAssociationRequest request)
Database
Reinstates the database identified by the databaseId
parameter into the standby role in a Data Guard association.
reinstateDataGuardAssociation
in interface Database
request
- The request object containing the details to sendpublic RestartAutonomousContainerDatabaseResponse restartAutonomousContainerDatabase(RestartAutonomousContainerDatabaseRequest request)
Database
Rolling restarts the specified Autonomous Container Database.
restartAutonomousContainerDatabase
in interface Database
request
- The request object containing the details to sendpublic RestoreAutonomousDataWarehouseResponse restoreAutonomousDataWarehouse(RestoreAutonomousDataWarehouseRequest request)
Database
Deprecated. To restore an Autonomous Data Warehouse, use the restoreAutonomousDatabase
operation.
restoreAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic RestoreAutonomousDatabaseResponse restoreAutonomousDatabase(RestoreAutonomousDatabaseRequest request)
Database
Restores an Autonomous Database based on the provided request parameters.
restoreAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic RestoreDatabaseResponse restoreDatabase(RestoreDatabaseRequest request)
Database
Restore a Database based on the request parameters you provide.
restoreDatabase
in interface Database
request
- The request object containing the details to sendpublic StartAutonomousDataWarehouseResponse startAutonomousDataWarehouse(StartAutonomousDataWarehouseRequest request)
Database
Deprecated. To start an Autonomous Data Warehouse, use the startAutonomousDatabase
operation.
startAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic StartAutonomousDatabaseResponse startAutonomousDatabase(StartAutonomousDatabaseRequest request)
Database
Starts the specified Autonomous Database.
startAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic StopAutonomousDataWarehouseResponse stopAutonomousDataWarehouse(StopAutonomousDataWarehouseRequest request)
Database
Deprecated. To stop an Autonomous Data Warehouse, use the stopAutonomousDatabase
operation.
stopAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic StopAutonomousDatabaseResponse stopAutonomousDatabase(StopAutonomousDatabaseRequest request)
Database
Stops the specified Autonomous Database.
stopAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic SwitchoverDataGuardAssociationResponse switchoverDataGuardAssociation(SwitchoverDataGuardAssociationRequest request)
Database
Performs a switchover to transition the primary database of a Data Guard association into a standby role. The standby database associated with the dataGuardAssociationId
assumes the primary database role.
A switchover guarantees no data loss.
switchoverDataGuardAssociation
in interface Database
request
- The request object containing the details to sendpublic TerminateAutonomousContainerDatabaseResponse terminateAutonomousContainerDatabase(TerminateAutonomousContainerDatabaseRequest request)
Database
Terminates an Autonomous Container Database, which permanently deletes the container database and any databases within the container database. The database data is local to the Autonomous Exadata Infrastructure and will be lost when the container database is terminated. Oracle recommends that you back up any data in the Autonomous Container Database prior to terminating it.
terminateAutonomousContainerDatabase
in interface Database
request
- The request object containing the details to sendpublic TerminateAutonomousExadataInfrastructureResponse terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request)
Database
Terminates an Autonomous Exadata Infrastructure, which permanently deletes the Exadata Infrastructure and any container databases and databases contained in the Exadata Infrastructure. The database data is local to the Autonomous Exadata Infrastructure and will be lost when the system is terminated. Oracle recommends that you back up any data in the Autonomous Exadata Infrastructure prior to terminating it.
terminateAutonomousExadataInfrastructure
in interface Database
request
- The request object containing the details to sendpublic TerminateDbSystemResponse terminateDbSystem(TerminateDbSystemRequest request)
Database
Terminates a DB system and permanently deletes it and any databases running on it, and any storage volumes attached to it. The database data is local to the DB system and will be lost when the system is terminated. Oracle recommends that you back up any data in the DB system prior to terminating it.
terminateDbSystem
in interface Database
request
- The request object containing the details to sendpublic UpdateAutonomousContainerDatabaseResponse updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request)
Database
Updates the properties of an Autonomous Container Database, such as the CPU core count and storage size.
updateAutonomousContainerDatabase
in interface Database
request
- The request object containing the details to sendpublic UpdateAutonomousDataWarehouseResponse updateAutonomousDataWarehouse(UpdateAutonomousDataWarehouseRequest request)
Database
Deprecated. To update the CPU core count and storage size of an Autonomous Data Warehouse, use the updateAutonomousDatabase
operation.
updateAutonomousDataWarehouse
in interface Database
request
- The request object containing the details to sendpublic UpdateAutonomousDatabaseResponse updateAutonomousDatabase(UpdateAutonomousDatabaseRequest request)
Database
Updates the specified Autonomous Database with a new CPU core count and size.
updateAutonomousDatabase
in interface Database
request
- The request object containing the details to sendpublic UpdateAutonomousExadataInfrastructureResponse updateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request)
Database
Updates the properties of an Autonomous Exadata Infrastructure, such as the CPU core count.
updateAutonomousExadataInfrastructure
in interface Database
request
- The request object containing the details to sendpublic UpdateDatabaseResponse updateDatabase(UpdateDatabaseRequest request)
Database
Update a Database based on the request parameters you provide.
updateDatabase
in interface Database
request
- The request object containing the details to sendpublic UpdateDbHomeResponse updateDbHome(UpdateDbHomeRequest request)
Database
Patches the specified dbHome.
updateDbHome
in interface Database
request
- The request object containing the details to sendpublic UpdateDbSystemResponse updateDbSystem(UpdateDbSystemRequest request)
Database
Updates the properties of a DB system, such as the CPU core count.
updateDbSystem
in interface Database
request
- The request object containing the details to sendpublic UpdateExadataIormConfigResponse updateExadataIormConfig(UpdateExadataIormConfigRequest request)
Database
Update IORM
Settings for the requested Exadata DB System.
updateExadataIormConfig
in interface Database
request
- The request object containing the details to sendpublic UpdateMaintenanceRunResponse updateMaintenanceRun(UpdateMaintenanceRunRequest request)
Database
Updates the properties of a Maintenance Run, such as the state of a Maintenance Run.
updateMaintenanceRun
in interface Database
request
- The request object containing the details to sendpublic DatabaseWaiters getWaiters()
Database
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface Database
public DatabasePaginators getPaginators()
Database
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data. These paginators provide an Iterable
interface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.
getPaginators
in interface Database
Copyright © 2016–2019. All rights reserved.