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