@InterfaceStability.Evolving public class CreateAclsResult extends java.lang.Object
AdminClient.createAcls(Collection) call.
 The API of this class is evolving, see AdminClient for details.| Modifier and Type | Method and Description | 
|---|---|
| KafkaFuture<java.lang.Void> | all()Return a future which succeeds only if all the ACL creations succeed. | 
| java.util.Map<AclBinding,KafkaFuture<java.lang.Void>> | values()Return a map from ACL bindings to futures which can be used to check the status of the creation of each ACL
 binding. | 
public java.util.Map<AclBinding,KafkaFuture<java.lang.Void>> values()
public KafkaFuture<java.lang.Void> all()