File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -488,6 +488,10 @@ public final class aws/smithy/kotlin/runtime/content/Document$List : aws/smithy/
488488 public synthetic fun add (Ljava/lang/Object;)Z
489489 public fun addAll (ILjava/util/Collection;)Z
490490 public fun addAll (Ljava/util/Collection;)Z
491+ public fun addFirst (Laws/smithy/kotlin/runtime/content/Document;)V
492+ public synthetic fun addFirst (Ljava/lang/Object;)V
493+ public fun addLast (Laws/smithy/kotlin/runtime/content/Document;)V
494+ public synthetic fun addLast (Ljava/lang/Object;)V
491495 public fun clear ()V
492496 public final fun component1 ()Ljava/util/List;
493497 public fun contains (Laws/smithy/kotlin/runtime/content/Document;)Z
@@ -513,6 +517,10 @@ public final class aws/smithy/kotlin/runtime/content/Document$List : aws/smithy/
513517 public synthetic fun remove (I)Ljava/lang/Object;
514518 public fun remove (Ljava/lang/Object;)Z
515519 public fun removeAll (Ljava/util/Collection;)Z
520+ public fun removeFirst ()Laws/smithy/kotlin/runtime/content/Document;
521+ public synthetic fun removeFirst ()Ljava/lang/Object;
522+ public fun removeLast ()Laws/smithy/kotlin/runtime/content/Document;
523+ public synthetic fun removeLast ()Ljava/lang/Object;
516524 public fun replaceAll (Ljava/util/function/UnaryOperator;)V
517525 public fun retainAll (Ljava/util/Collection;)Z
518526 public fun set (ILaws/smithy/kotlin/runtime/content/Document;)Laws/smithy/kotlin/runtime/content/Document;
You can’t perform that action at this time.
0 commit comments