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