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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 1.28.0 - 2020-12-15
7
+
### Added
8
+
- Support for filtering listKeys based on KeyShape in KeyManagement service
9
+
- Support for the Oracle Roving Edge Infrastructure service
10
+
- Support for flexible ShapeDetails in Load Balancer service
11
+
- Support for listing of harvested Rules, additional filtering for Logical Entity list calls in Data Catalog service
12
+
- Support second level domain for audit SDK
13
+
- Support for listing flex components in Database service
14
+
- Support for APEX service for ADBS on OCI console for Database service
15
+
- Support for Customer-Managed Key features as a part of the Database service
16
+
- Support for Github configuration source provider as part of the Resource Manager service
17
+
18
+
### Breaking Changes
19
+
- The following deprecated API methods have been removed from the Database Service : `createAutonomousDataWarehouse`,`createAutonomousDataWarehouseBackup`,`deleteAutonomousDataWarehouse`,`generateAutonomousDataWarehouseWallet`,`getAutonomousDataWarehouse`,`getAutonomousDataWarehouseBackup`,`listAutonomousDataWarehouseBackups`,`listAutonomousDataWarehouses`,`restoreAutonomousDataWarehouse`,`startAutonomousDataWarehouse`,`stopAutonomousDataWarehouse`,`updateAutonomousDataWarehouse`
20
+
6
21
## 1.27.1 - 2020-12-08
7
22
### Added
8
23
- Support for Integration Service custom endpoint feature
Copy file name to clipboardExpand all lines: bmc-analytics/src/main/java/com/oracle/bmc/analytics/Analytics.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ public interface Analytics extends AutoCloseable {
53
53
* @param request The request object containing the details to send
54
54
* @return A response object containing details about the completed operation
55
55
* @throws BmcException when an error occurs.
56
+
*
57
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ChangeAnalyticsInstanceCompartmentExample.java.html">here</a> to see how to use ChangeAnalyticsInstanceCompartment API.
* @param request The request object containing the details to send
65
67
* @return A response object containing details about the completed operation
66
68
* @throws BmcException when an error occurs.
69
+
*
70
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ChangeAnalyticsInstanceNetworkEndpointExample.java.html">here</a> to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
* @param request The request object containing the details to send
76
80
* @return A response object containing details about the completed operation
77
81
* @throws BmcException when an error occurs.
82
+
*
83
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/CreateAnalyticsInstanceExample.java.html">here</a> to see how to use CreateAnalyticsInstance API.
* @param request The request object containing the details to send
86
92
* @return A response object containing details about the completed operation
87
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/DeleteAnalyticsInstanceExample.java.html">here</a> to see how to use DeleteAnalyticsInstance API.
* @param request The request object containing the details to send
95
103
* @return A response object containing details about the completed operation
96
104
* @throws BmcException when an error occurs.
105
+
*
106
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/DeleteWorkRequestExample.java.html">here</a> to see how to use DeleteWorkRequest API.
* @param request The request object containing the details to send
104
114
* @return A response object containing details about the completed operation
105
115
* @throws BmcException when an error occurs.
116
+
*
117
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/GetAnalyticsInstanceExample.java.html">here</a> to see how to use GetAnalyticsInstance API.
* @param request The request object containing the details to send
113
125
* @return A response object containing details about the completed operation
114
126
* @throws BmcException when an error occurs.
127
+
*
128
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/GetWorkRequestExample.java.html">here</a> to see how to use GetWorkRequest API.
* @param request The request object containing the details to send
122
136
* @return A response object containing details about the completed operation
123
137
* @throws BmcException when an error occurs.
138
+
*
139
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ListAnalyticsInstancesExample.java.html">here</a> to see how to use ListAnalyticsInstances API.
* @param request The request object containing the details to send
131
147
* @return A response object containing details about the completed operation
132
148
* @throws BmcException when an error occurs.
149
+
*
150
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ListWorkRequestErrorsExample.java.html">here</a> to see how to use ListWorkRequestErrors API.
* @param request The request object containing the details to send
140
158
* @return A response object containing details about the completed operation
141
159
* @throws BmcException when an error occurs.
160
+
*
161
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ListWorkRequestLogsExample.java.html">here</a> to see how to use ListWorkRequestLogs API.
* @param request The request object containing the details to send
149
169
* @return A response object containing details about the completed operation
150
170
* @throws BmcException when an error occurs.
171
+
*
172
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ListWorkRequestsExample.java.html">here</a> to see how to use ListWorkRequests API.
* @param request The request object containing the details to send
159
181
* @return A response object containing details about the completed operation
160
182
* @throws BmcException when an error occurs.
183
+
*
184
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ScaleAnalyticsInstanceExample.java.html">here</a> to see how to use ScaleAnalyticsInstance API.
* @param request The request object containing the details to send
169
193
* @return A response object containing details about the completed operation
170
194
* @throws BmcException when an error occurs.
195
+
*
196
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/StartAnalyticsInstanceExample.java.html">here</a> to see how to use StartAnalyticsInstance API.
* @param request The request object containing the details to send
179
205
* @return A response object containing details about the completed operation
180
206
* @throws BmcException when an error occurs.
207
+
*
208
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/StopAnalyticsInstanceExample.java.html">here</a> to see how to use StopAnalyticsInstance API.
* @param request The request object containing the details to send
189
217
* @return A response object containing details about the completed operation
190
218
* @throws BmcException when an error occurs.
219
+
*
220
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/UpdateAnalyticsInstanceExample.java.html">here</a> to see how to use UpdateAnalyticsInstance API.
Copy file name to clipboardExpand all lines: bmc-analytics/src/main/java/com/oracle/bmc/analytics/requests/ChangeAnalyticsInstanceCompartmentRequest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
packagecom.oracle.bmc.analytics.requests;
6
6
7
7
importcom.oracle.bmc.analytics.model.*;
8
-
8
+
/**
9
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ChangeAnalyticsInstanceCompartmentExample.java.html">here</a> to see how to use ChangeAnalyticsInstanceCompartmentRequest.
Copy file name to clipboardExpand all lines: bmc-analytics/src/main/java/com/oracle/bmc/analytics/requests/ChangeAnalyticsInstanceNetworkEndpointRequest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
packagecom.oracle.bmc.analytics.requests;
6
6
7
7
importcom.oracle.bmc.analytics.model.*;
8
-
8
+
/**
9
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/ChangeAnalyticsInstanceNetworkEndpointExample.java.html">here</a> to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
Copy file name to clipboardExpand all lines: bmc-analytics/src/main/java/com/oracle/bmc/analytics/requests/CreateAnalyticsInstanceRequest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
packagecom.oracle.bmc.analytics.requests;
6
6
7
7
importcom.oracle.bmc.analytics.model.*;
8
-
8
+
/**
9
+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/analytics/CreateAnalyticsInstanceExample.java.html">here</a> to see how to use CreateAnalyticsInstanceRequest.
0 commit comments