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: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProvider.java
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProviderClient.java
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountRecoverySettingType.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionType.java
+51-51Lines changed: 51 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
@@ -42,19 +42,19 @@ public class AccountTakeoverActionType implements Serializable {
42
42
* </li>
43
43
* <li>
44
44
* <p>
45
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
46
-
* it, else allow the request.
45
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
46
+
* configured it, else allow the request.
47
47
* </p>
48
48
* </li>
49
49
* <li>
50
50
* <p>
51
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
52
-
* else block the request.
51
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
52
+
* it, else block the request.
53
53
* </p>
54
54
* </li>
55
55
* <li>
56
56
* <p>
57
-
* <code>NO_ACTION</code> Allow the user sign-in.
57
+
* <code>NO_ACTION</code> Allow the user to signin.
58
58
* </p>
59
59
* </li>
60
60
* </ul>
@@ -134,19 +134,19 @@ public AccountTakeoverActionType withNotify(Boolean notify) {
134
134
* </li>
135
135
* <li>
136
136
* <p>
137
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
138
-
* it, else allow the request.
137
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
138
+
* configured it, else allow the request.
139
139
* </p>
140
140
* </li>
141
141
* <li>
142
142
* <p>
143
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
144
-
* else block the request.
143
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
144
+
* it, else block the request.
145
145
* </p>
146
146
* </li>
147
147
* <li>
148
148
* <p>
149
-
* <code>NO_ACTION</code> Allow the user sign-in.
149
+
* <code>NO_ACTION</code> Allow the user to signin.
150
150
* </p>
151
151
* </li>
152
152
* </ul>
@@ -165,19 +165,19 @@ public AccountTakeoverActionType withNotify(Boolean notify) {
165
165
* </li>
166
166
* <li>
167
167
* <p>
168
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
169
-
* configured it, else allow the request.
168
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user
169
+
* has configured it, else allow the request.
170
170
* </p>
171
171
* </li>
172
172
* <li>
173
173
* <p>
174
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
174
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
175
175
* configured it, else block the request.
176
176
* </p>
177
177
* </li>
178
178
* <li>
179
179
* <p>
180
-
* <code>NO_ACTION</code> Allow the user sign-in.
180
+
* <code>NO_ACTION</code> Allow the user to signin.
181
181
* </p>
182
182
* </li>
183
183
* </ul>
@@ -199,19 +199,19 @@ public String getEventAction() {
199
199
* </li>
200
200
* <li>
201
201
* <p>
202
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
203
-
* it, else allow the request.
202
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
203
+
* configured it, else allow the request.
204
204
* </p>
205
205
* </li>
206
206
* <li>
207
207
* <p>
208
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
209
-
* else block the request.
208
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
209
+
* it, else block the request.
210
210
* </p>
211
211
* </li>
212
212
* <li>
213
213
* <p>
214
-
* <code>NO_ACTION</code> Allow the user sign-in.
214
+
* <code>NO_ACTION</code> Allow the user to signin.
215
215
* </p>
216
216
* </li>
217
217
* </ul>
@@ -231,19 +231,19 @@ public String getEventAction() {
231
231
* </li>
232
232
* <li>
233
233
* <p>
234
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
235
-
* configured it, else allow the request.
234
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
235
+
* user has configured it, else allow the request.
236
236
* </p>
237
237
* </li>
238
238
* <li>
239
239
* <p>
240
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
240
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
241
241
* configured it, else block the request.
242
242
* </p>
243
243
* </li>
244
244
* <li>
245
245
* <p>
246
-
* <code>NO_ACTION</code> Allow the user sign-in.
246
+
* <code>NO_ACTION</code> Allow the user to signin.
247
247
* </p>
248
248
* </li>
249
249
* </ul>
@@ -265,19 +265,19 @@ public void setEventAction(String eventAction) {
265
265
* </li>
266
266
* <li>
267
267
* <p>
268
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
269
-
* it, else allow the request.
268
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
269
+
* configured it, else allow the request.
270
270
* </p>
271
271
* </li>
272
272
* <li>
273
273
* <p>
274
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
275
-
* else block the request.
274
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
275
+
* it, else block the request.
276
276
* </p>
277
277
* </li>
278
278
* <li>
279
279
* <p>
280
-
* <code>NO_ACTION</code> Allow the user sign-in.
280
+
* <code>NO_ACTION</code> Allow the user to signin.
281
281
* </p>
282
282
* </li>
283
283
* </ul>
@@ -300,19 +300,19 @@ public void setEventAction(String eventAction) {
300
300
* </li>
301
301
* <li>
302
302
* <p>
303
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
304
-
* configured it, else allow the request.
303
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
304
+
* user has configured it, else allow the request.
305
305
* </p>
306
306
* </li>
307
307
* <li>
308
308
* <p>
309
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
309
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
310
310
* configured it, else block the request.
311
311
* </p>
312
312
* </li>
313
313
* <li>
314
314
* <p>
315
-
* <code>NO_ACTION</code> Allow the user sign-in.
315
+
* <code>NO_ACTION</code> Allow the user to signin.
316
316
* </p>
317
317
* </li>
318
318
* </ul>
@@ -337,19 +337,19 @@ public AccountTakeoverActionType withEventAction(String eventAction) {
337
337
* </li>
338
338
* <li>
339
339
* <p>
340
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
341
-
* it, else allow the request.
340
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
341
+
* configured it, else allow the request.
342
342
* </p>
343
343
* </li>
344
344
* <li>
345
345
* <p>
346
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
347
-
* else block the request.
346
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
347
+
* it, else block the request.
348
348
* </p>
349
349
* </li>
350
350
* <li>
351
351
* <p>
352
-
* <code>NO_ACTION</code> Allow the user sign-in.
352
+
* <code>NO_ACTION</code> Allow the user to signin.
353
353
* </p>
354
354
* </li>
355
355
* </ul>
@@ -369,19 +369,19 @@ public AccountTakeoverActionType withEventAction(String eventAction) {
369
369
* </li>
370
370
* <li>
371
371
* <p>
372
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
373
-
* configured it, else allow the request.
372
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
373
+
* user has configured it, else allow the request.
374
374
* </p>
375
375
* </li>
376
376
* <li>
377
377
* <p>
378
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
378
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
379
379
* configured it, else block the request.
380
380
* </p>
381
381
* </li>
382
382
* <li>
383
383
* <p>
384
-
* <code>NO_ACTION</code> Allow the user sign-in.
384
+
* <code>NO_ACTION</code> Allow the user to signin.
385
385
* </p>
386
386
* </li>
387
387
* </ul>
@@ -403,19 +403,19 @@ public void setEventAction(AccountTakeoverEventActionType eventAction) {
403
403
* </li>
404
404
* <li>
405
405
* <p>
406
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
407
-
* it, else allow the request.
406
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
407
+
* configured it, else allow the request.
408
408
* </p>
409
409
* </li>
410
410
* <li>
411
411
* <p>
412
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
413
-
* else block the request.
412
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
413
+
* it, else block the request.
414
414
* </p>
415
415
* </li>
416
416
* <li>
417
417
* <p>
418
-
* <code>NO_ACTION</code> Allow the user sign-in.
418
+
* <code>NO_ACTION</code> Allow the user to signin.
419
419
* </p>
420
420
* </li>
421
421
* </ul>
@@ -438,19 +438,19 @@ public void setEventAction(AccountTakeoverEventActionType eventAction) {
438
438
* </li>
439
439
* <li>
440
440
* <p>
441
-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
442
-
* configured it, else allow the request.
441
+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
442
+
* user has configured it, else allow the request.
443
443
* </p>
444
444
* </li>
445
445
* <li>
446
446
* <p>
447
-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
447
+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
448
448
* configured it, else block the request.
449
449
* </p>
450
450
* </li>
451
451
* <li>
452
452
* <p>
453
-
* <code>NO_ACTION</code> Allow the user sign-in.
453
+
* <code>NO_ACTION</code> Allow the user to signin.
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionsType.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverEventActionType.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverRiskConfigurationType.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ public class AccountTakeoverRiskConfigurationType implements Serializable {
33
33
34
34
/**
35
35
* <p>
36
-
* Account takeover risk configuration actions
36
+
* Account takeover risk configuration actions.
37
37
* </p>
38
38
*/
39
39
privateAccountTakeoverActionsTypeactions;
@@ -88,11 +88,11 @@ public AccountTakeoverRiskConfigurationType withNotifyConfiguration(
88
88
89
89
/**
90
90
* <p>
91
-
* Account takeover risk configuration actions
91
+
* Account takeover risk configuration actions.
92
92
* </p>
93
93
*
94
94
* @return <p>
95
-
* Account takeover risk configuration actions
95
+
* Account takeover risk configuration actions.
96
96
* </p>
97
97
*/
98
98
publicAccountTakeoverActionsTypegetActions() {
@@ -101,11 +101,11 @@ public AccountTakeoverActionsType getActions() {
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesRequest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesResult.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminAddUserToGroupRequest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
5
* You may not use this file except in compliance with the License.
0 commit comments