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