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