public interface ErrorPageAsyncApi
ErrorPageApi@Named(value="errorpage:create") com.google.common.util.concurrent.ListenableFuture<Void> create(String content)
ErrorPageApi.create(String)@Named(value="errorpage:get") com.google.common.util.concurrent.ListenableFuture<String> get()
ErrorPageApi.get()@Named(value="errorpage:delete") com.google.common.util.concurrent.ListenableFuture<Boolean> delete()
ErrorPageApi.delete()Copyright © 2009-2013 jclouds. All Rights Reserved.