Uses of Interface
software.amazon.awssdk.services.s3.model.S3Exception.Builder
-
Packages that use S3Exception.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of S3Exception.Builder in software.amazon.awssdk.services.s3.model
Subinterfaces of S3Exception.Builder in software.amazon.awssdk.services.s3.model Modifier and Type Interface Description static interface
BucketAlreadyExistsException.Builder
static interface
BucketAlreadyOwnedByYouException.Builder
static interface
EncryptionTypeMismatchException.Builder
static interface
InvalidObjectStateException.Builder
static interface
InvalidRequestException.Builder
static interface
InvalidWriteOffsetException.Builder
static interface
NoSuchBucketException.Builder
static interface
NoSuchKeyException.Builder
static interface
NoSuchUploadException.Builder
static interface
ObjectAlreadyInActiveTierErrorException.Builder
static interface
ObjectNotInActiveTierErrorException.Builder
static interface
TooManyPartsException.Builder
Classes in software.amazon.awssdk.services.s3.model that implement S3Exception.Builder Modifier and Type Class Description protected static class
S3Exception.BuilderImpl
Methods in software.amazon.awssdk.services.s3.model that return S3Exception.Builder Modifier and Type Method Description S3Exception.Builder
S3Exception.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static S3Exception.Builder
S3Exception. builder()
S3Exception.Builder
S3Exception.Builder. cause(Throwable cause)
S3Exception.Builder
S3Exception.Builder. message(String message)
S3Exception.Builder
S3Exception.Builder. numAttempts(Integer numAttempts)
S3Exception.Builder
S3Exception.Builder. requestId(String requestId)
S3Exception.Builder
S3Exception.Builder. statusCode(int statusCode)
S3Exception.Builder
S3Exception. toBuilder()
S3Exception.Builder
S3Exception.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3Exception.Builder Modifier and Type Method Description static Class<? extends S3Exception.Builder>
S3Exception. serializableBuilderClass()
Constructors in software.amazon.awssdk.services.s3.model with parameters of type S3Exception.Builder Constructor Description S3Exception(S3Exception.Builder builder)
-