| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BucketAlreadyExistsException.Builder |
static interface |
BucketAlreadyOwnedByYouException.Builder |
static interface |
InvalidObjectStateException.Builder |
static interface |
NoSuchBucketException.Builder |
static interface |
NoSuchKeyException.Builder |
static interface |
NoSuchUploadException.Builder |
static interface |
ObjectAlreadyInActiveTierErrorException.Builder |
static interface |
ObjectNotInActiveTierErrorException.Builder |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
S3Exception.BuilderImpl |
| Modifier and Type | Method and 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.requestId(String requestId) |
S3Exception.Builder |
S3Exception.Builder.statusCode(int statusCode) |
S3Exception.Builder |
S3Exception.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Exception.Builder> |
S3Exception.serializableBuilderClass() |
| Constructor and Description |
|---|
S3Exception(S3Exception.Builder builder) |
Copyright © 2021. All rights reserved.