Uses of Class
org.jclouds.sqs.domain.BatchError.Builder
-
Packages that use BatchError.Builder Package Description org.jclouds.sqs.domain -
-
Uses of BatchError.Builder in org.jclouds.sqs.domain
Methods in org.jclouds.sqs.domain that return BatchError.Builder Modifier and Type Method Description static BatchError.Builder
BatchError. builder()
BatchError.Builder
BatchError.Builder. code(String code)
BatchError.Builder
BatchError.Builder. fromErrorEntry(BatchError in)
BatchError.Builder
BatchError.Builder. id(String id)
BatchError.Builder
BatchError.Builder. message(String message)
BatchError.Builder
BatchError.Builder. senderFault(boolean senderFault)
BatchError.Builder
BatchError. toBuilder()
-