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