Class NosqlClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.nosql.NosqlClient
 
 
- 
- All Implemented Interfaces:
- Nosql,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190828") public class NosqlClient extends BaseSyncClient implements Nosql
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNosqlClient.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 Nosql.
 - 
Constructor SummaryConstructors Constructor Description NosqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.NosqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.NosqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.NosqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.NosqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.NosqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.NosqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.NosqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NosqlClient.Builderbuilder()Create a builder for this client.ChangeTableCompartmentResponsechangeTableCompartment(ChangeTableCompartmentRequest request)Change a table’s compartment.voidclose()CreateIndexResponsecreateIndex(CreateIndexRequest request)Create a new index on the table identified by tableNameOrId.CreateReplicaResponsecreateReplica(CreateReplicaRequest request)Add a replica for this table.CreateTableResponsecreateTable(CreateTableRequest request)Create a new table.DeleteIndexResponsedeleteIndex(DeleteIndexRequest request)Delete an index from the table identified by tableNameOrId.DeleteReplicaResponsedeleteReplica(DeleteReplicaRequest request)Delete the specified replica table in the remote region.DeleteRowResponsedeleteRow(DeleteRowRequest request)Delete a single row from the table, by primary key.DeleteTableResponsedeleteTable(DeleteTableRequest request)Delete a table by tableNameOrId.DeleteWorkRequestResponsedeleteWorkRequest(DeleteWorkRequestRequest request)Cancel a work request operation with the given ID.StringgetClientCommonLibraryVersion()GetConfigurationResponsegetConfiguration(GetConfigurationRequest request)Retrieves the current service-level configuration.protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()GetIndexResponsegetIndex(GetIndexRequest request)Get information about a single index.Optional<String>getMinimumClientCommonLibraryVersionFromClient()NosqlPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetRowResponsegetRow(GetRowRequest request)Get a single row from the table by primary key.GetTableResponsegetTable(GetTableRequest request)Get table info by identifier.NosqlWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Get the status of the work request with the given ID.ListIndexesResponselistIndexes(ListIndexesRequest request)Get a list of indexes on a table.ListTablesResponselistTables(ListTablesRequest request)Get a list of tables in a compartment.ListTableUsageResponselistTableUsage(ListTableUsageRequest request)Get table usage info.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Return a (paginated) list of errors for a given work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Return a (paginated) list of logs for a given work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)List the work requests in a compartment.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.PrepareStatementResponseprepareStatement(PrepareStatementRequest request)Prepare a SQL statement for use in a query with variable substitution.QueryResponsequery(QueryRequest request)Execute a SQL query.voidrefreshClient()Rebuild the backingHttpClient.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’).SummarizeStatementResponsesummarizeStatement(SummarizeStatementRequest request)Check the syntax and return a brief summary of a SQL statement.UnassignKmsKeyResponseunassignKmsKey(UnassignKmsKeyRequest request)Removes the global encryption key, if such exists, from a Hosted Environment, reverting to Oracle-managed encryption.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateConfigurationResponseupdateConfiguration(UpdateConfigurationRequest request)Updates the service-level configuration.UpdateRowResponseupdateRow(UpdateRowRequest request)Write a single row into the table.UpdateTableResponseupdateTable(UpdateTableRequest request)Alter the table identified by tableNameOrId, changing schema, limits, or tagsvoiduseRealmSpecificEndpointTemplate(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.nosql.NosqlgetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
NosqlClient@Deprecated public NosqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- NosqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
NosqlClient@Deprecated public NosqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- NosqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
NosqlClient@Deprecated public NosqlClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- NosqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
NosqlClient@Deprecated public NosqlClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- NosqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
NosqlClient@Deprecated public NosqlClient(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- NosqlClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
NosqlClient@Deprecated public NosqlClient(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- NosqlClient.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)
 
 - 
NosqlClient@Deprecated public NosqlClient(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- NosqlClient.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
 
 - 
NosqlClient@Deprecated public NosqlClient(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- NosqlClient.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-- NosqlClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static NosqlClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:NosqlSets 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:NosqlSets 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.
 - 
changeTableCompartmentpublic ChangeTableCompartmentResponse changeTableCompartment(ChangeTableCompartmentRequest request) Description copied from interface:NosqlChange a table’s compartment.- Specified by:
- changeTableCompartmentin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createIndexpublic CreateIndexResponse createIndex(CreateIndexRequest request) Description copied from interface:NosqlCreate a new index on the table identified by tableNameOrId.- Specified by:
- createIndexin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createReplicapublic CreateReplicaResponse createReplica(CreateReplicaRequest request) Description copied from interface:NosqlAdd a replica for this table.The table’s schema must be frozen prior to this operation. - Specified by:
- createReplicain interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createTablepublic CreateTableResponse createTable(CreateTableRequest request) Description copied from interface:NosqlCreate a new table.- Specified by:
- createTablein interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteIndexpublic DeleteIndexResponse deleteIndex(DeleteIndexRequest request) Description copied from interface:NosqlDelete an index from the table identified by tableNameOrId.- Specified by:
- deleteIndexin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteReplicapublic DeleteReplicaResponse deleteReplica(DeleteReplicaRequest request) Description copied from interface:NosqlDelete the specified replica table in the remote region.- Specified by:
- deleteReplicain interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteRowpublic DeleteRowResponse deleteRow(DeleteRowRequest request) Description copied from interface:NosqlDelete a single row from the table, by primary key.
 - 
deleteTablepublic DeleteTableResponse deleteTable(DeleteTableRequest request) Description copied from interface:NosqlDelete a table by tableNameOrId.- Specified by:
- deleteTablein interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteWorkRequestpublic DeleteWorkRequestResponse deleteWorkRequest(DeleteWorkRequestRequest request) Description copied from interface:NosqlCancel a work request operation with the given ID.- Specified by:
- deleteWorkRequestin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getConfigurationpublic GetConfigurationResponse getConfiguration(GetConfigurationRequest request) Description copied from interface:NosqlRetrieves the current service-level configuration.The service may of the standard MULTI_TENANCY type, or of the HOSTED environment type. In the latter case, information about the current state of the environment’s global encryption key is included in the response. - Specified by:
- getConfigurationin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getIndexpublic GetIndexResponse getIndex(GetIndexRequest request) Description copied from interface:NosqlGet information about a single index.
 - 
getRowpublic GetRowResponse getRow(GetRowRequest request) Description copied from interface:NosqlGet a single row from the table by primary key.
 - 
getTablepublic GetTableResponse getTable(GetTableRequest request) Description copied from interface:NosqlGet table info by identifier.
 - 
getWorkRequestpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Description copied from interface:NosqlGet the status of the work request with the given ID.- Specified by:
- getWorkRequestin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listIndexespublic ListIndexesResponse listIndexes(ListIndexesRequest request) Description copied from interface:NosqlGet a list of indexes on a table.- Specified by:
- listIndexesin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listTableUsagepublic ListTableUsageResponse listTableUsage(ListTableUsageRequest request) Description copied from interface:NosqlGet table usage info.- Specified by:
- listTableUsagein interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listTablespublic ListTablesResponse listTables(ListTablesRequest request) Description copied from interface:NosqlGet a list of tables in a compartment.- Specified by:
- listTablesin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestErrorspublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Description copied from interface:NosqlReturn a (paginated) list of errors for a given work request.- Specified by:
- listWorkRequestErrorsin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestLogspublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Description copied from interface:NosqlReturn a (paginated) list of logs for a given work request.- Specified by:
- listWorkRequestLogsin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestspublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Description copied from interface:NosqlList the work requests in a compartment.- Specified by:
- listWorkRequestsin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
prepareStatementpublic PrepareStatementResponse prepareStatement(PrepareStatementRequest request) Description copied from interface:NosqlPrepare a SQL statement for use in a query with variable substitution.- Specified by:
- prepareStatementin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
querypublic QueryResponse query(QueryRequest request) Description copied from interface:NosqlExecute a SQL query.
 - 
summarizeStatementpublic SummarizeStatementResponse summarizeStatement(SummarizeStatementRequest request) Description copied from interface:NosqlCheck the syntax and return a brief summary of a SQL statement.- Specified by:
- summarizeStatementin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
unassignKmsKeypublic UnassignKmsKeyResponse unassignKmsKey(UnassignKmsKeyRequest request) Description copied from interface:NosqlRemoves the global encryption key, if such exists, from a Hosted Environment, reverting to Oracle-managed encryption.- Specified by:
- unassignKmsKeyin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateConfigurationpublic UpdateConfigurationResponse updateConfiguration(UpdateConfigurationRequest request) Description copied from interface:NosqlUpdates the service-level configuration.The discriminator value UpdateConfigurationDetails.environmentmust match the service’s environment type.- Specified by:
- updateConfigurationin interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateRowpublic UpdateRowResponse updateRow(UpdateRowRequest request) Description copied from interface:NosqlWrite a single row into the table.
 - 
updateTablepublic UpdateTableResponse updateTable(UpdateTableRequest request) Description copied from interface:NosqlAlter the table identified by tableNameOrId, changing schema, limits, or tags- Specified by:
- updateTablein interface- Nosql
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic NosqlWaiters getWaiters() Description copied from interface:NosqlGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- Nosql
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic NosqlPaginators getPaginators() Description copied from interface:NosqlGets 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- Nosql
- 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() 
 
- 
 
-