Uses of Class
software.amazon.awssdk.services.s3.model.S3Exception.BuilderImpl
-
Packages that use S3Exception.BuilderImpl Package Description software.amazon.awssdk.services.s3.model -
-
Uses of S3Exception.BuilderImpl in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3Exception.BuilderImpl Modifier and Type Method Description S3Exception.BuilderImplS3Exception.BuilderImpl. awsErrorDetails(AwsErrorDetails awsErrorDetails)S3Exception.BuilderImplS3Exception.BuilderImpl. cause(Throwable cause)S3Exception.BuilderImplS3Exception.BuilderImpl. message(String message)S3Exception.BuilderImplS3Exception.BuilderImpl. numAttempts(Integer numAttempts)S3Exception.BuilderImplS3Exception.BuilderImpl. requestId(String requestId)S3Exception.BuilderImplS3Exception.BuilderImpl. statusCode(int statusCode)S3Exception.BuilderImplS3Exception.BuilderImpl. writableStackTrace(Boolean writableStackTrace)
-