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-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/AmazonChimeSDKMessaging.java
Copy file name to clipboardExpand all lines: aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/AmazonChimeSDKMessagingClient.java
Copy file name to clipboardExpand all lines: aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/AllowNotifications.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-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2023 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-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/AppInstanceUserMembershipSummary.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-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2023 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-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/AssociateChannelFlowRequest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2023 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.
@@ -28,9 +28,9 @@
28
28
* <note>
29
29
* <p>
30
30
* Only administrators or channel moderators can associate a channel flow. The
31
-
* <code>x-amz-chime-bearer</code> request header is mandatory. Use the
32
-
* <code>AppInstanceUserArn</code> of the user that makes the API call as the
33
-
* value in the header.
31
+
* <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of
32
+
* the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
Copy file name to clipboardExpand all lines: aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/BadRequestException.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-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2023 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-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/BatchChannelMemberships.java
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2023 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 BatchChannelMemberships implements Serializable {
33
33
34
34
/**
35
35
* <p>
36
-
* The membership types set for the channel users.
36
+
* The membership types set for the channel members.
37
37
* </p>
38
38
* <p>
39
39
* <b>Constraints:</b><br/>
@@ -50,7 +50,7 @@ public class BatchChannelMemberships implements Serializable {
50
50
51
51
/**
52
52
* <p>
53
-
* The ARN of the channel to which you're adding users.
53
+
* The ARN of the channel to which you're adding members.
54
54
* </p>
55
55
* <p>
56
56
* <b>Constraints:</b><br/>
@@ -119,14 +119,14 @@ public BatchChannelMemberships withInvitedBy(Identity invitedBy) {
119
119
120
120
/**
121
121
* <p>
122
-
* The membership types set for the channel users.
122
+
* The membership types set for the channel members.
123
123
* </p>
124
124
* <p>
125
125
* <b>Constraints:</b><br/>
126
126
* <b>Allowed Values: </b>DEFAULT, HIDDEN
127
127
*
128
128
* @return <p>
129
-
* The membership types set for the channel users.
129
+
* The membership types set for the channel members.
130
130
* </p>
131
131
* @see ChannelMembershipType
132
132
*/
@@ -136,14 +136,14 @@ public String getType() {
136
136
137
137
/**
138
138
* <p>
139
-
* The membership types set for the channel users.
139
+
* The membership types set for the channel members.
140
140
* </p>
141
141
* <p>
142
142
* <b>Constraints:</b><br/>
143
143
* <b>Allowed Values: </b>DEFAULT, HIDDEN
144
144
*
145
145
* @param type <p>
146
-
* The membership types set for the channel users.
146
+
* The membership types set for the channel members.
147
147
* </p>
148
148
* @see ChannelMembershipType
149
149
*/
@@ -153,7 +153,7 @@ public void setType(String type) {
153
153
154
154
/**
155
155
* <p>
156
-
* The membership types set for the channel users.
156
+
* The membership types set for the channel members.
157
157
* </p>
158
158
* <p>
159
159
* Returns a reference to this object so that method calls can be chained
@@ -163,7 +163,7 @@ public void setType(String type) {
163
163
* <b>Allowed Values: </b>DEFAULT, HIDDEN
164
164
*
165
165
* @param type <p>
166
-
* The membership types set for the channel users.
166
+
* The membership types set for the channel members.
167
167
* </p>
168
168
* @return A reference to this updated object so that method calls can be
169
169
* chained together.
@@ -176,14 +176,14 @@ public BatchChannelMemberships withType(String type) {
176
176
177
177
/**
178
178
* <p>
179
-
* The membership types set for the channel users.
179
+
* The membership types set for the channel members.
180
180
* </p>
181
181
* <p>
182
182
* <b>Constraints:</b><br/>
183
183
* <b>Allowed Values: </b>DEFAULT, HIDDEN
184
184
*
185
185
* @param type <p>
186
-
* The membership types set for the channel users.
186
+
* The membership types set for the channel members.
187
187
* </p>
188
188
* @see ChannelMembershipType
189
189
*/
@@ -193,7 +193,7 @@ public void setType(ChannelMembershipType type) {
193
193
194
194
/**
195
195
* <p>
196
-
* The membership types set for the channel users.
196
+
* The membership types set for the channel members.
197
197
* </p>
198
198
* <p>
199
199
* Returns a reference to this object so that method calls can be chained
@@ -203,7 +203,7 @@ public void setType(ChannelMembershipType type) {
203
203
* <b>Allowed Values: </b>DEFAULT, HIDDEN
204
204
*
205
205
* @param type <p>
206
-
* The membership types set for the channel users.
206
+
* The membership types set for the channel members.
207
207
* </p>
208
208
* @return A reference to this updated object so that method calls can be
209
209
* chained together.
@@ -290,7 +290,7 @@ public BatchChannelMemberships withMembers(java.util.Collection<Identity> member
290
290
291
291
/**
292
292
* <p>
293
-
* The ARN of the channel to which you're adding users.
293
+
* The ARN of the channel to which you're adding members.
294
294
* </p>
295
295
* <p>
296
296
* <b>Constraints:</b><br/>
@@ -300,7 +300,7 @@ public BatchChannelMemberships withMembers(java.util.Collection<Identity> member
300
300
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
301
301
*
302
302
* @return <p>
303
-
* The ARN of the channel to which you're adding users.
303
+
* The ARN of the channel to which you're adding members.
304
304
* </p>
305
305
*/
306
306
publicStringgetChannelArn() {
@@ -309,7 +309,7 @@ public String getChannelArn() {
309
309
310
310
/**
311
311
* <p>
312
-
* The ARN of the channel to which you're adding users.
312
+
* The ARN of the channel to which you're adding members.
313
313
* </p>
314
314
* <p>
315
315
* <b>Constraints:</b><br/>
@@ -319,7 +319,7 @@ public String getChannelArn() {
319
319
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
320
320
*
321
321
* @param channelArn <p>
322
-
* The ARN of the channel to which you're adding users.
322
+
* The ARN of the channel to which you're adding members.
323
323
* </p>
324
324
*/
325
325
publicvoidsetChannelArn(StringchannelArn) {
@@ -328,7 +328,7 @@ public void setChannelArn(String channelArn) {
328
328
329
329
/**
330
330
* <p>
331
-
* The ARN of the channel to which you're adding users.
331
+
* The ARN of the channel to which you're adding members.
332
332
* </p>
333
333
* <p>
334
334
* Returns a reference to this object so that method calls can be chained
@@ -341,7 +341,7 @@ public void setChannelArn(String channelArn) {
341
341
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
342
342
*
343
343
* @param channelArn <p>
344
-
* The ARN of the channel to which you're adding users.
344
+
* The ARN of the channel to which you're adding members.
345
345
* </p>
346
346
* @return A reference to this updated object so that method calls can be
Copy file name to clipboardExpand all lines: aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/BatchCreateChannelMembershipError.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-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2023 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