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