Uses of Interface
software.amazon.awssdk.services.pinpoint.model.PayloadTooLargeException.Builder
-
Packages that use PayloadTooLargeException.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of PayloadTooLargeException.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return PayloadTooLargeException.Builder Modifier and Type Method Description PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PayloadTooLargeException.BuilderPayloadTooLargeException. builder()PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. cause(Throwable cause)PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. message(String message)PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. requestId(String requestId)PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. requestID(String requestID)The unique identifier for the request or response.PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. statusCode(int statusCode)PayloadTooLargeException.BuilderPayloadTooLargeException. toBuilder()PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type PayloadTooLargeException.Builder Modifier and Type Method Description static Class<? extends PayloadTooLargeException.Builder>PayloadTooLargeException. serializableBuilderClass()
-