Uses of Class
software.amazon.awssdk.awscore.exception.AwsErrorDetails
-
Packages that use AwsErrorDetails Package Description software.amazon.awssdk.awscore.exception -
-
Uses of AwsErrorDetails in software.amazon.awssdk.awscore.exception
Fields in software.amazon.awssdk.awscore.exception declared as AwsErrorDetails Modifier and Type Field Description protected AwsErrorDetailsAwsServiceException.BuilderImpl. awsErrorDetailsMethods in software.amazon.awssdk.awscore.exception that return AwsErrorDetails Modifier and Type Method Description AwsErrorDetailsAwsServiceException. awsErrorDetails()Additional details pertaining to an exception thrown by an AWS service.AwsErrorDetailsAwsServiceException.Builder. awsErrorDetails()TheAwsErrorDetailsfrom the service response.AwsErrorDetailsAwsServiceException.BuilderImpl. awsErrorDetails()AwsErrorDetailsAwsErrorDetails.Builder. build()Creates a newAwsErrorDetailswith the properties set on this builder.AwsErrorDetailsAwsErrorDetails.BuilderImpl. build()AwsErrorDetailsAwsServiceException.BuilderImpl. getAwsErrorDetails()Methods in software.amazon.awssdk.awscore.exception with parameters of type AwsErrorDetails Modifier and Type Method Description AwsServiceException.BuilderAwsServiceException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)Specifies the additional awsErrorDetails from the service response.AwsServiceException.BuilderAwsServiceException.BuilderImpl. awsErrorDetails(AwsErrorDetails awsErrorDetails)voidAwsServiceException.BuilderImpl. setAwsErrorDetails(AwsErrorDetails awsErrorDetails)
-