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