You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create an Private access Channel for the Analytics instance. The operation is long-running
89
+
* and creates a new WorkRequest.
90
+
*
91
+
* @param request The request object containing the details to send
92
+
* @return A response object containing details about the completed operation
93
+
* @throws BmcException when an error occurs.
94
+
*
95
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/CreatePrivateAccessChannelExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use CreatePrivateAccessChannel API.
* Allows specifying a custom host name to be used to access the analytics instance. This requires prior setup of DNS entry and certificate
102
+
* for this host.
103
+
*
104
+
* @param request The request object containing the details to send
105
+
* @return A response object containing details about the completed operation
106
+
* @throws BmcException when an error occurs.
107
+
*
108
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/CreateVanityUrlExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use CreateVanityUrl API.
* Delete an Analytics instance's Private access channel with the given unique identifier key.
126
+
*
127
+
* @param request The request object containing the details to send
128
+
* @return A response object containing details about the completed operation
129
+
* @throws BmcException when an error occurs.
130
+
*
131
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/DeletePrivateAccessChannelExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DeletePrivateAccessChannel API.
* Allows deleting a previously created vanity url.
138
+
*
139
+
* @param request The request object containing the details to send
140
+
* @return A response object containing details about the completed operation
141
+
* @throws BmcException when an error occurs.
142
+
*
143
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/DeleteVanityUrlExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use DeleteVanityUrl API.
* Retrieve private access channel in the specified Analytics Instance.
171
+
*
172
+
* @param request The request object containing the details to send
173
+
* @return A response object containing details about the completed operation
174
+
* @throws BmcException when an error occurs.
175
+
*
176
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/GetPrivateAccessChannelExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use GetPrivateAccessChannel API.
* Update the Private Access Channel with the given unique identifier key in the specified Analytics Instance.
285
+
*
286
+
* @param request The request object containing the details to send
287
+
* @return A response object containing details about the completed operation
288
+
* @throws BmcException when an error occurs.
289
+
*
290
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/UpdatePrivateAccessChannelExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use UpdatePrivateAccessChannel API.
* Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.
297
+
*
298
+
* @param request The request object containing the details to send
299
+
* @return A response object containing details about the completed operation
300
+
* @throws BmcException when an error occurs.
301
+
*
302
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/UpdateVanityUrlExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use UpdateVanityUrl API.
0 commit comments