Package software.amazon.awssdk.annotations
package software.amazon.awssdk.annotations
AWS Java SDK annotations.
-
Annotation TypesClassDescriptionMarker interface for generated source codes.The class to which this annotation is applied is immutable.The class to which this annotation is applied is explicitly mutable, meaning that its state is subject to change between calls.The annotated element must not be null.The class to which this annotation is applied is not thread-safe.Marks APIs that should not be used by SDK users and are internal to the AWS SDK for Java v2, subject to change without notice.Marks APIs as preview or experimental features that may change or be removed.Marks APIs that should not be used by SDK users and are intended for SDK internal classes shared across different modules.Marks APIs as public and stable for use by SDK users building applications.Marker interface for methods used by test code in the same module.The class to which this annotation is applied is thread-safe.Used to suppress certain fields from being considered in the spot-bugs rule for toBuilder().