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-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipant.java
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2021 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.
@@ -102,6 +102,11 @@ public interface AmazonConnectParticipant {
102
102
* Allows you to confirm that the attachment has been uploaded using the
103
103
* pre-signed URL provided in StartAttachmentUpload API.
104
104
* </p>
105
+
* <p>
106
+
* The Amazon Connect Participant Service APIs do not use <a href=
Copy file name to clipboardExpand all lines: aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsync.java
+69-5Lines changed: 69 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+
* Copyright 2010-2021 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.
@@ -43,6 +43,11 @@ public interface AmazonConnectParticipantAsync extends AmazonConnectParticipant
43
43
* Allows you to confirm that the attachment has been uploaded using the
44
44
* pre-signed URL provided in StartAttachmentUpload API.
45
45
* </p>
46
+
* <p>
47
+
* The Amazon Connect Participant Service APIs do not use <a href=
0 commit comments