public interface HostedServiceAsyncApi
HostedServiceApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
createServiceWithLabelInLocation(String serviceName,
String label,
String location) |
com.google.common.util.concurrent.ListenableFuture<String> |
createServiceWithLabelInLocation(String serviceName,
String label,
String location,
CreateHostedServiceOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
delete(String serviceName) |
com.google.common.util.concurrent.ListenableFuture<String> |
deleteDeployment(String serviceName,
String deploymentName) |
com.google.common.util.concurrent.ListenableFuture<HostedService> |
get(String serviceName) |
com.google.common.util.concurrent.ListenableFuture<Deployment> |
getDeployment(String serviceName,
String deploymentName) |
com.google.common.util.concurrent.ListenableFuture<HostedServiceWithDetailedProperties> |
getDetails(String serviceName) |
com.google.common.util.concurrent.ListenableFuture<Set<HostedServiceWithDetailedProperties>> |
list() |
com.google.common.util.concurrent.ListenableFuture<Set<HostedServiceWithDetailedProperties>> list()
HostedServiceApi.list()
com.google.common.util.concurrent.ListenableFuture<String> createServiceWithLabelInLocation(String serviceName, String label, String location)
com.google.common.util.concurrent.ListenableFuture<String> createServiceWithLabelInLocation(String serviceName, String label, String location, CreateHostedServiceOptions options)
com.google.common.util.concurrent.ListenableFuture<HostedService> get(String serviceName)
HostedServiceApi.get(String)
com.google.common.util.concurrent.ListenableFuture<HostedServiceWithDetailedProperties> getDetails(String serviceName)
HostedServiceApi.getDetails(String)
com.google.common.util.concurrent.ListenableFuture<String> delete(String serviceName)
HostedServiceApi.delete(String)
com.google.common.util.concurrent.ListenableFuture<String> deleteDeployment(String serviceName, String deploymentName)
com.google.common.util.concurrent.ListenableFuture<Deployment> getDeployment(String serviceName, String deploymentName)
HostedServiceApi#get(String,String)
Copyright © 2009-2013 jclouds. All Rights Reserved.