-
Deprecated Packages
-
Deprecated ClassesClassDescriptionprefer
SymbolWriter
. This will be removed in a future release.this class uses CodeWriter, which is deprecated.This class is no longer necessary. It was originally intended to allow more customization to how selectors are executed against a model, but this has proven unnecessary.preferSimpleCodeWriter
or a custom subclass ofAbstractCodeWriter
.
-
Deprecated MethodsMethodDescriptionSee
PaginationInfo.getItemsMemberPath()
to retrieve the full path.SeePaginationInfo.getOutputTokenMemberPath()
to retrieve the full path.This method only returns the lastMemberShape
of an output path. To resolve each path identifier to it's respectiveMemberShape
seePaginatedTrait.resolveFullPath(java.lang.String, software.amazon.smithy.model.Model, software.amazon.smithy.model.shapes.StructureShape)
Use theid(String eventId)
setter to match the node format.Use thegetId()
method to match the node format.Use getInputShape instead.
DocWriter
. This will be removed in a future release.