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