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