Skip to content

Commit 0804620

Browse files
author
DEXREQ Automation
committed
1 parent f9b8da7 commit 0804620

File tree

117 files changed

+1001
-831
lines changed

Some content is hidden

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

117 files changed

+1001
-831
lines changed

bmc-waas/src/main/java/com/oracle/bmc/waas/Waas.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public interface Waas extends AutoCloseable {
7272
*
7373
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
7474
* of recommended Web Application Firewall protection rules. For more information, see [WAF
75-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
75+
* Protection
76+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
7677
*
7778
* @param request The request object containing the details to send
7879
* @return A response object containing details about the completed operation
@@ -228,7 +229,8 @@ ChangeWaasPolicyCompartmentResponse changeWaasPolicyCompartment(
228229
* the Web Application Firewall service, including rules from
229230
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
230231
* ModSecurity syntax. For more information about custom protection rules, see [Custom
231-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
232+
* Protection
233+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
232234
*
233235
* @param request The request object containing the details to send
234236
* @return A response object containing details about the completed operation
@@ -729,8 +731,9 @@ ListCustomProtectionRulesResponse listCustomProtectionRules(
729731
*
730732
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
731733
* to accept recommended Web Application Firewall protection rules. For more information, see
732-
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
733-
* list is sorted by `key`, in ascending order.
734+
* [WAF Protection
735+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
736+
* is sorted by `key`, in ascending order.
734737
*
735738
* @param request The request object containing the details to send
736739
* @return A response object containing details about the completed operation
@@ -1166,10 +1169,10 @@ UpdateHumanInteractionChallengeResponse updateHumanInteractionChallenge(
11661169
* Updates the action for each specified protection rule. Requests can either be allowed,
11671170
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11681171
* information on protection rules, see [WAF Protection
1169-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1170-
* update or disable protection rules depending on the structure of the request body. Protection
1171-
* rules can be updated by changing the properties of the protection rule object with the rule's
1172-
* key specified in the key field.
1172+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1173+
* operation can update or disable protection rules depending on the structure of the request
1174+
* body. Protection rules can be updated by changing the properties of the protection rule
1175+
* object with the rule's key specified in the key field.
11731176
*
11741177
* @param request The request object containing the details to send
11751178
* @return A response object containing details about the completed operation

bmc-waas/src/main/java/com/oracle/bmc/waas/WaasAsync.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public interface WaasAsync extends AutoCloseable {
6868
*
6969
* <p>Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list
7070
* of recommended Web Application Firewall protection rules. For more information, see [WAF
71-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
71+
* Protection
72+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
7273
*
7374
* @param request The request object containing the details to send
7475
* @param handler The request handler to invoke upon completion, may be null.
@@ -224,7 +225,8 @@ java.util.concurrent.Future<CreateCertificateResponse> createCertificate(
224225
* the Web Application Firewall service, including rules from
225226
* [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the
226227
* ModSecurity syntax. For more information about custom protection rules, see [Custom
227-
* Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
228+
* Protection
229+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
228230
*
229231
* @param request The request object containing the details to send
230232
* @param handler The request handler to invoke upon completion, may be null.
@@ -714,8 +716,9 @@ java.util.concurrent.Future<ListProtectionRulesResponse> listProtectionRules(
714716
*
715717
* <p>Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method
716718
* to accept recommended Web Application Firewall protection rules. For more information, see
717-
* [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The
718-
* list is sorted by `key`, in ascending order.
719+
* [WAF Protection
720+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). The list
721+
* is sorted by `key`, in ascending order.
719722
*
720723
* @param request The request object containing the details to send
721724
* @param handler The request handler to invoke upon completion, may be null.
@@ -1147,10 +1150,10 @@ java.util.concurrent.Future<UpdatePolicyConfigResponse> updatePolicyConfig(
11471150
* Updates the action for each specified protection rule. Requests can either be allowed,
11481151
* blocked, or trigger an alert if they meet the parameters of an applied rule. For more
11491152
* information on protection rules, see [WAF Protection
1150-
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This operation can
1151-
* update or disable protection rules depending on the structure of the request body. Protection
1152-
* rules can be updated by changing the properties of the protection rule object with the rule's
1153-
* key specified in the key field.
1153+
* Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm). This
1154+
* operation can update or disable protection rules depending on the structure of the request
1155+
* body. Protection rules can be updated by changing the properties of the protection rule
1156+
* object with the rule's key specified in the key field.
11541157
*
11551158
* @param request The request object containing the details to send
11561159
* @param handler The request handler to invoke upon completion, may be null.

bmc-waas/src/main/java/com/oracle/bmc/waas/model/AddressList.java

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ public AddressList(
5757
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5858
public static class Builder {
5959
/**
60-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
61-
* list.
60+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
61+
* address list.
6262
*/
6363
@com.fasterxml.jackson.annotation.JsonProperty("id")
6464
private String id;
6565

6666
/**
67-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
68-
* list.
67+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
68+
* address list.
6969
*
7070
* @param id the value to set
7171
* @return this builder
@@ -76,15 +76,15 @@ public Builder id(String id) {
7676
return this;
7777
}
7878
/**
79-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
80-
* list's compartment.
79+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
80+
* address list's compartment.
8181
*/
8282
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8383
private String compartmentId;
8484

8585
/**
86-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
87-
* list's compartment.
86+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
87+
* address list's compartment.
8888
*
8989
* @param compartmentId the value to set
9090
* @return this builder
@@ -287,13 +287,15 @@ public Builder toBuilder() {
287287
}
288288

289289
/**
290-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
290+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
291+
* address list.
291292
*/
292293
@com.fasterxml.jackson.annotation.JsonProperty("id")
293294
private final String id;
294295

295296
/**
296-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
297+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
298+
* address list.
297299
*
298300
* @return the value
299301
*/
@@ -302,15 +304,15 @@ public String getId() {
302304
}
303305

304306
/**
305-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
306-
* compartment.
307+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
308+
* address list's compartment.
307309
*/
308310
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
309311
private final String compartmentId;
310312

311313
/**
312-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
313-
* compartment.
314+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
315+
* address list's compartment.
314316
*
315317
* @return the value
316318
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/AddressListSummary.java

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ public AddressListSummary(
5656
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5757
public static class Builder {
5858
/**
59-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
60-
* list.
59+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
60+
* address list.
6161
*/
6262
@com.fasterxml.jackson.annotation.JsonProperty("id")
6363
private String id;
6464

6565
/**
66-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
67-
* list.
66+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
67+
* address list.
6868
*
6969
* @param id the value to set
7070
* @return this builder
@@ -75,15 +75,15 @@ public Builder id(String id) {
7575
return this;
7676
}
7777
/**
78-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
79-
* list's compartment.
78+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
79+
* address list's compartment.
8080
*/
8181
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8282
private String compartmentId;
8383

8484
/**
85-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address
86-
* list's compartment.
85+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
86+
* address list's compartment.
8787
*
8888
* @param compartmentId the value to set
8989
* @return this builder
@@ -265,13 +265,15 @@ public Builder toBuilder() {
265265
}
266266

267267
/**
268-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
268+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
269+
* address list.
269270
*/
270271
@com.fasterxml.jackson.annotation.JsonProperty("id")
271272
private final String id;
272273

273274
/**
274-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list.
275+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
276+
* address list.
275277
*
276278
* @return the value
277279
*/
@@ -280,15 +282,15 @@ public String getId() {
280282
}
281283

282284
/**
283-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
284-
* compartment.
285+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
286+
* address list's compartment.
285287
*/
286288
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
287289
private final String compartmentId;
288290

289291
/**
290-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list's
291-
* compartment.
292+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
293+
* address list's compartment.
292294
*
293295
* @return the value
294296
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/Certificate.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -508,13 +508,15 @@ public Builder toBuilder() {
508508
}
509509

510510
/**
511-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate.
511+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
512+
* certificate.
512513
*/
513514
@com.fasterxml.jackson.annotation.JsonProperty("id")
514515
private final String id;
515516

516517
/**
517-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate.
518+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
519+
* certificate.
518520
*
519521
* @return the value
520522
*/
@@ -523,15 +525,15 @@ public String getId() {
523525
}
524526

525527
/**
526-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate's
527-
* compartment.
528+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
529+
* certificate's compartment.
528530
*/
529531
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
530532
private final String compartmentId;
531533

532534
/**
533-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the certificate's
534-
* compartment.
535+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
536+
* certificate's compartment.
535537
*
536538
* @return the value
537539
*/

bmc-waas/src/main/java/com/oracle/bmc/waas/model/CertificateSummary.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ public CertificateSummary(
5757
@com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder(withPrefix = "")
5858
public static class Builder {
5959
/**
60-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
61-
* certificate.
60+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
61+
* SSL certificate.
6262
*/
6363
@com.fasterxml.jackson.annotation.JsonProperty("id")
6464
private String id;
6565

6666
/**
67-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
68-
* certificate.
67+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
68+
* SSL certificate.
6969
*
7070
* @param id the value to set
7171
* @return this builder
@@ -76,15 +76,15 @@ public Builder id(String id) {
7676
return this;
7777
}
7878
/**
79-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
80-
* certificate's compartment.
79+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
80+
* SSL certificate's compartment.
8181
*/
8282
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
8383
private String compartmentId;
8484

8585
/**
86-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL
87-
* certificate's compartment.
86+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
87+
* SSL certificate's compartment.
8888
*
8989
* @param compartmentId the value to set
9090
* @return this builder

bmc-waas/src/main/java/com/oracle/bmc/waas/model/ChangeAddressListCompartmentDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,18 @@ public Builder toBuilder() {
8686
}
8787

8888
/**
89-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
90-
* into which the resource should be moved. For information about moving resources between
91-
* compartments, see [Moving Resources to a Different
89+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
90+
* compartment into which the resource should be moved. For information about moving resources
91+
* between compartments, see [Moving Resources to a Different
9292
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
9393
*/
9494
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
9595
private final String compartmentId;
9696

9797
/**
98-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
99-
* into which the resource should be moved. For information about moving resources between
100-
* compartments, see [Moving Resources to a Different
98+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
99+
* compartment into which the resource should be moved. For information about moving resources
100+
* between compartments, see [Moving Resources to a Different
101101
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
102102
*
103103
* @return the value

bmc-waas/src/main/java/com/oracle/bmc/waas/model/ChangeCertificateCompartmentDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,18 @@ public Builder toBuilder() {
8686
}
8787

8888
/**
89-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
90-
* into which the resource should be moved. For information about moving resources between
91-
* compartments, see [Moving Resources to a Different
89+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
90+
* compartment into which the resource should be moved. For information about moving resources
91+
* between compartments, see [Moving Resources to a Different
9292
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
9393
*/
9494
@com.fasterxml.jackson.annotation.JsonProperty("compartmentId")
9595
private final String compartmentId;
9696

9797
/**
98-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
99-
* into which the resource should be moved. For information about moving resources between
100-
* compartments, see [Moving Resources to a Different
98+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
99+
* compartment into which the resource should be moved. For information about moving resources
100+
* between compartments, see [Moving Resources to a Different
101101
* Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
102102
*
103103
* @return the value

0 commit comments

Comments
 (0)