All Classes
-
Annotation Types Summary Class Description Generated Marker interface for generated source codes.Immutable The class to which this annotation is applied is immutable.Mutable The class to which this annotation is applied is explicitly mutable, meaning that its state is subject to change between calls.NotNull The annotated element must not be null.NotThreadSafe The class to which this annotation is applied is not thread-safe.SdkInternalApi 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.SdkPreviewApi Marks APIs as preview or experimental features that may change or be removed.SdkProtectedApi Marks APIs that should not be used by SDK users and are intended for SDK internal classes shared across different modules.SdkPublicApi Marks APIs as public and stable for use by SDK users building applications.SdkTestInternalApi Marker interface for methods used by test code in the same module.ThreadSafe The class to which this annotation is applied is thread-safe.ToBuilderIgnoreField Used to suppress certain fields from being considered in the spot-bugs rule for toBuilder().