Uses of Interface
software.amazon.awssdk.services.s3.model.NoSuchBucketException.Builder
-
Packages that use NoSuchBucketException.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of NoSuchBucketException.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return NoSuchBucketException.Builder Modifier and Type Method Description NoSuchBucketException.BuilderNoSuchBucketException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static NoSuchBucketException.BuilderNoSuchBucketException. builder()NoSuchBucketException.BuilderNoSuchBucketException.Builder. cause(Throwable cause)NoSuchBucketException.BuilderNoSuchBucketException.Builder. message(String message)NoSuchBucketException.BuilderNoSuchBucketException.Builder. numAttempts(Integer numAttempts)NoSuchBucketException.BuilderNoSuchBucketException.Builder. requestId(String requestId)NoSuchBucketException.BuilderNoSuchBucketException.Builder. statusCode(int statusCode)NoSuchBucketException.BuilderNoSuchBucketException. toBuilder()NoSuchBucketException.BuilderNoSuchBucketException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type NoSuchBucketException.Builder Modifier and Type Method Description static Class<? extends NoSuchBucketException.Builder>NoSuchBucketException. serializableBuilderClass()
-