Class DbSystemClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.mysql.DbSystemClient
 
 
- 
- All Implemented Interfaces:
- DbSystem,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public class DbSystemClient extends BaseSyncClient implements DbSystem
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDbSystemClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for DbSystem.
 - 
Constructor SummaryConstructors Constructor Description DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.DbSystemClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.DbSystemClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.DbSystemClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddHeatWaveClusterResponseaddHeatWaveCluster(AddHeatWaveClusterRequest request)Adds a HeatWave cluster to the DB System.static DbSystemClient.Builderbuilder()Create a builder for this client.voidclose()CreateDbSystemResponsecreateDbSystem(CreateDbSystemRequest request)Creates and launches a DB System.DeleteDbSystemResponsedeleteDbSystem(DeleteDbSystemRequest request)Delete a DB System, including terminating, detaching, removing, finalizing and otherwise deleting all related resources.DeleteHeatWaveClusterResponsedeleteHeatWaveCluster(DeleteHeatWaveClusterRequest request)Deletes the HeatWave cluster including terminating, detaching, removing, finalizing and otherwise deleting all related resources.GenerateHeatWaveClusterMemoryEstimateResponsegenerateHeatWaveClusterMemoryEstimate(GenerateHeatWaveClusterMemoryEstimateRequest request)Sends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.StringgetClientCommonLibraryVersion()GetDbSystemResponsegetDbSystem(GetDbSystemRequest request)Get information about the specified DB System.protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()GetHeatWaveClusterResponsegetHeatWaveCluster(GetHeatWaveClusterRequest request)Gets information about the HeatWave cluster.GetHeatWaveClusterMemoryEstimateResponsegetHeatWaveClusterMemoryEstimate(GetHeatWaveClusterMemoryEstimateRequest request)Gets the most recent HeatWave cluster memory estimate that can be used to determine a suitable HeatWave cluster size.Optional<String>getMinimumClientCommonLibraryVersionFromClient()DbSystemPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.DbSystemWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListDbSystemsResponselistDbSystems(ListDbSystemsRequest request)Get a list of DB Systems in the specified compartment.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.RestartDbSystemResponserestartDbSystem(RestartDbSystemRequest request)Restarts the specified DB System.RestartHeatWaveClusterResponserestartHeatWaveCluster(RestartHeatWaveClusterRequest request)Restarts the HeatWave cluster.voidsetEndpoint(String endpoint)voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).StartDbSystemResponsestartDbSystem(StartDbSystemRequest request)Start the specified DB System.StartHeatWaveClusterResponsestartHeatWaveCluster(StartHeatWaveClusterRequest request)Starts the HeatWave cluster.StopDbSystemResponsestopDbSystem(StopDbSystemRequest request)Stops the specified DB System.StopHeatWaveClusterResponsestopHeatWaveCluster(StopHeatWaveClusterRequest request)Stops the HeatWave cluster.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateDbSystemResponseupdateDbSystem(UpdateDbSystemRequest request)Update the configuration of a DB System.UpdateHeatWaveClusterResponseupdateHeatWaveCluster(UpdateHeatWaveClusterRequest request)Updates the HeatWave cluster.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.mysql.DbSystemgetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
DbSystemClient@Deprecated public DbSystemClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
DbSystemClient@Deprecated public DbSystemClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
DbSystemClient@Deprecated public DbSystemClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
DbSystemClient@Deprecated public DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
DbSystemClient@Deprecated public DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
DbSystemClient@Deprecated public DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
DbSystemClient@Deprecated public DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 - 
DbSystemClient@Deprecated public DbSystemClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DbSystemClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
- executorService-- DbSystemClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static DbSystemClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:DbSystemSets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:DbSystemSets 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 callsetEndpoint.
 - 
