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.BuilderBatchError. builder()BatchError.BuilderBatchError.Builder. code(String code)BatchError.BuilderBatchError.Builder. fromErrorEntry(BatchError in)BatchError.BuilderBatchError.Builder. id(String id)BatchError.BuilderBatchError.Builder. message(String message)BatchError.BuilderBatchError.Builder. senderFault(boolean senderFault)BatchError.BuilderBatchError. toBuilder() 
 -