Uses of Interface
software.amazon.awssdk.services.ecr.model.ImageAlreadyExistsException.Builder
-
Packages that use ImageAlreadyExistsException.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of ImageAlreadyExistsException.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return ImageAlreadyExistsException.Builder Modifier and Type Method Description ImageAlreadyExistsException.BuilderImageAlreadyExistsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ImageAlreadyExistsException.BuilderImageAlreadyExistsException. builder()ImageAlreadyExistsException.BuilderImageAlreadyExistsException.Builder. cause(Throwable cause)ImageAlreadyExistsException.BuilderImageAlreadyExistsException.Builder. message(String message)ImageAlreadyExistsException.BuilderImageAlreadyExistsException.Builder. requestId(String requestId)ImageAlreadyExistsException.BuilderImageAlreadyExistsException.Builder. statusCode(int statusCode)ImageAlreadyExistsException.BuilderImageAlreadyExistsException. toBuilder()ImageAlreadyExistsException.BuilderImageAlreadyExistsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type ImageAlreadyExistsException.Builder Modifier and Type Method Description static Class<? extends ImageAlreadyExistsException.Builder>ImageAlreadyExistsException. serializableBuilderClass()
-