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