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 interfaceBucketAlreadyExistsException.Builderstatic interfaceBucketAlreadyOwnedByYouException.Builderstatic interfaceEncryptionTypeMismatchException.Builderstatic interfaceIdempotencyParameterMismatchException.Builderstatic interfaceInvalidObjectStateException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceInvalidWriteOffsetException.Builderstatic interfaceNoSuchBucketException.Builderstatic interfaceNoSuchKeyException.Builderstatic interfaceNoSuchUploadException.Builderstatic interfaceObjectAlreadyInActiveTierErrorException.Builderstatic interfaceObjectNotInActiveTierErrorException.Builderstatic interfaceTooManyPartsException.BuilderClasses in software.amazon.awssdk.services.s3.model that implement S3Exception.Builder Modifier and Type Class Description protected static classS3Exception.BuilderImplMethods in software.amazon.awssdk.services.s3.model that return S3Exception.Builder Modifier and Type Method Description S3Exception.BuilderS3Exception.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static S3Exception.BuilderS3Exception. builder()S3Exception.BuilderS3Exception.Builder. cause(Throwable cause)S3Exception.BuilderS3Exception.Builder. message(String message)S3Exception.BuilderS3Exception.Builder. numAttempts(Integer numAttempts)S3Exception.BuilderS3Exception.Builder. requestId(String requestId)S3Exception.BuilderS3Exception.Builder. statusCode(int statusCode)S3Exception.BuilderS3Exception. toBuilder()S3Exception.BuilderS3Exception.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)
-