Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.ec2.services | |
org.jclouds.aws.s3 | |
org.jclouds.azureblob | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudwatch | |
org.jclouds.ec2.services | |
org.jclouds.openstack.swift | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.savvis.vpdc.features |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
AWSKeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(long id,
Iterable<Long> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(long id,
long... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<JobResult> |
GlobalUsageAsyncClient.generateUsageRecords(Date start,
Date end,
GenerateUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<JobResult> |
GlobalUsageAsyncClient.generateUsageRecords(Date start,
Date end,
GenerateUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<UsageRecord>> |
GlobalUsageAsyncClient.listUsageRecords(Date start,
Date end,
ListUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<UsageRecord>> |
GlobalUsageAsyncClient.listUsageRecords(Date start,
Date end,
ListUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(long id,
Iterable<Long> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(long id,
long... virtualMachineIds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
CloudWatchAsyncClient.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
CloudWatchAsyncClient.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncClient.addFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule) |
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId,
String vpdcId,
Iterable<VMSpec> vmSpecs) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.addVMIntoVDC(String billingSiteId,
String vpdcId,
VMSpec spec) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.captureVApp(String billingSiteId,
String vpdcId,
URI vAppUri) |
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncClient.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule) |
com.google.common.util.concurrent.ListenableFuture<Network> |
BrowsingAsyncClient.getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName) |
com.google.common.util.concurrent.ListenableFuture<Org> |
BrowsingAsyncClient.getOrg(String billingSiteId) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
BrowsingAsyncClient.getVDCInOrg(String billingSiteId,
String vpdcId) |
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncClient.getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options) |
com.google.common.util.concurrent.ListenableFuture<FirewallService> |
BrowsingAsyncClient.listFirewallRules(String billingSiteId,
String vpdcId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
ServiceManagementAsyncClient.powerOffVMInVDC(String billingSiteId,
String vpdcId,
String vAppId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
ServiceManagementAsyncClient.powerOnVMInVDC(String billingSiteId,
String vpdcId,
String vAppId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.removeVMFromVDC(String billingSiteId,
String vpdcId,
String vAppId) |
Copyright © 2009-2012 jclouds. All Rights Reserved.