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