Class DistributedDbServiceClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.distributeddatabase.DistributedDbServiceClient
 
 
- 
- All Implemented Interfaces:
- DistributedDbService,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250101") public class DistributedDbServiceClient extends BaseSyncClient implements DistributedDbService
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDistributedDbServiceClient.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 DistributedDbService.
 - 
Constructor SummaryConstructors Constructor Description DistributedDbServiceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.DistributedDbServiceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddDistributedDatabaseGdsControlNodeResponseaddDistributedDatabaseGdsControlNode(AddDistributedDatabaseGdsControlNodeRequest request)Add new Global database services control(GDS CTL) node for the Globally distributed database.static DistributedDbServiceClient.Builderbuilder()Create a builder for this client.ChangeDistributedDatabaseCompartmentResponsechangeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request)Move the Globally distributed database and its dependent resources to the specified compartment.ChangeDistributedDbBackupConfigResponsechangeDistributedDbBackupConfig(ChangeDistributedDbBackupConfigRequest request)Change the DbBackupConfig for the Globally distributed database.voidclose()ConfigureDistributedDatabaseGsmsResponseconfigureDistributedDatabaseGsms(ConfigureDistributedDatabaseGsmsRequest request)Configure new Global Service Manager(GSM aka shard manager) instances for the Globally distributed database.ConfigureDistributedDatabaseShardingResponseconfigureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request)Once all components of Globally distributed database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the Globally distributed database.CreateDistributedDatabaseResponsecreateDistributedDatabase(CreateDistributedDatabaseRequest request)Creates a Globally distributed database.DeleteDistributedDatabaseResponsedeleteDistributedDatabase(DeleteDistributedDatabaseRequest request)Terminate the given Globally distributed databases.DownloadDistributedDatabaseGsmCertificateSigningRequestResponsedownloadDistributedDatabaseGsmCertificateSigningRequest(DownloadDistributedDatabaseGsmCertificateSigningRequestRequest request)Generate the common certificate signing request for GSMs.GenerateDistributedDatabaseGsmCertificateSigningRequestResponsegenerateDistributedDatabaseGsmCertificateSigningRequest(GenerateDistributedDatabaseGsmCertificateSigningRequestRequest request)Generate the certificate signing request for GSM instances of the Globally distributed database.GenerateDistributedDatabaseWalletResponsegenerateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request)Generate the wallet associated with Globally distributed database.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()GetDistributedDatabaseResponsegetDistributedDatabase(GetDistributedDatabaseRequest request)Gets the details of the Globally distributed database identified by given id.StringgetEndpoint()Optional<String>getMinimumClientCommonLibraryVersionFromClient()DistributedDbServicePaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.DistributedDbServiceWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListDistributedDatabasesResponselistDistributedDatabases(ListDistributedDatabasesRequest request)List of Globally distributed databases.PatchDistributedDatabaseResponsepatchDistributedDatabase(PatchDistributedDatabaseRequest request)Patch operation to add, remove or update shards to the Globally distributed database topology.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.RotateDistributedDatabasePasswordsResponserotateDistributedDatabasePasswords(RotateDistributedDatabasePasswordsRequest request)Rotate passwords for different components of the Globally distributed database.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’).StartDistributedDatabaseResponsestartDistributedDatabase(StartDistributedDatabaseRequest request)Start the shards, catalog and GSMs of Globally distributed database.StopDistributedDatabaseResponsestopDistributedDatabase(StopDistributedDatabaseRequest request)Stop the shards, catalog and GSM instances for the Globally distributed database.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateDistributedDatabaseResponseupdateDistributedDatabase(UpdateDistributedDatabaseRequest request)Updates the configuration of the Globally distributed database.UploadDistributedDatabaseSignedCertificateAndGenerateWalletResponseuploadDistributedDatabaseSignedCertificateAndGenerateWallet(UploadDistributedDatabaseSignedCertificateAndGenerateWalletRequest request)Upload the CA signed certificate to the GSM instances and generate wallets for GSM instances of the Globally distributed database.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.ValidateDistributedDatabaseNetworkResponsevalidateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request)Validate the network connectivity between components of the globally distributed database.- 
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.distributeddatabase.DistributedDbServicegetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DistributedDbServiceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DistributedDbServiceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DistributedDbServiceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DistributedDbServiceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(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- DistributedDbServiceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(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- DistributedDbServiceClient.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)
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(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- DistributedDbServiceClient.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
 
 - 
DistributedDbServiceClient@Deprecated public DistributedDbServiceClient(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- DistributedDbServiceClient.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-- DistributedDbServiceClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static DistributedDbServiceClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:DistributedDbServiceSets 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.- Specified by:
- setRegionin interface- DistributedDbService
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:DistributedDbServiceSets 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.- Specified by:
- setRegionin interface- DistributedDbService
- Parameters:
- regionId- The public region ID.
 
 - 
addDistributedDatabaseGdsControlNodepublic AddDistributedDatabaseGdsControlNodeResponse addDistributedDatabaseGdsControlNode(AddDistributedDatabaseGdsControlNodeRequest request) Description copied from interface:DistributedDbServiceAdd new Global database services control(GDS CTL) node for the Globally distributed database.- Specified by:
- addDistributedDatabaseGdsControlNodein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeDistributedDatabaseCompartmentpublic ChangeDistributedDatabaseCompartmentResponse changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request) Description copied from interface:DistributedDbServiceMove the Globally distributed database and its dependent resources to the specified compartment.- Specified by:
- changeDistributedDatabaseCompartmentin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeDistributedDbBackupConfigpublic ChangeDistributedDbBackupConfigResponse changeDistributedDbBackupConfig(ChangeDistributedDbBackupConfigRequest request) Description copied from interface:DistributedDbServiceChange the DbBackupConfig for the Globally distributed database.- Specified by:
- changeDistributedDbBackupConfigin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
configureDistributedDatabaseGsmspublic ConfigureDistributedDatabaseGsmsResponse configureDistributedDatabaseGsms(ConfigureDistributedDatabaseGsmsRequest request) Description copied from interface:DistributedDbServiceConfigure new Global Service Manager(GSM aka shard manager) instances for the Globally distributed database.- Specified by:
- configureDistributedDatabaseGsmsin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
configureDistributedDatabaseShardingpublic ConfigureDistributedDatabaseShardingResponse configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request) Description copied from interface:DistributedDbServiceOnce all components of Globally distributed database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the Globally distributed database.Note that this ‘ConfigureSharding’ API also needs to be invoked after successfully adding a new shard to the Globally distributed database using PATCH api. If this API is not invoked after successfully adding a new shard, then that new shard will not be a participant in sharding topology of the Globally distributed database. - Specified by:
- configureDistributedDatabaseShardingin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createDistributedDatabasepublic CreateDistributedDatabaseResponse createDistributedDatabase(CreateDistributedDatabaseRequest request) Description copied from interface:DistributedDbServiceCreates a Globally distributed database.- Specified by:
- createDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteDistributedDatabasepublic DeleteDistributedDatabaseResponse deleteDistributedDatabase(DeleteDistributedDatabaseRequest request) Description copied from interface:DistributedDbServiceTerminate the given Globally distributed databases.- Specified by:
- deleteDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
downloadDistributedDatabaseGsmCertificateSigningRequestpublic DownloadDistributedDatabaseGsmCertificateSigningRequestResponse downloadDistributedDatabaseGsmCertificateSigningRequest(DownloadDistributedDatabaseGsmCertificateSigningRequestRequest request) Description copied from interface:DistributedDbServiceGenerate the common certificate signing request for GSMs.Download the .csr file from API response. Users can use this .csr file to generate the CA signed certificate, and as a next step use ‘uploadSignedCertificateAndGenerateWallet’ API to upload the CA signed certificate to GSM, and generate wallets for the GSM instances of the Globally distributed database. - Specified by:
- downloadDistributedDatabaseGsmCertificateSigningRequestin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
generateDistributedDatabaseGsmCertificateSigningRequestpublic GenerateDistributedDatabaseGsmCertificateSigningRequestResponse generateDistributedDatabaseGsmCertificateSigningRequest(GenerateDistributedDatabaseGsmCertificateSigningRequestRequest request) Description copied from interface:DistributedDbServiceGenerate the certificate signing request for GSM instances of the Globally distributed database.Once certificate signing request is generated, then customers can download the certificate signing request using ‘downloadGsmCertificateSigningRequest’ api call. - Specified by:
- generateDistributedDatabaseGsmCertificateSigningRequestin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
generateDistributedDatabaseWalletpublic GenerateDistributedDatabaseWalletResponse generateDistributedDatabaseWallet(GenerateDistributedDatabaseWalletRequest request) Description copied from interface:DistributedDbServiceGenerate the wallet associated with Globally distributed database.- Specified by:
- generateDistributedDatabaseWalletin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getDistributedDatabasepublic GetDistributedDatabaseResponse getDistributedDatabase(GetDistributedDatabaseRequest request) Description copied from interface:DistributedDbServiceGets the details of the Globally distributed database identified by given id.- Specified by:
- getDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listDistributedDatabasespublic ListDistributedDatabasesResponse listDistributedDatabases(ListDistributedDatabasesRequest request) Description copied from interface:DistributedDbServiceList of Globally distributed databases.- Specified by:
- listDistributedDatabasesin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
patchDistributedDatabasepublic PatchDistributedDatabaseResponse patchDistributedDatabase(PatchDistributedDatabaseRequest request) Description copied from interface:DistributedDbServicePatch operation to add, remove or update shards to the Globally distributed database topology.In single patch operation, multiple shards can be either added, or removed or updated. Combination of inserts, update and remove in single operation is not allowed. - Specified by:
- patchDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
rotateDistributedDatabasePasswordspublic RotateDistributedDatabasePasswordsResponse rotateDistributedDatabasePasswords(RotateDistributedDatabasePasswordsRequest request) Description copied from interface:DistributedDbServiceRotate passwords for different components of the Globally distributed database.- Specified by:
- rotateDistributedDatabasePasswordsin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startDistributedDatabasepublic StartDistributedDatabaseResponse startDistributedDatabase(StartDistributedDatabaseRequest request) Description copied from interface:DistributedDbServiceStart the shards, catalog and GSMs of Globally distributed database.- Specified by:
- startDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
stopDistributedDatabasepublic StopDistributedDatabaseResponse stopDistributedDatabase(StopDistributedDatabaseRequest request) Description copied from interface:DistributedDbServiceStop the shards, catalog and GSM instances for the Globally distributed database.- Specified by:
- stopDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateDistributedDatabasepublic UpdateDistributedDatabaseResponse updateDistributedDatabase(UpdateDistributedDatabaseRequest request) Description copied from interface:DistributedDbServiceUpdates the configuration of the Globally distributed database.- Specified by:
- updateDistributedDatabasein interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
uploadDistributedDatabaseSignedCertificateAndGenerateWalletpublic UploadDistributedDatabaseSignedCertificateAndGenerateWalletResponse uploadDistributedDatabaseSignedCertificateAndGenerateWallet(UploadDistributedDatabaseSignedCertificateAndGenerateWalletRequest request) Description copied from interface:DistributedDbServiceUpload the CA signed certificate to the GSM instances and generate wallets for GSM instances of the Globally distributed database.Customer shall provide the CA signed certificate key details by adding the certificate in request body. - Specified by:
- uploadDistributedDatabaseSignedCertificateAndGenerateWalletin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
validateDistributedDatabaseNetworkpublic ValidateDistributedDatabaseNetworkResponse validateDistributedDatabaseNetwork(ValidateDistributedDatabaseNetworkRequest request) Description copied from interface:DistributedDbServiceValidate the network connectivity between components of the globally distributed database.- Specified by:
- validateDistributedDatabaseNetworkin interface- DistributedDbService
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic DistributedDbServiceWaiters getWaiters() Description copied from interface:DistributedDbServiceGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- DistributedDbService
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic DistributedDbServicePaginators getPaginators() Description copied from interface:DistributedDbServiceGets 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- DistributedDbService
- 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() 
 
- 
 
-