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