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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1854,6 +1854,9 @@ public AdminUpdateDeviceStatusResult adminUpdateDeviceStatus(
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserConfigType.java
+58Lines changed: 58 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,14 @@ public class AdminCreateUserConfigType implements Serializable {
40
40
* the <code>MessageAction</code> parameter. The default value for this
41
41
* parameter is 7.
42
42
* </p>
43
+
* <note>
44
+
* <p>
45
+
* If you set a value for <code>TemporaryPasswordValidityDays</code> in
46
+
* <code>PasswordPolicy</code>, that value will be used and
47
+
* <code>UnusedAccountValidityDays</code> will be deprecated for that user
48
+
* pool.
49
+
* </p>
50
+
* </note>
43
51
* <p>
44
52
* <b>Constraints:</b><br/>
45
53
* <b>Range: </b>0 - 365<br/>
@@ -140,6 +148,14 @@ public AdminCreateUserConfigType withAllowAdminCreateUserOnly(Boolean allowAdmin
140
148
* the <code>MessageAction</code> parameter. The default value for this
141
149
* parameter is 7.
142
150
* </p>
151
+
* <note>
152
+
* <p>
153
+
* If you set a value for <code>TemporaryPasswordValidityDays</code> in
154
+
* <code>PasswordPolicy</code>, that value will be used and
155
+
* <code>UnusedAccountValidityDays</code> will be deprecated for that user
156
+
* pool.
157
+
* </p>
158
+
* </note>
143
159
* <p>
144
160
* <b>Constraints:</b><br/>
145
161
* <b>Range: </b>0 - 365<br/>
@@ -152,6 +168,14 @@ public AdminCreateUserConfigType withAllowAdminCreateUserOnly(Boolean allowAdmin
152
168
* <code>MessageAction</code> parameter. The default value for this
153
169
* parameter is 7.
154
170
* </p>
171
+
* <note>
172
+
* <p>
173
+
* If you set a value for <code>TemporaryPasswordValidityDays</code>
174
+
* in <code>PasswordPolicy</code>, that value will be used and
175
+
* <code>UnusedAccountValidityDays</code> will be deprecated for
176
+
* that user pool.
177
+
* </p>
178
+
* </note>
155
179
*/
156
180
publicIntegergetUnusedAccountValidityDays() {
157
181
returnunusedAccountValidityDays;
@@ -165,6 +189,14 @@ public Integer getUnusedAccountValidityDays() {
165
189
* the <code>MessageAction</code> parameter. The default value for this
166
190
* parameter is 7.
167
191
* </p>
192
+
* <note>
193
+
* <p>
194
+
* If you set a value for <code>TemporaryPasswordValidityDays</code> in
195
+
* <code>PasswordPolicy</code>, that value will be used and
196
+
* <code>UnusedAccountValidityDays</code> will be deprecated for that user
197
+
* pool.
198
+
* </p>
199
+
* </note>
168
200
* <p>
169
201
* <b>Constraints:</b><br/>
170
202
* <b>Range: </b>0 - 365<br/>
@@ -177,6 +209,15 @@ public Integer getUnusedAccountValidityDays() {
177
209
* <code>MessageAction</code> parameter. The default value for
178
210
* this parameter is 7.
179
211
* </p>
212
+
* <note>
213
+
* <p>
214
+
* If you set a value for
215
+
* <code>TemporaryPasswordValidityDays</code> in
216
+
* <code>PasswordPolicy</code>, that value will be used and
217
+
* <code>UnusedAccountValidityDays</code> will be deprecated for
Copy file name to clipboardExpand all lines: aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserResult.java
+152Lines changed: 152 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,19 @@ public class AdminGetUserResult implements Serializable {
93
93
* UNKNOWN - User status is not known.
94
94
* </p>
95
95
* </li>
96
+
* <li>
97
+
* <p>
98
+
* RESET_REQUIRED - User is confirmed, but the user must request a code and
99
+
* reset his or her password before he or she can sign in.
100
+
* </p>
101
+
* </li>
102
+
* <li>
103
+
* <p>
104
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in
105
+
* using a temporary password, but on first sign-in, the user must change
106
+
* his or her password to a new value before doing anything else.
107
+
* </p>
108
+
* </li>
96
109
* </ul>
97
110
* <p>
98
111
* <b>Constraints:</b><br/>
@@ -434,6 +447,19 @@ public AdminGetUserResult withEnabled(Boolean enabled) {
434
447
* UNKNOWN - User status is not known.
435
448
* </p>
436
449
* </li>
450
+
* <li>
451
+
* <p>
452
+
* RESET_REQUIRED - User is confirmed, but the user must request a code and
453
+
* reset his or her password before he or she can sign in.
454
+
* </p>
455
+
* </li>
456
+
* <li>
457
+
* <p>
458
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in
459
+
* using a temporary password, but on first sign-in, the user must change
460
+
* his or her password to a new value before doing anything else.
461
+
* </p>
462
+
* </li>
437
463
* </ul>
438
464
* <p>
439
465
* <b>Constraints:</b><br/>
@@ -470,6 +496,20 @@ public AdminGetUserResult withEnabled(Boolean enabled) {
470
496
* UNKNOWN - User status is not known.
471
497
* </p>
472
498
* </li>
499
+
* <li>
500
+
* <p>
501
+
* RESET_REQUIRED - User is confirmed, but the user must request a
502
+
* code and reset his or her password before he or she can sign in.
503
+
* </p>
504
+
* </li>
505
+
* <li>
506
+
* <p>
507
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can
508
+
* sign in using a temporary password, but on first sign-in, the
509
+
* user must change his or her password to a new value before doing
510
+
* anything else.
511
+
* </p>
512
+
* </li>
473
513
* </ul>
474
514
* @see UserStatusType
475
515
*/
@@ -507,6 +547,19 @@ public String getUserStatus() {
507
547
* UNKNOWN - User status is not known.
508
548
* </p>
509
549
* </li>
550
+
* <li>
551
+
* <p>
552
+
* RESET_REQUIRED - User is confirmed, but the user must request a code and
553
+
* reset his or her password before he or she can sign in.
554
+
* </p>
555
+
* </li>
556
+
* <li>
557
+
* <p>
558
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in
559
+
* using a temporary password, but on first sign-in, the user must change
560
+
* his or her password to a new value before doing anything else.
561
+
* </p>
562
+
* </li>
510
563
* </ul>
511
564
* <p>
512
565
* <b>Constraints:</b><br/>
@@ -543,6 +596,21 @@ public String getUserStatus() {
543
596
* UNKNOWN - User status is not known.
544
597
* </p>
545
598
* </li>
599
+
* <li>
600
+
* <p>
601
+
* RESET_REQUIRED - User is confirmed, but the user must request
602
+
* a code and reset his or her password before he or she can sign
603
+
* in.
604
+
* </p>
605
+
* </li>
606
+
* <li>
607
+
* <p>
608
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can
609
+
* sign in using a temporary password, but on first sign-in, the
610
+
* user must change his or her password to a new value before
611
+
* doing anything else.
612
+
* </p>
613
+
* </li>
546
614
* </ul>
547
615
* @see UserStatusType
548
616
*/
@@ -580,6 +648,19 @@ public void setUserStatus(String userStatus) {
580
648
* UNKNOWN - User status is not known.
581
649
* </p>
582
650
* </li>
651
+
* <li>
652
+
* <p>
653
+
* RESET_REQUIRED - User is confirmed, but the user must request a code and
654
+
* reset his or her password before he or she can sign in.
655
+
* </p>
656
+
* </li>
657
+
* <li>
658
+
* <p>
659
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in
660
+
* using a temporary password, but on first sign-in, the user must change
661
+
* his or her password to a new value before doing anything else.
662
+
* </p>
663
+
* </li>
583
664
* </ul>
584
665
* <p>
585
666
* Returns a reference to this object so that method calls can be chained
@@ -619,6 +700,21 @@ public void setUserStatus(String userStatus) {
619
700
* UNKNOWN - User status is not known.
620
701
* </p>
621
702
* </li>
703
+
* <li>
704
+
* <p>
705
+
* RESET_REQUIRED - User is confirmed, but the user must request
706
+
* a code and reset his or her password before he or she can sign
707
+
* in.
708
+
* </p>
709
+
* </li>
710
+
* <li>
711
+
* <p>
712
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can
713
+
* sign in using a temporary password, but on first sign-in, the
714
+
* user must change his or her password to a new value before
715
+
* doing anything else.
716
+
* </p>
717
+
* </li>
622
718
* </ul>
623
719
* @return A reference to this updated object so that method calls can be
624
720
* chained together.
@@ -659,6 +755,19 @@ public AdminGetUserResult withUserStatus(String userStatus) {
659
755
* UNKNOWN - User status is not known.
660
756
* </p>
661
757
* </li>
758
+
* <li>
759
+
* <p>
760
+
* RESET_REQUIRED - User is confirmed, but the user must request a code and
761
+
* reset his or her password before he or she can sign in.
762
+
* </p>
763
+
* </li>
764
+
* <li>
765
+
* <p>
766
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in
767
+
* using a temporary password, but on first sign-in, the user must change
768
+
* his or her password to a new value before doing anything else.
769
+
* </p>
770
+
* </li>
662
771
* </ul>
663
772
* <p>
664
773
* <b>Constraints:</b><br/>
@@ -695,6 +804,21 @@ public AdminGetUserResult withUserStatus(String userStatus) {
695
804
* UNKNOWN - User status is not known.
696
805
* </p>
697
806
* </li>
807
+
* <li>
808
+
* <p>
809
+
* RESET_REQUIRED - User is confirmed, but the user must request
810
+
* a code and reset his or her password before he or she can sign
811
+
* in.
812
+
* </p>
813
+
* </li>
814
+
* <li>
815
+
* <p>
816
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can
817
+
* sign in using a temporary password, but on first sign-in, the
818
+
* user must change his or her password to a new value before
819
+
* doing anything else.
820
+
* </p>
821
+
* </li>
698
822
* </ul>
699
823
* @see UserStatusType
700
824
*/
@@ -732,6 +856,19 @@ public void setUserStatus(UserStatusType userStatus) {
732
856
* UNKNOWN - User status is not known.
733
857
* </p>
734
858
* </li>
859
+
* <li>
860
+
* <p>
861
+
* RESET_REQUIRED - User is confirmed, but the user must request a code and
862
+
* reset his or her password before he or she can sign in.
863
+
* </p>
864
+
* </li>
865
+
* <li>
866
+
* <p>
867
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in
868
+
* using a temporary password, but on first sign-in, the user must change
869
+
* his or her password to a new value before doing anything else.
870
+
* </p>
871
+
* </li>
735
872
* </ul>
736
873
* <p>
737
874
* Returns a reference to this object so that method calls can be chained
@@ -771,6 +908,21 @@ public void setUserStatus(UserStatusType userStatus) {
771
908
* UNKNOWN - User status is not known.
772
909
* </p>
773
910
* </li>
911
+
* <li>
912
+
* <p>
913
+
* RESET_REQUIRED - User is confirmed, but the user must request
914
+
* a code and reset his or her password before he or she can sign
915
+
* in.
916
+
* </p>
917
+
* </li>
918
+
* <li>
919
+
* <p>
920
+
* FORCE_CHANGE_PASSWORD - The user is confirmed and the user can
921
+
* sign in using a temporary password, but on first sign-in, the
922
+
* user must change his or her password to a new value before
923
+
* doing anything else.
924
+
* </p>
925
+
* </li>
774
926
* </ul>
775
927
* @return A reference to this updated object so that method calls can be
0 commit comments