Skip to content

Commit c9f0531

Browse files
authored
Releasing version 1.23.4 (#254)
1 parent 964d7e1 commit c9f0531

File tree

216 files changed

+16722
-388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+16722
-388
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 1.23.4 - 2020-09-29
7+
### Added
8+
- Support for specifying custom content dispositions when downloading objects in the Object Storage service
9+
- Support for the “bring your own IP address” feature in the Virtual Networking service
10+
- Support for updating the tags of instance console connections in the Compute service
11+
- Support for custom SSL certificates on gateways in the API Gateway service
12+
613
## 1.23.3 - 2020-09-22
714
### Added
815
- Support for software keys in the Key Management service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>1.23.3</version>
7+
<version>1.23.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.oracle.oci.sdk</groupId>
4444
<artifactId>oci-java-sdk-common</artifactId>
45-
<version>1.23.3</version>
45+
<version>1.23.4</version>
4646
</dependency>
4747

4848
<!-- Explicitly pull in this version of httpclient and its httpcore dependency to address:

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.23.3</version>
8+
<version>1.23.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.oracle.oci.sdk</groupId>
3838
<artifactId>oci-java-sdk-common</artifactId>
39-
<version>1.23.3</version>
39+
<version>1.23.4</version>
4040
</dependency>
4141
</dependencies>
4242
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>1.23.3</version>
10+
<version>1.23.4</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.oracle.oci.sdk</groupId>
6363
<artifactId>oci-java-sdk-common</artifactId>
64-
<version>1.23.3</version>
64+
<version>1.23.4</version>
6565
</dependency>
6666
</dependencies>
6767

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.23.3</version>
8+
<version>1.23.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-analytics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.23.3</version>
7+
<version>1.23.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-analytics</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.23.3</version>
18+
<version>1.23.4</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-announcementsservice/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.23.3</version>
7+
<version>1.23.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.23.3</version>
20+
<version>1.23.4</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-apigateway/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.23.3</version>
7+
<version>1.23.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-apigateway</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.23.3</version>
18+
<version>1.23.4</version>
1919
</dependency>
2020
</dependencies>
2121
</project>
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
/**
2+
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
*/
5+
package com.oracle.bmc.apigateway;
6+
7+
import com.oracle.bmc.apigateway.requests.*;
8+
import com.oracle.bmc.apigateway.responses.*;
9+
10+
/**
11+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
12+
* For more information, see
13+
* [Overview of API Gateway](https://docs.cloud.oracle.com/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
14+
*
15+
*/
16+
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190501")
17+
public interface ApiGateway extends AutoCloseable {
18+
19+
/**
20+
* Sets the endpoint to call (ex, https://www.example.com).
21+
* @param endpoint The endpoint of the service.
22+
*/
23+
void setEndpoint(String endpoint);
24+
25+
/**
26+
* Gets the set endpoint for REST call (ex, https://www.example.com)
27+
*/
28+
String getEndpoint();
29+
30+
/**
31+
* Sets the region to call (ex, Region.US_PHOENIX_1).
32+
* <p>
33+
* Note, this will call {@link #setEndpoint(String) setEndpoint} after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
34+
* @param region The region of the service.
35+
*/
36+
void setRegion(com.oracle.bmc.Region region);
37+
38+
/**
39+
* Sets the region to call (ex, 'us-phoenix-1').
40+
* <p>
41+
* Note, this will first try to map the region ID to a known Region and call
42+
* {@link #setRegion(Region) setRegion}.
43+
* <p>
44+
* If no known Region could be determined, it will create an endpoint based on the
45+
* default endpoint format ({@link com.oracle.bmc.Region#formatDefaultRegionEndpoint(Service, String)}
46+
* and then call {@link #setEndpoint(String) setEndpoint}.
47+
* @param regionId The public region ID.
48+
*/
49+
void setRegion(String regionId);
50+
51+
/**
52+
* Changes the certificate compartment.
53+
* @param request The request object containing the details to send
54+
* @return A response object containing details about the completed operation
55+
* @throws BmcException when an error occurs.
56+
*/
57+
ChangeCertificateCompartmentResponse changeCertificateCompartment(
58+
ChangeCertificateCompartmentRequest request);
59+
60+
/**
61+
* Creates a new Certificate.
62+
*
63+
* @param request The request object containing the details to send
64+
* @return A response object containing details about the completed operation
65+
* @throws BmcException when an error occurs.
66+
*/
67+
CreateCertificateResponse createCertificate(CreateCertificateRequest request);
68+
69+
/**
70+
* Deletes the certificate with the given identifier.
71+
* @param request The request object containing the details to send
72+
* @return A response object containing details about the completed operation
73+
* @throws BmcException when an error occurs.
74+
*/
75+
DeleteCertificateResponse deleteCertificate(DeleteCertificateRequest request);
76+
77+
/**
78+
* Gets a certificate by identifier.
79+
* @param request The request object containing the details to send
80+
* @return A response object containing details about the completed operation
81+
* @throws BmcException when an error occurs.
82+
*/
83+
GetCertificateResponse getCertificate(GetCertificateRequest request);
84+
85+
/**
86+
* Returns a list of certificates.
87+
*
88+
* @param request The request object containing the details to send
89+
* @return A response object containing details about the completed operation
90+
* @throws BmcException when an error occurs.
91+
*/
92+
ListCertificatesResponse listCertificates(ListCertificatesRequest request);
93+
94+
/**
95+
* Updates a certificate with the given identifier
96+
* @param request The request object containing the details to send
97+
* @return A response object containing details about the completed operation
98+
* @throws BmcException when an error occurs.
99+
*/
100+
UpdateCertificateResponse updateCertificate(UpdateCertificateRequest request);
101+
102+
/**
103+
* Gets the pre-configured waiters available for resources for this service.
104+
*
105+
* @return The service waiters.
106+
*/
107+
ApiGatewayWaiters getWaiters();
108+
109+
/**
110+
* Gets the pre-configured paginators available for list operations in this service which may return multiple
111+
* pages of data. These paginators provide an {@link java.lang.Iterable} interface so that service responses, or
112+
* resources/records, can be iterated through without having to manually deal with pagination and page tokens.
113+
*
114+
* @return The service paginators.
115+
*/
116+
ApiGatewayPaginators getPaginators();
117+
}
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
/**
2+
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
*/
5+
package com.oracle.bmc.apigateway;
6+
7+
import com.oracle.bmc.apigateway.requests.*;
8+
import com.oracle.bmc.apigateway.responses.*;
9+
10+
/**
11+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
12+
* For more information, see
13+
* [Overview of API Gateway](https://docs.cloud.oracle.com/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
14+
*
15+
*/
16+
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20190501")
17+
public interface ApiGatewayAsync extends AutoCloseable {
18+
19+
/**
20+
* Sets the endpoint to call (ex, https://www.example.com).
21+
* @param endpoint The endpoint of the serice.
22+
*/
23+
void setEndpoint(String endpoint);
24+
25+
/**
26+
* Gets the set endpoint for REST call (ex, https://www.example.com)
27+
*/
28+
String getEndpoint();
29+
30+
/**
31+
* Sets the region to call (ex, Region.US_PHOENIX_1).
32+
* <p>
33+
* Note, this will call {@link #setEndpoint(String) setEndpoint} after resolving the endpoint. If the service is not available in this region, however, an IllegalArgumentException will be raised.
34+
* @param region The region of the service.
35+
*/
36+
void setRegion(com.oracle.bmc.Region region);
37+
38+
/**
39+
* Sets the region to call (ex, 'us-phoenix-1').
40+
* <p>
41+
* Note, this will first try to map the region ID to a known Region and call
42+
* {@link #setRegion(Region) setRegion}.
43+
* <p>
44+
* If no known Region could be determined, it will create an endpoint based on the
45+
* default endpoint format ({@link com.oracle.bmc.Region#formatDefaultRegionEndpoint(Service, String)}
46+
* and then call {@link #setEndpoint(String) setEndpoint}.
47+
* @param regionId The public region ID.
48+
*/
49+
void setRegion(String regionId);
50+
51+
/**
52+
* Changes the certificate compartment.
53+
*
54+
* @param request The request object containing the details to send
55+
* @param handler The request handler to invoke upon completion, may be null.
56+
* @return A Future that can be used to get the response if no AsyncHandler was
57+
* provided. Note, if you provide an AsyncHandler and use the Future, some
58+
* types of responses (like java.io.InputStream) may not be able to be read in
59+
* both places as the underlying stream may only be consumed once.
60+
*/
61+
java.util.concurrent.Future<ChangeCertificateCompartmentResponse> changeCertificateCompartment(
62+
ChangeCertificateCompartmentRequest request,
63+
com.oracle.bmc.responses.AsyncHandler<
64+
ChangeCertificateCompartmentRequest,
65+
ChangeCertificateCompartmentResponse>
66+
handler);
67+
68+
/**
69+
* Creates a new Certificate.
70+
*
71+
*
72+
* @param request The request object containing the details to send
73+
* @param handler The request handler to invoke upon completion, may be null.
74+
* @return A Future that can be used to get the response if no AsyncHandler was
75+
* provided. Note, if you provide an AsyncHandler and use the Future, some
76+
* types of responses (like java.io.InputStream) may not be able to be read in
77+
* both places as the underlying stream may only be consumed once.
78+
*/
79+
java.util.concurrent.Future<CreateCertificateResponse> createCertificate(
80+
CreateCertificateRequest request,
81+
com.oracle.bmc.responses.AsyncHandler<
82+
CreateCertificateRequest, CreateCertificateResponse>
83+
handler);
84+
85+
/**
86+
* Deletes the certificate with the given identifier.
87+
*
88+
* @param request The request object containing the details to send
89+
* @param handler The request handler to invoke upon completion, may be null.
90+
* @return A Future that can be used to get the response if no AsyncHandler was
91+
* provided. Note, if you provide an AsyncHandler and use the Future, some
92+
* types of responses (like java.io.InputStream) may not be able to be read in
93+
* both places as the underlying stream may only be consumed once.
94+
*/
95+
java.util.concurrent.Future<DeleteCertificateResponse> deleteCertificate(
96+
DeleteCertificateRequest request,
97+
com.oracle.bmc.responses.AsyncHandler<
98+
DeleteCertificateRequest, DeleteCertificateResponse>
99+
handler);
100+
101+
/**
102+
* Gets a certificate by identifier.
103+
*
104+
* @param request The request object containing the details to send
105+
* @param handler The request handler to invoke upon completion, may be null.
106+
* @return A Future that can be used to get the response if no AsyncHandler was
107+
* provided. Note, if you provide an AsyncHandler and use the Future, some
108+
* types of responses (like java.io.InputStream) may not be able to be read in
109+
* both places as the underlying stream may only be consumed once.
110+
*/
111+
java.util.concurrent.Future<GetCertificateResponse> getCertificate(
112+
GetCertificateRequest request,
113+
com.oracle.bmc.responses.AsyncHandler<GetCertificateRequest, GetCertificateResponse>
114+
handler);
115+
116+
/**
117+
* Returns a list of certificates.
118+
*
119+
*
120+
* @param request The request object containing the details to send
121+
* @param handler The request handler to invoke upon completion, may be null.
122+
* @return A Future that can be used to get the response if no AsyncHandler was
123+
* provided. Note, if you provide an AsyncHandler and use the Future, some
124+
* types of responses (like java.io.InputStream) may not be able to be read in
125+
* both places as the underlying stream may only be consumed once.
126+
*/
127+
java.util.concurrent.Future<ListCertificatesResponse> listCertificates(
128+
ListCertificatesRequest request,
129+
com.oracle.bmc.responses.AsyncHandler<ListCertificatesRequest, ListCertificatesResponse>
130+
handler);
131+
132+
/**
133+
* Updates a certificate with the given identifier
134+
*
135+
* @param request The request object containing the details to send
136+
* @param handler The request handler to invoke upon completion, may be null.
137+
* @return A Future that can be used to get the response if no AsyncHandler was
138+
* provided. Note, if you provide an AsyncHandler and use the Future, some
139+
* types of responses (like java.io.InputStream) may not be able to be read in
140+
* both places as the underlying stream may only be consumed once.
141+
*/
142+
java.util.concurrent.Future<UpdateCertificateResponse> updateCertificate(
143+
UpdateCertificateRequest request,
144+
com.oracle.bmc.responses.AsyncHandler<
145+
UpdateCertificateRequest, UpdateCertificateResponse>
146+
handler);
147+
}

0 commit comments

Comments
 (0)