Get the endpoint that is being used to call (ex, https://www.example.com).
Sets the endpoint to call (ex, https://www.example.com).
The endpoint of the service.
Sets the region to call (ex, Region.US_PHOENIX_1). Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
The region of the service.
Sets the regionId to call (ex, 'us-phoenix-1').
Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}. If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1 and then call {@link #endpoint(String) endpoint}.
The public region ID.
Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
flag to enable the use of realm specific endpoint template
Changes the management type for a HeatWave MySQL instance, from BASIC to FULL and vice versa. It can also be used to enable or disable database management.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ChangeMysqlDatabaseManagementTypeResponse
Close the client once it is no longer needed
Close the provider if possible which in turn shuts down any associated circuit breaker
Creates a new ManagedMySqlDatabasesWaiter for resources for this service.
The waiter configuration for termination and delay strategy
The service waiters.
Retrieves information pertaining to the binary log of a specific MySQL server.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
GetBinaryLogInformationResponse
Retrieves general information regarding the replication of a specific MySQL server.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
GetGeneralReplicationInformationResponse
Gets the health metrics for a fleet of HeatWave clusters in a compartment.
This operation does not retry by default if the user has not defined a retry configuration.
GetHeatWaveFleetMetricResponse
Retrieves the general information for a specific MySQL Database.
This operation does not retry by default if the user has not defined a retry configuration.
GetManagedMySqlDatabaseResponse
Gets the health metrics for a fleet of MySQL Databases in a compartment.
This operation does not retry by default if the user has not defined a retry configuration.
GetMySqlFleetMetricResponse
Retrieves query sample details, explain plan and potential warnings for a given digest.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
GetMySqlQueryDetailsResponse
Gets the waiters available for resources for this service.
The service waiters.
Retrieves information about the high availability members of a specific MySQL server's replication group.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ListHighAvailabilityMembersResponse
Retrieves information about the inbound replications of a specific MySQL server.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ListInboundReplicationsResponse
Retrieves configuration data for a specific MySQL database.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ListManagedMySqlDatabaseConfigurationDataResponse
Retrieves the SQL performance data for a specific MySQL database.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ListManagedMySqlDatabaseSqlDataResponse
Gets the list of Managed MySQL Databases in a specific compartment.
This operation does not retry by default if the user has not defined a retry configuration.
ListManagedMySqlDatabasesResponse
Retrieves any potential errors for a given digest.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ListMySqlDigestErrorsResponse
Retrieves information pertaining to the outbound replications of a specific MySQL server.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
ListOutboundReplicationsResponse
Shutdown the circuit breaker used by the client when it is no longer needed
Gets the availability metrics for the MySQL Database specified by managedMySqlDatabaseId.
This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
SummarizeManagedMySqlDatabaseAvailabilityMetricsResponse
This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.