Interface Analytics
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- AnalyticsClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190331") public interface Analytics extends AutoCloseableAnalytics API.This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeAnalyticsInstanceCompartmentResponsechangeAnalyticsInstanceCompartment(ChangeAnalyticsInstanceCompartmentRequest request)Change the compartment of an Analytics instance.ChangeAnalyticsInstanceNetworkEndpointResponsechangeAnalyticsInstanceNetworkEndpoint(ChangeAnalyticsInstanceNetworkEndpointRequest request)Change an Analytics instance network endpoint.CreateAnalyticsInstanceResponsecreateAnalyticsInstance(CreateAnalyticsInstanceRequest request)Create a new AnalyticsInstance in the specified compartment.CreatePrivateAccessChannelResponsecreatePrivateAccessChannel(CreatePrivateAccessChannelRequest request)Create an Private access Channel for the Analytics instance.CreateVanityUrlResponsecreateVanityUrl(CreateVanityUrlRequest request)Allows specifying a custom host name to be used to access the analytics instance.DeleteAnalyticsInstanceResponsedeleteAnalyticsInstance(DeleteAnalyticsInstanceRequest request)Terminates the specified Analytics instance.DeletePrivateAccessChannelResponsedeletePrivateAccessChannel(DeletePrivateAccessChannelRequest request)Delete an Analytics instance’s Private access channel with the given unique identifier key.DeleteVanityUrlResponsedeleteVanityUrl(DeleteVanityUrlRequest request)Allows deleting a previously created vanity url.DeleteWorkRequestResponsedeleteWorkRequest(DeleteWorkRequestRequest request)Cancel a work request that has not started yet.GetAnalyticsInstanceResponsegetAnalyticsInstance(GetAnalyticsInstanceRequest request)Info for a specific Analytics instance.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)AnalyticsPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetPrivateAccessChannelResponsegetPrivateAccessChannel(GetPrivateAccessChannelRequest request)Retrieve private access channel in the specified Analytics Instance.AnalyticsWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Get the details of a work request.ListAnalyticsInstancesResponselistAnalyticsInstances(ListAnalyticsInstancesRequest request)List Analytics instances.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Get the errors of a work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Get the logs of a work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)List all work requests in a compartment.voidrefreshClient()Rebuilds the client from scratch.ScaleAnalyticsInstanceResponsescaleAnalyticsInstance(ScaleAnalyticsInstanceRequest request)Scale an Analytics instance up or down.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).SetFeatureBundleResponsesetFeatureBundle(SetFeatureBundleRequest request)Set the external service properties of an Analytics instance.SetKmsKeyResponsesetKmsKey(SetKmsKeyRequest request)Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.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’).StartAnalyticsInstanceResponsestartAnalyticsInstance(StartAnalyticsInstanceRequest request)Starts the specified Analytics instance.StopAnalyticsInstanceResponsestopAnalyticsInstance(StopAnalyticsInstanceRequest request)Stop the specified Analytics instance.UpdateAnalyticsInstanceResponseupdateAnalyticsInstance(UpdateAnalyticsInstanceRequest request)Updates certain fields of an Analytics instance.UpdatePrivateAccessChannelResponseupdatePrivateAccessChannel(UpdatePrivateAccessChannelRequest request)Update the Private Access Channel with the given unique identifier key in the specified Analytics Instance.UpdateVanityUrlResponseupdateVanityUrl(UpdateVanityUrlRequest request)Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets 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.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) 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 callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeAnalyticsInstanceCompartmentChangeAnalyticsInstanceCompartmentResponse changeAnalyticsInstanceCompartment(ChangeAnalyticsInstanceCompartmentRequest request) Change the compartment of an Analytics instance.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ChangeAnalyticsInstanceCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAnalyticsInstanceCompartment API. 
 
 - 
changeAnalyticsInstanceNetworkEndpointChangeAnalyticsInstanceNetworkEndpointResponse changeAnalyticsInstanceNetworkEndpoint(ChangeAnalyticsInstanceNetworkEndpointRequest request) Change an Analytics instance network endpoint.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ChangeAnalyticsInstanceNetworkEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAnalyticsInstanceNetworkEndpoint API. 
 
 - 
createAnalyticsInstanceCreateAnalyticsInstanceResponse createAnalyticsInstance(CreateAnalyticsInstanceRequest request) Create a new AnalyticsInstance in the specified compartment.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/CreateAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAnalyticsInstance API. 
 
 - 
