Uses of Class
software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
Packages that use SdkErrorType Package Description software.amazon.awssdk.core.internal.metrics -
-
Uses of SdkErrorType in software.amazon.awssdk.core.internal.metrics
Methods in software.amazon.awssdk.core.internal.metrics that return SdkErrorType Modifier and Type Method Description static SdkErrorTypeSdkErrorType. fromException(Throwable e)static SdkErrorTypeSdkErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SdkErrorType[]SdkErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-