Uses of Class
software.amazon.awssdk.core.exception.NonRetryableException
-
Packages that use NonRetryableException Package Description software.amazon.awssdk.core.exception -
-
Uses of NonRetryableException in software.amazon.awssdk.core.exception
Methods in software.amazon.awssdk.core.exception that return NonRetryableException Modifier and Type Method Description NonRetryableExceptionNonRetryableException.Builder. build()NonRetryableExceptionNonRetryableException.BuilderImpl. build()static NonRetryableExceptionNonRetryableException. create(String message)static NonRetryableExceptionNonRetryableException. create(String message, Throwable cause)Constructors in software.amazon.awssdk.core.exception with parameters of type NonRetryableException Constructor Description BuilderImpl(NonRetryableException ex)
-