Uses of Interface
software.amazon.awssdk.core.exception.NonRetryableException.Builder
-
Packages that use NonRetryableException.Builder Package Description software.amazon.awssdk.core.exception -
-
Uses of NonRetryableException.Builder in software.amazon.awssdk.core.exception
Classes in software.amazon.awssdk.core.exception that implement NonRetryableException.Builder Modifier and Type Class Description protected static classNonRetryableException.BuilderImplMethods in software.amazon.awssdk.core.exception that return NonRetryableException.Builder Modifier and Type Method Description static NonRetryableException.BuilderNonRetryableException. builder()NonRetryableException.BuilderNonRetryableException.Builder. cause(Throwable cause)NonRetryableException.BuilderNonRetryableException.BuilderImpl. cause(Throwable cause)NonRetryableException.BuilderNonRetryableException.Builder. message(String message)NonRetryableException.BuilderNonRetryableException.BuilderImpl. message(String message)NonRetryableException.BuilderNonRetryableException. toBuilder()NonRetryableException.BuilderNonRetryableException.Builder. writableStackTrace(Boolean writableStackTrace)NonRetryableException.BuilderNonRetryableException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)Constructors in software.amazon.awssdk.core.exception with parameters of type NonRetryableException.Builder Constructor Description NonRetryableException(NonRetryableException.Builder b)
-