Uses of Class
org.jclouds.rest.annotations.ParamParser

Packages that use ParamParser
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   
 

Uses of ParamParser in org.jclouds.atmos
 

Method parameters in org.jclouds.atmos with annotations of type ParamParser
 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)
           
 

Uses of ParamParser in org.jclouds.aws.ec2.services
 

Method parameters in org.jclouds.aws.ec2.services with annotations of type ParamParser
 com.google.common.util.concurrent.ListenableFuture<KeyPair> AWSKeyPairAsyncClient.importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
           
 

Uses of ParamParser in org.jclouds.aws.s3
 

Method parameters in org.jclouds.aws.s3 with annotations of type ParamParser
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.initiateMultipartUpload(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options)
           
 

Uses of ParamParser in org.jclouds.azureblob
 

Method parameters in org.jclouds.azureblob with annotations of type ParamParser
 com.google.common.util.concurrent.ListenableFuture<String> AzureBlobAsyncClient.putBlob(String container, AzureBlob object)
           
 

Uses of ParamParser in org.jclouds.cloudstack.features
 

Method parameters in org.jclouds.cloudstack.features with annotations of type ParamParser
 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)
           
 

Uses of ParamParser in org.jclouds.cloudwatch
 

Method parameters in org.jclouds.cloudwatch with annotations of type ParamParser
 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)
           
 

Uses of ParamParser in org.jclouds.ec2.services
 

Method parameters in org.jclouds.ec2.services with annotations of type ParamParser
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setUserDataForInstanceInRegion(String region, String instanceId, byte[] unencodedData)
           
 

Uses of ParamParser in org.jclouds.openstack.swift
 

Method parameters in org.jclouds.openstack.swift with annotations of type ParamParser
 com.google.common.util.concurrent.ListenableFuture<String> CommonSwiftAsyncClient.putObject(String container, SwiftObject object)
           
 

Uses of ParamParser in org.jclouds.s3
 

Method parameters in org.jclouds.s3 with annotations of type ParamParser
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.putObject(String bucketName, S3Object object, PutObjectOptions... options)
           
 

Uses of ParamParser in org.jclouds.savvis.vpdc.features
 

Method parameters in org.jclouds.savvis.vpdc.features with annotations of type ParamParser
 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.