Package | Description |
---|---|
org.jclouds.sqs.domain |
Modifier and Type | Method and Description |
---|---|
BatchResult.Builder<V> |
BatchResult.Builder.addError(BatchError error) |
static <V> BatchResult.Builder<V> |
BatchResult.builder() |
BatchResult.Builder<V> |
BatchResult.Builder.errors(Iterable<BatchError> errors) |
BatchResult.Builder<V> |
BatchResult.Builder.fromBatchResult(BatchResult<V> in) |
BatchResult.Builder<V> |
BatchResult.Builder.put(String name,
V value) |
BatchResult.Builder<V> |
BatchResult.Builder.putAll(Map<String,V> results) |
BatchResult.Builder<V> |
BatchResult.toBuilder() |
Copyright © 2009-2013 jclouds. All Rights Reserved.