Class AwsChunkedTrait
java.lang.Object
software.amazon.smithy.model.traits.AnnotationTrait
software.amazon.smithy.aws.traits.AwsChunkedTrait
- All Implemented Interfaces:
FromSourceLocation,ToNode,ToShapeId,Trait
Indicates that the streaming blob supports aws-chunked content encoding.
When present, SDKs MUST aws-chunk encode the underlying data stream. aws-chunked encoding is a series of data blocks followed by a final block that contains metadata about the content transferred (e.g., checksums).
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.smithy.model.traits.AnnotationTrait
equals, getSourceLocation, hashCode, toNode, toShapeIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.smithy.model.traits.Trait
isSynthetic
-
Field Details
-
ID
-
-
Constructor Details
-
AwsChunkedTrait
-
AwsChunkedTrait
public AwsChunkedTrait()
-