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