Uses of Class
software.amazon.awssdk.core.exception.SdkServiceException
- 
Packages that use SdkServiceException Package Description software.amazon.awssdk.core.exception software.amazon.awssdk.core.retry  - 
- 
Uses of SdkServiceException in software.amazon.awssdk.core.exception
Methods in software.amazon.awssdk.core.exception that return SdkServiceException Modifier and Type Method Description SdkServiceExceptionSdkServiceException.Builder. build()Creates a newSdkServiceExceptionwith the specified properties.SdkServiceExceptionSdkServiceException.BuilderImpl. build()Constructors in software.amazon.awssdk.core.exception with parameters of type SdkServiceException Constructor Description BuilderImpl(SdkServiceException ex) - 
Uses of SdkServiceException in software.amazon.awssdk.core.retry
Methods in software.amazon.awssdk.core.retry that return SdkServiceException Modifier and Type Method Description static SdkServiceExceptionRetryUtils. toServiceException(SdkException e) 
 -