File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class MediaConcurrency implements Serializable {
4040 * </p>
4141 * <p>
4242 * <b>Constraints:</b><br/>
43- * <b>Range: </b>1 - 5 <br/>
43+ * <b>Range: </b>1 - 10 <br/>
4444 */
4545 private Integer concurrency ;
4646
@@ -152,7 +152,7 @@ public MediaConcurrency withChannel(Channel channel) {
152152 * </p>
153153 * <p>
154154 * <b>Constraints:</b><br/>
155- * <b>Range: </b>1 - 5 <br/>
155+ * <b>Range: </b>1 - 10 <br/>
156156 *
157157 * @return <p>
158158 * The number of contacts an agent can have on a channel
@@ -169,7 +169,7 @@ public Integer getConcurrency() {
169169 * </p>
170170 * <p>
171171 * <b>Constraints:</b><br/>
172- * <b>Range: </b>1 - 5 <br/>
172+ * <b>Range: </b>1 - 10 <br/>
173173 *
174174 * @param concurrency <p>
175175 * The number of contacts an agent can have on a channel
@@ -189,7 +189,7 @@ public void setConcurrency(Integer concurrency) {
189189 * together.
190190 * <p>
191191 * <b>Constraints:</b><br/>
192- * <b>Range: </b>1 - 5 <br/>
192+ * <b>Range: </b>1 - 10 <br/>
193193 *
194194 * @param concurrency <p>
195195 * The number of contacts an agent can have on a channel
You can’t perform that action at this time.
0 commit comments