createPrivateAccessChannelCreatePrivateAccessChannelResponse createPrivateAccessChannel(CreatePrivateAccessChannelRequest request) Create an Private access Channel for the Analytics instance.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/CreatePrivateAccessChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePrivateAccessChannel API. 
 
 - 
createVanityUrlCreateVanityUrlResponse createVanityUrl(CreateVanityUrlRequest request) Allows specifying a custom host name to be used to access the analytics instance.This requires prior setup of DNS entry and certificate for this host. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/CreateVanityUrlExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVanityUrl API. 
 
 - 
deleteAnalyticsInstanceDeleteAnalyticsInstanceResponse deleteAnalyticsInstance(DeleteAnalyticsInstanceRequest request) Terminates the specified Analytics instance.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/DeleteAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAnalyticsInstance API. 
 
 - 
deletePrivateAccessChannelDeletePrivateAccessChannelResponse deletePrivateAccessChannel(DeletePrivateAccessChannelRequest request) Delete an Analytics instance’s Private access channel with the given unique identifier key.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/DeletePrivateAccessChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePrivateAccessChannel API. 
 
 - 
deleteVanityUrlDeleteVanityUrlResponse deleteVanityUrl(DeleteVanityUrlRequest request) Allows deleting a previously created vanity url.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/DeleteVanityUrlExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVanityUrl API. 
 
 - 
deleteWorkRequestDeleteWorkRequestResponse deleteWorkRequest(DeleteWorkRequestRequest request) Cancel a work request that has not started yet.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/DeleteWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWorkRequest API. 
 
 - 
getAnalyticsInstanceGetAnalyticsInstanceResponse getAnalyticsInstance(GetAnalyticsInstanceRequest request) Info for a specific Analytics instance.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/GetAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAnalyticsInstance API. 
 
 - 
getPrivateAccessChannelGetPrivateAccessChannelResponse getPrivateAccessChannel(GetPrivateAccessChannelRequest request) Retrieve private access channel in the specified Analytics Instance.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/GetPrivateAccessChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPrivateAccessChannel API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Get the details of a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
listAnalyticsInstancesListAnalyticsInstancesResponse listAnalyticsInstances(ListAnalyticsInstancesRequest request) List Analytics instances.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ListAnalyticsInstancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAnalyticsInstances API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Get the errors of a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Get the logs of a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) List all work requests in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
scaleAnalyticsInstanceScaleAnalyticsInstanceResponse scaleAnalyticsInstance(ScaleAnalyticsInstanceRequest request) Scale an Analytics instance up or down.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/ScaleAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScaleAnalyticsInstance API. 
 
 - 
setFeatureBundleSetFeatureBundleResponse setFeatureBundle(SetFeatureBundleRequest request) Set the external service properties of an Analytics instance.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/SetFeatureBundleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetFeatureBundle API. 
 
 - 
setKmsKeySetKmsKeyResponse setKmsKey(SetKmsKeyRequest request) Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/SetKmsKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetKmsKey API. 
 
 - 
startAnalyticsInstanceStartAnalyticsInstanceResponse startAnalyticsInstance(StartAnalyticsInstanceRequest request) Starts the specified Analytics instance.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/StartAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartAnalyticsInstance API. 
 
 - 
stopAnalyticsInstanceStopAnalyticsInstanceResponse stopAnalyticsInstance(StopAnalyticsInstanceRequest request) Stop the specified Analytics instance.The operation is long-running and creates a new WorkRequest. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/StopAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopAnalyticsInstance API. 
 
 - 
updateAnalyticsInstanceUpdateAnalyticsInstanceResponse updateAnalyticsInstance(UpdateAnalyticsInstanceRequest request) Updates certain fields of an Analytics instance.Fields that are not provided in the request will not be updated. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/UpdateAnalyticsInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAnalyticsInstance API. 
 
 - 
updatePrivateAccessChannelUpdatePrivateAccessChannelResponse updatePrivateAccessChannel(UpdatePrivateAccessChannelRequest request) Update the Private Access Channel with the given unique identifier key in the specified Analytics Instance.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/UpdatePrivateAccessChannelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdatePrivateAccessChannel API. 
 
 - 
updateVanityUrlUpdateVanityUrlResponse updateVanityUrl(UpdateVanityUrlRequest request) Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/analytics/UpdateVanityUrlExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVanityUrl API. 
 
 - 
getWaitersAnalyticsWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsAnalyticsPaginators getPaginators() Gets 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.- Returns:
- The service paginators.
 
 
- 
 
-