Uses of Interface
software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
Packages that use AwsServiceException.Builder
-
Uses of AwsServiceException.Builder in software.amazon.awssdk.awscore.exception
Classes in software.amazon.awssdk.awscore.exception that implement AwsServiceException.BuilderMethods in software.amazon.awssdk.awscore.exception that return AwsServiceException.BuilderModifier and TypeMethodDescriptionAwsServiceException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) Specifies the additional awsErrorDetails from the service response.AwsServiceException.BuilderImpl.awsErrorDetails(AwsErrorDetails awsErrorDetails) static AwsServiceException.BuilderAwsServiceException.builder()The request-level time skew between the client and server date for the request that generated this exception.AwsServiceException.Builder.extendedRequestId(String extendedRequestId) AwsServiceException.BuilderImpl.extendedRequestId(String extendedRequestId) AwsServiceException.Builder.numAttempts(Integer numAttempts) AwsServiceException.BuilderImpl.numAttempts(Integer numAttempts) AwsServiceException.Builder.statusCode(int statusCode) AwsServiceException.BuilderImpl.statusCode(int statusCode) AwsServiceException.toBuilder()Create aAwsServiceException.Builderinitialized with the properties of thisAwsServiceException.AwsServiceException.BuilderImpl.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.awscore.exception that return types with arguments of type AwsServiceException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AwsServiceException.Builder>AwsServiceException.serializableBuilderClass()Constructors in software.amazon.awssdk.awscore.exception with parameters of type AwsServiceException.Builder