addHeatWaveClusterpublic AddHeatWaveClusterResponse addHeatWaveCluster(AddHeatWaveClusterRequest request) Description copied from interface:DbSystemAdds a HeatWave cluster to the DB System.- Specified by:
- addHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createDbSystempublic CreateDbSystemResponse createDbSystem(CreateDbSystemRequest request) Description copied from interface:DbSystemCreates and launches a DB System.- Specified by:
- createDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteDbSystempublic DeleteDbSystemResponse deleteDbSystem(DeleteDbSystemRequest request) Description copied from interface:DbSystemDelete a DB System, including terminating, detaching, removing, finalizing and otherwise deleting all related resources.- Specified by:
- deleteDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteHeatWaveClusterpublic DeleteHeatWaveClusterResponse deleteHeatWaveCluster(DeleteHeatWaveClusterRequest request) Description copied from interface:DbSystemDeletes the HeatWave cluster including terminating, detaching, removing, finalizing and otherwise deleting all related resources.- Specified by:
- deleteHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
generateHeatWaveClusterMemoryEstimatepublic GenerateHeatWaveClusterMemoryEstimateResponse generateHeatWaveClusterMemoryEstimate(GenerateHeatWaveClusterMemoryEstimateRequest request) Description copied from interface:DbSystemSends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.- Specified by:
- generateHeatWaveClusterMemoryEstimatein interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getDbSystempublic GetDbSystemResponse getDbSystem(GetDbSystemRequest request) Description copied from interface:DbSystemGet information about the specified DB System.- Specified by:
- getDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getHeatWaveClusterpublic GetHeatWaveClusterResponse getHeatWaveCluster(GetHeatWaveClusterRequest request) Description copied from interface:DbSystemGets information about the HeatWave cluster.- Specified by:
- getHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getHeatWaveClusterMemoryEstimatepublic GetHeatWaveClusterMemoryEstimateResponse getHeatWaveClusterMemoryEstimate(GetHeatWaveClusterMemoryEstimateRequest request) Description copied from interface:DbSystemGets the most recent HeatWave cluster memory estimate that can be used to determine a suitable HeatWave cluster size.- Specified by:
- getHeatWaveClusterMemoryEstimatein interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listDbSystemspublic ListDbSystemsResponse listDbSystems(ListDbSystemsRequest request) Description copied from interface:DbSystemGet a list of DB Systems in the specified compartment.The default sort order is by timeUpdated, descending. - Specified by:
- listDbSystemsin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
restartDbSystempublic RestartDbSystemResponse restartDbSystem(RestartDbSystemRequest request) Description copied from interface:DbSystemRestarts the specified DB System.- Specified by:
- restartDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
restartHeatWaveClusterpublic RestartHeatWaveClusterResponse restartHeatWaveCluster(RestartHeatWaveClusterRequest request) Description copied from interface:DbSystemRestarts the HeatWave cluster.- Specified by:
- restartHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startDbSystempublic StartDbSystemResponse startDbSystem(StartDbSystemRequest request) Description copied from interface:DbSystemStart the specified DB System.- Specified by:
- startDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startHeatWaveClusterpublic StartHeatWaveClusterResponse startHeatWaveCluster(StartHeatWaveClusterRequest request) Description copied from interface:DbSystemStarts the HeatWave cluster.- Specified by:
- startHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
stopDbSystempublic StopDbSystemResponse stopDbSystem(StopDbSystemRequest request) Description copied from interface:DbSystemStops the specified DB System.A stopped DB System is not billed. - Specified by:
- stopDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
stopHeatWaveClusterpublic StopHeatWaveClusterResponse stopHeatWaveCluster(StopHeatWaveClusterRequest request) Description copied from interface:DbSystemStops the HeatWave cluster.- Specified by:
- stopHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateDbSystempublic UpdateDbSystemResponse updateDbSystem(UpdateDbSystemRequest request) Description copied from interface:DbSystemUpdate the configuration of a DB System.Updating different fields in the DB System will have different results on the uptime of the DB System. For example, changing the displayName of a DB System will take effect immediately, but changing the shape of a DB System is an asynchronous operation that involves provisioning new Compute resources, pausing the DB System and migrating storage before making the DB System available again. - Specified by:
- updateDbSystemin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateHeatWaveClusterpublic UpdateHeatWaveClusterResponse updateHeatWaveCluster(UpdateHeatWaveClusterRequest request) Description copied from interface:DbSystemUpdates the HeatWave cluster.- Specified by:
- updateHeatWaveClusterin interface- DbSystem
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic DbSystemWaiters getWaiters() Description copied from interface:DbSystemGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- DbSystem
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic DbSystemPaginators getPaginators() Description copied from interface:DbSystemGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- DbSystem
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-