@Generated(value="OracleSDKGenerator", comments="API Version: 20220915") public class PostgresqlClient extends BaseSyncClient implements Postgresql
Modifier and Type | Class and Description |
---|---|
static class |
PostgresqlClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
static Service |
SERVICE
Service instance for Postgresql.
|
Constructor and Description |
---|
PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Deprecated.
Use the
builder instead. |
PostgresqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
PostgresqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
PostgresqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
clientCall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for Postgresql.
public final String clientCommonLibraryVersion
@Deprecated public PostgresqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public PostgresqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public PostgresqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
@Deprecated public PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.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)
@Deprecated public PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.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
@Deprecated public PostgresqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see PostgresqlClient.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
- PostgresqlClient.Builder.executorService
public static PostgresqlClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
Postgresql
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.
setRegion
in interface Postgresql
region
- The region of the service.public void setRegion(String regionId)
Postgresql
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
.
setRegion
in interface Postgresql
regionId
- The public region ID.public ChangeBackupCompartmentResponse changeBackupCompartment(ChangeBackupCompartmentRequest request)
Postgresql
Moves a backup from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
changeBackupCompartment
in interface Postgresql
request
- The request object containing the details to sendpublic ChangeConfigurationCompartmentResponse changeConfigurationCompartment(ChangeConfigurationCompartmentRequest request)
Postgresql
Moves a configuration from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
changeConfigurationCompartment
in interface Postgresql
request
- The request object containing the details to sendpublic ChangeDbSystemCompartmentResponse changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request)
Postgresql
Moves a database system from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
changeDbSystemCompartment
in interface Postgresql
request
- The request object containing the details to sendpublic CreateBackupResponse createBackup(CreateBackupRequest request)
Postgresql
Creates a new backup.
createBackup
in interface Postgresql
request
- The request object containing the details to sendpublic CreateConfigurationResponse createConfiguration(CreateConfigurationRequest request)
Postgresql
Creates a new configuration.
createConfiguration
in interface Postgresql
request
- The request object containing the details to sendpublic CreateDbSystemResponse createDbSystem(CreateDbSystemRequest request)
Postgresql
Creates a new database system.
createDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic DeleteBackupResponse deleteBackup(DeleteBackupRequest request)
Postgresql
Deletes a backup by identifier.
deleteBackup
in interface Postgresql
request
- The request object containing the details to sendpublic DeleteConfigurationResponse deleteConfiguration(DeleteConfigurationRequest request)
Postgresql
Deletes a configuration by identifier.
deleteConfiguration
in interface Postgresql
request
- The request object containing the details to sendpublic DeleteDbSystemResponse deleteDbSystem(DeleteDbSystemRequest request)
Postgresql
Deletes a database system by identifier.
deleteDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic FailoverDbSystemResponse failoverDbSystem(FailoverDbSystemRequest request)
Postgresql
Runs a failover operation. Optionally, specify the desired AD for regions with three ADs.
failoverDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic GetBackupResponse getBackup(GetBackupRequest request)
Postgresql
Gets a backup by identifier.
getBackup
in interface Postgresql
request
- The request object containing the details to sendpublic GetConfigurationResponse getConfiguration(GetConfigurationRequest request)
Postgresql
Gets a configuration by identifier.
getConfiguration
in interface Postgresql
request
- The request object containing the details to sendpublic GetConnectionDetailsResponse getConnectionDetails(GetConnectionDetailsRequest request)
Postgresql
Gets the database system connection details.
getConnectionDetails
in interface Postgresql
request
- The request object containing the details to sendpublic GetDbSystemResponse getDbSystem(GetDbSystemRequest request)
Postgresql
Gets a database system by identifier.
getDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic GetDefaultConfigurationResponse getDefaultConfiguration(GetDefaultConfigurationRequest request)
Postgresql
Gets a default configuration by identifier.
getDefaultConfiguration
in interface Postgresql
request
- The request object containing the details to sendpublic GetPrimaryDbInstanceResponse getPrimaryDbInstance(GetPrimaryDbInstanceRequest request)
Postgresql
Gets the primary database instance node details.
getPrimaryDbInstance
in interface Postgresql
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Postgresql
Gets details of the work request with the given ID.
getWorkRequest
in interface Postgresql
request
- The request object containing the details to sendpublic ListBackupsResponse listBackups(ListBackupsRequest request)
Postgresql
Returns a list of backups.
listBackups
in interface Postgresql
request
- The request object containing the details to sendpublic ListConfigurationsResponse listConfigurations(ListConfigurationsRequest request)
Postgresql
Returns a list of configurations.
listConfigurations
in interface Postgresql
request
- The request object containing the details to sendpublic ListDbSystemsResponse listDbSystems(ListDbSystemsRequest request)
Postgresql
Returns a list of database systems.
listDbSystems
in interface Postgresql
request
- The request object containing the details to sendpublic ListDefaultConfigurationsResponse listDefaultConfigurations(ListDefaultConfigurationsRequest request)
Postgresql
Returns a list of default configurations.
listDefaultConfigurations
in interface Postgresql
request
- The request object containing the details to sendpublic ListShapesResponse listShapes(ListShapesRequest request)
Postgresql
Returns the list of shapes allowed in the region.
listShapes
in interface Postgresql
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Postgresql
Returns a (paginated) list of errors for the work request with the given ID.
listWorkRequestErrors
in interface Postgresql
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Postgresql
Returns a (paginated) list of logs for the work request with the given ID.
listWorkRequestLogs
in interface Postgresql
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Postgresql
Lists the work requests in a compartment.
listWorkRequests
in interface Postgresql
request
- The request object containing the details to sendpublic PatchDbSystemResponse patchDbSystem(PatchDbSystemRequest request)
Postgresql
Modifies the database system by adding or removing database instance nodes.
patchDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic ResetMasterUserPasswordResponse resetMasterUserPassword(ResetMasterUserPasswordRequest request)
Postgresql
Resets the database system’s master password.
resetMasterUserPassword
in interface Postgresql
request
- The request object containing the details to sendpublic RestartDbInstanceInDbSystemResponse restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request)
Postgresql
Restarts the running database instance node.
restartDbInstanceInDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic RestoreDbSystemResponse restoreDbSystem(RestoreDbSystemRequest request)
Postgresql
Restore the database system.
restoreDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic UpdateBackupResponse updateBackup(UpdateBackupRequest request)
Postgresql
Updates the backup.
updateBackup
in interface Postgresql
request
- The request object containing the details to sendpublic UpdateConfigurationResponse updateConfiguration(UpdateConfigurationRequest request)
Postgresql
Updates a display name or description of the configuration.
updateConfiguration
in interface Postgresql
request
- The request object containing the details to sendpublic UpdateDbSystemResponse updateDbSystem(UpdateDbSystemRequest request)
Postgresql
Updates the database system.
updateDbSystem
in interface Postgresql
request
- The request object containing the details to sendpublic UpdateDbSystemDbInstanceResponse updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request)
Postgresql
Updates the database instance node.
updateDbSystemDbInstance
in interface Postgresql
request
- The request object containing the details to sendpublic PostgresqlWaiters getWaiters()
Postgresql
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface Postgresql
public PostgresqlPaginators getPaginators()
Postgresql
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 Postgresql
protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.public final void close()
close
in interface AutoCloseable
public String getClientCommonLibraryVersion()
Copyright © 2016–2024. All rights reserved.