@Generated(value="software.amazon.awssdk:codegen") public final class ImageTagAlreadyExistsException extends EcrException implements ToCopyableBuilder<ImageTagAlreadyExistsException.Builder,ImageTagAlreadyExistsException>
The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageTagAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImageTagAlreadyExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageTagAlreadyExistsException.Builder> |
serializableBuilderClass() |
ImageTagAlreadyExistsException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ImageTagAlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageTagAlreadyExistsException.Builder,ImageTagAlreadyExistsException>toBuilder in class EcrExceptionpublic static ImageTagAlreadyExistsException.Builder builder()
public static Class<? extends ImageTagAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.