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

Packages that use QueryParams
org.jclouds.atmos   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.cloudservers   
org.jclouds.cloudstack.features   
org.jclouds.gogrid.services   
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.extensions   
org.jclouds.openstack.nova   
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.v1.features   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.softlayer.features   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
org.jclouds.walrus   
 

Uses of QueryParams in org.jclouds.atmos
 

Methods in org.jclouds.atmos with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<UserMetadata> AtmosAsyncClient.getUserMetadata(String path)
           
 

Uses of QueryParams in org.jclouds.aws.s3
 

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

Uses of QueryParams in org.jclouds.azureblob
 

Methods in org.jclouds.azureblob with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Boolean> AzureBlobAsyncClient.containerExists(String container)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AzureBlobAsyncClient.createContainer(String container, CreateContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AzureBlobAsyncClient.createRootContainer(CreateContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AzureBlobAsyncClient.deleteContainer(String container)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AzureBlobAsyncClient.deleteRootContainer()
           
 com.google.common.util.concurrent.ListenableFuture<ContainerProperties> AzureBlobAsyncClient.getContainerProperties(String container)
           
 com.google.common.util.concurrent.ListenableFuture<PublicAccess> AzureBlobAsyncClient.getPublicAccessForContainer(String container)
           
 com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> AzureBlobAsyncClient.listBlobs(ListBlobsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> AzureBlobAsyncClient.listBlobs(String container, ListBlobsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> AzureBlobAsyncClient.listContainers(ListOptions... listOptions)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AzureBlobAsyncClient.setBlobMetadata(String container, String name, Map<String,String> metadata)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AzureBlobAsyncClient.setResourceMetadata(String container, Map<String,String> metadata)
           
 

Uses of QueryParams in org.jclouds.cloudfiles
 

Methods in org.jclouds.cloudfiles with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options)
           
 

Uses of QueryParams in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.confirmResizeServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> CloudServersAsyncClient.createSharedIpGroup(String name, CreateSharedIpGroupOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Addresses> CloudServersAsyncClient.getAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<BackupSchedule> CloudServersAsyncClient.getBackupSchedule(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> CloudServersAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Limits> CloudServersAsyncClient.getLimits()
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> CloudServersAsyncClient.getSharedIpGroup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> CloudServersAsyncClient.listFlavors(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> CloudServersAsyncClient.listImages(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> CloudServersAsyncClient.listPrivateAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> CloudServersAsyncClient.listPublicAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> CloudServersAsyncClient.listServers(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.rebootServer(int id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.rebuildServer(int id, RebuildServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.resizeServer(int id, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.revertResizeServer(int id)
           
 

Uses of QueryParams in org.jclouds.cloudstack.features
 

Classes in org.jclouds.cloudstack.features with annotations of type QueryParams
 interface AccountAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface AddressAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface AsyncJobAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface ConfigurationAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface DomainAccountAsyncClient
          Provides asynchronous access to CloudStack Account features available to Domain Admin users.
 interface DomainDomainAsyncClient
          Provides asynchronous access to CloudStack Domain features available to Domain Admin users.
 interface DomainLimitAsyncClient
          Provides asynchronous access to CloudStack Limit features available to Domain Admin users.
 interface DomainUserAsyncClient
          Provides asynchronous access to CloudStack User features available to Domain Admin users.
 interface EventAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface FirewallAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface GlobalAccountAsyncClient
          Provides asynchronous access to CloudStack Account features available to Global Admin users.
 interface GlobalAlertAsyncClient
          Provides asynchronous access to CloudStack Account features available to Global Admin users.
 interface GlobalCapacityAsyncClient
          Provides asynchronous access to CloudStack Account features available to Global Admin users.
 interface GlobalConfigurationAsyncClient
          Provides asynchronous access to CloudStack Configuration features available to Global Admin users.
 interface GlobalDomainAsyncClient
          Provides asynchronous access to CloudStack Domain features available to Global Admin users.
 interface GlobalHostAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface GlobalOfferingAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface GlobalPodAsyncClient
          Provides asynchronous access to CloudStack Pod features available to Global Admin users.
 interface GlobalStoragePoolAsyncClient
          Provides asynchronous access to CloudStack storage pool features.
 interface GlobalUsageAsyncClient
          Provides asynchronous access to CloudStack usage features.
 interface GlobalUserAsyncClient
          Provides asynchronous access to CloudStack User features available to Global Admin users.
 interface GlobalVlanAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface GlobalZoneAsyncClient
          Provides asynchronous access to CloudStack Account features available to Global Admin users.
 interface GuestOSAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface HypervisorAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface ISOAsyncClient
          

 interface LimitAsyncClient
          Provides asynchronous access to CloudStack SSHKeyPair features.
 interface LoadBalancerAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface NATAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface NetworkAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface OfferingAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface SecurityGroupAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface SessionAsyncClient
          Provides asynchronous access to Cloudstack Sessions

 interface SnapshotAsyncClient
          Provides synchronous access to CloudStack Snapshot features.
 interface SSHKeyPairAsyncClient
          Provides asynchronous access to CloudStack SSHKeyPair features.
 interface TemplateAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface VirtualMachineAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface VMGroupAsyncClient
          Provides asynchronous access to CloudStack VM group features.
 interface VolumeAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 interface ZoneAsyncClient
          Provides asynchronous access to cloudstack via their REST API.
 

Methods in org.jclouds.cloudstack.features with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Cluster> GlobalHostAsyncClient.addCluster(String zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)
          Adds a new cluster.
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.addHost(String zoneId, String url, String hypervisor, String username, String password, AddHostOptions... options)
          Adds a new host.
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.addSecondaryStorage(String url, AddSecondaryStorageOptions... options)
          Adds secondary storage.
 com.google.common.util.concurrent.ListenableFuture<String> LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(String id, Iterable<String> virtualMachineIds)
           
 com.google.common.util.concurrent.ListenableFuture<String> LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(String id, String... virtualMachineIds)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> AddressAsyncClient.associateIPAddressInZone(String zoneId, AssociateIPAddressOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.attachISO(String isoId, String vmId)
          Attaches an ISO to a virtual machine.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.attachVolume(String volumeId, String virtualMachineId)
           
 com.google.common.util.concurrent.ListenableFuture<String> SecurityGroupAsyncClient.authorizeIngressICMPToCIDRs(String securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> SecurityGroupAsyncClient.authorizeIngressICMPToSecurityGroups(String securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> SecurityGroupAsyncClient.authorizeIngressPortsToCIDRs(String securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> SecurityGroupAsyncClient.authorizeIngressPortsToSecurityGroups(String securityGroupId, String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> GlobalHostAsyncClient.cancelHostMaintenance(String hostId)
          Cancels host maintenance.
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.changeServiceForVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.copyISO(String isoId, String sourceZoneId, String destZoneId)
          Copies a template from one zone to another.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.copyTemplateToZone(String id, String sourceZoneId, String destZoneId)
           
 com.google.common.util.concurrent.ListenableFuture<Account> GlobalAccountAsyncClient.createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<DiskOffering> GlobalOfferingAsyncClient.createDiskOffering(String name, String displayText, CreateDiskOfferingOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> GlobalDomainAsyncClient.createDomain(String name, CreateDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpAndProtocol(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpProtocolAndPort(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)
           
 com.google.common.util.concurrent.ListenableFuture<VMGroup> VMGroupAsyncClient.createInstanceGroup(String name, CreateVMGroupOptions... options)
          Creates a VM group
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> NATAsyncClient.createIPForwardingRule(String IPAddressId, String protocol, int startPort, CreateIPForwardingRuleOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> LoadBalancerAsyncClient.createLoadBalancerRuleForPublicIP(String publicIPId, LoadBalancerRule.Algorithm algorithm, String name, int privatePort, int publicPort, CreateLoadBalancerRuleOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Network> NetworkAsyncClient.createNetworkInZone(String zoneId, String networkOfferingId, String name, String displayText, CreateNetworkOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createPortForwardingRuleForVirtualMachine(String ipAddressId, PortForwardingRule.Protocol protocol, int publicPort, String virtualMachineId, int privatePort)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> SecurityGroupAsyncClient.createSecurityGroup(String name)
           
 com.google.common.util.concurrent.ListenableFuture<ServiceOffering> GlobalOfferingAsyncClient.createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> SnapshotAsyncClient.createSnapshot(String volumeId, CreateSnapshotOptions... options)
          Creates an instant snapshot of a volume.
 com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, String numberToRetain, String timezone, String volumeId)
          Creates a snapshot policy for the account.
 com.google.common.util.concurrent.ListenableFuture<SshKeyPair> SSHKeyPairAsyncClient.createSSHKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata, CreateTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<User> GlobalUserAsyncClient.createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VlanIPRange> GlobalVlanAsyncClient.createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)
          Creates a VLAN IP range.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.createVolumeFromDiskOfferingInZone(String name, String diskOfferingId, String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.createVolumeFromSnapshotInZone(String name, String snapshotId, String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalAccountAsyncClient.deleteAccount(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalHostAsyncClient.deleteCluster(String clusterId)
          Deletes a cluster.
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalOfferingAsyncClient.deleteDiskOffering(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalDomainAsyncClient.deleteDomainAndAttachedResources(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> FirewallAsyncClient.deleteFirewallRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalHostAsyncClient.deleteHost(String hostId, DeleteHostOptions... options)
          Deletes a host.
 com.google.common.util.concurrent.ListenableFuture<Void> VMGroupAsyncClient.deleteInstanceGroup(String id)
          Delete a VM group
 com.google.common.util.concurrent.ListenableFuture<String> NATAsyncClient.deleteIPForwardingRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.deleteISO(String id, DeleteISOOptions... options)
          Deletes an ISO file.
 com.google.common.util.concurrent.ListenableFuture<String> LoadBalancerAsyncClient.deleteLoadBalancerRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<String> NetworkAsyncClient.deleteNetwork(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalDomainAsyncClient.deleteOnlyDomain(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalPodAsyncClient.deletePod(String id)
          Deletes a Pod.
 com.google.common.util.concurrent.ListenableFuture<Void> FirewallAsyncClient.deletePortForwardingRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.deleteSecurityGroup(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalOfferingAsyncClient.deleteServiceOffering(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SnapshotAsyncClient.deleteSnapshot(String id)
          Deletes a snapshot of a disk volume.
 com.google.common.util.concurrent.ListenableFuture<Void> SnapshotAsyncClient.deleteSnapshotPolicies(Iterable<String> id)
          Deletes snapshot policies for the account.
 com.google.common.util.concurrent.ListenableFuture<Void> SnapshotAsyncClient.deleteSnapshotPolicy(String id)
          Deletes a snapshot policy for the account.
 com.google.common.util.concurrent.ListenableFuture<Void> SSHKeyPairAsyncClient.deleteSSHKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.deleteTemplate(String id, DeleteTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalUserAsyncClient.deleteUser(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalVlanAsyncClient.deleteVlanIPRange(String rangeId)
          Deletes a VLAN IP range.
 com.google.common.util.concurrent.ListenableFuture<Void> VolumeAsyncClient.deleteVolume(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalZoneAsyncClient.deleteZone(String id)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VirtualMachineAsyncClient.deployVirtualMachineInZone(String zoneId, String serviceOfferingId, String templateId, DeployVirtualMachineOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.destroyVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.detachISO(String vmId)
          Detaches any ISO file (if any) currently attached to a virtual machine.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.detachVolume(String volumeId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> DomainAccountAsyncClient.disableAccount(String accountName, String domainId, boolean onlyLock)
           
 com.google.common.util.concurrent.ListenableFuture<String> NATAsyncClient.disableStaticNATOnPublicIP(String IPAddressId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> DomainUserAsyncClient.disableUser(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AddressAsyncClient.disassociateIPAddress(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Account> DomainAccountAsyncClient.enableAccount(String accountName, String domainId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NATAsyncClient.enableStaticNATForVirtualMachine(String virtualMachineId, String IPAddressId)
           
 com.google.common.util.concurrent.ListenableFuture<User> DomainUserAsyncClient.enableUser(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.extractISO(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options)
          Extracts an ISO
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.extractTemplate(String id, ExtractMode mode, String zoneId, ExtractTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<JobResult> GlobalUsageAsyncClient.generateUsageRecords(Date start, Date end, GenerateUsageRecordsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Account> AccountAsyncClient.getAccount(String id)
           
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>>
AsyncJobAsyncClient.getAsyncJob(String id)
           
 com.google.common.util.concurrent.ListenableFuture<DiskOffering> OfferingAsyncClient.getDiskOffering(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainDomainAsyncClient.getDomainById(String domainId)
           
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.getEncryptedPasswordForVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<FirewallRule> FirewallAsyncClient.getFirewallRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<VMGroup> VMGroupAsyncClient.getInstanceGroup(String id)
           
 com.google.common.util.concurrent.ListenableFuture<IPForwardingRule> NATAsyncClient.getIPForwardingRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> NATAsyncClient.getIPForwardingRulesForIPAddress(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> NATAsyncClient.getIPForwardingRulesForVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.getISO(String id)
          Gets information about an ISO by its ID.
 com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> LoadBalancerAsyncClient.getLoadBalancerRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Network> NetworkAsyncClient.getNetwork(String id)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkOffering> OfferingAsyncClient.getNetworkOffering(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Map.Entry<String,String>> GuestOSAsyncClient.getOSCategory(String id)
           
 com.google.common.util.concurrent.ListenableFuture<OSType> GuestOSAsyncClient.getOSType(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.getPod(String id)
           
 com.google.common.util.concurrent.ListenableFuture<PortForwardingRule> FirewallAsyncClient.getPortForwardingRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> AddressAsyncClient.getPublicIPAddress(String id)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> SecurityGroupAsyncClient.getSecurityGroup(String id)
           
 com.google.common.util.concurrent.ListenableFuture<ServiceOffering> OfferingAsyncClient.getServiceOffering(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Snapshot> SnapshotAsyncClient.getSnapshot(String id)
          Gets a snapshot by its ID.
 com.google.common.util.concurrent.ListenableFuture<SshKeyPair> SSHKeyPairAsyncClient.getSSHKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Template> TemplateAsyncClient.getTemplateInZone(String templateId, String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<VirtualMachine> VirtualMachineAsyncClient.getVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<VlanIPRange> GlobalVlanAsyncClient.getVlanIPRange(String id)
          Get the details of an IP range by its id.
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncClient.getVolume(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Zone> ZoneAsyncClient.getZone(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Account>> AccountAsyncClient.listAccounts(ListAccountsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Alert>> GlobalAlertAsyncClient.listAlerts(ListAlertsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Capabilities> ConfigurationAsyncClient.listCapabilities()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Capacity>> GlobalCapacityAsyncClient.listCapacity(ListCapacityOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Cluster>> GlobalHostAsyncClient.listClusters(ListClustersOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ConfigurationEntry>> GlobalConfigurationAsyncClient.listConfigurationEntries(ListConfigurationEntriesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<DiskOffering>> OfferingAsyncClient.listDiskOfferings(ListDiskOfferingsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Domain>> DomainDomainAsyncClient.listDomainChildren(ListDomainChildrenOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Domain>> DomainDomainAsyncClient.listDomains(ListDomainsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Event>> EventAsyncClient.listEvents(ListEventsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> EventAsyncClient.listEventTypes()
           
 com.google.common.util.concurrent.ListenableFuture<Set<FirewallRule>> FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Host>> GlobalHostAsyncClient.listHosts(ListHostsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> HypervisorAsyncClient.listHypervisors()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> HypervisorAsyncClient.listHypervisorsInZone(String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<Set<VMGroup>> VMGroupAsyncClient.listInstanceGroups(ListVMGroupsOptions... options)
          Lists VM groups
 com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> NATAsyncClient.listIPForwardingRules(ListIPForwardingRulesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ISOPermissions> ISOAsyncClient.listISOPermissions(String id, AccountInDomainOptions... options)
          List template visibility and all accounts that have permissions to view this template.
 com.google.common.util.concurrent.ListenableFuture<Set<ISO>> ISOAsyncClient.listISOs(ListISOsOptions... options)
          Lists all available ISO files.
 com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancerRule>> LoadBalancerAsyncClient.listLoadBalancerRules(ListLoadBalancerRulesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<NetworkOffering>> OfferingAsyncClient.listNetworkOfferings(ListNetworkOfferingsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Network>> NetworkAsyncClient.listNetworks(ListNetworksOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,String>> GuestOSAsyncClient.listOSCategories()
           
 com.google.common.util.concurrent.ListenableFuture<Set<OSType>> GuestOSAsyncClient.listOSTypes(ListOSTypesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Pod>> GlobalPodAsyncClient.listPods(ListPodsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<PortForwardingRule>> FirewallAsyncClient.listPortForwardingRules(ListPortForwardingRulesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<PublicIPAddress>> AddressAsyncClient.listPublicIPAddresses(ListPublicIPAddressesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ResourceLimit>> LimitAsyncClient.listResourceLimits(ListResourceLimitsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> SecurityGroupAsyncClient.listSecurityGroups(ListSecurityGroupsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServiceOffering>> OfferingAsyncClient.listServiceOfferings(ListServiceOfferingsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> SnapshotAsyncClient.listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
          Lists all available snapshots for the account, matching the query described by the options.
 com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> SSHKeyPairAsyncClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<StoragePool>> GlobalStoragePoolAsyncClient.listStoragePools(ListStoragePoolsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<TemplatePermission>> TemplateAsyncClient.listTemplatePermissions(String id, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Template>> TemplateAsyncClient.listTemplates()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Template>> TemplateAsyncClient.listTemplates(ListTemplatesOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<UsageRecord>> GlobalUsageAsyncClient.listUsageRecords(Date start, Date end, ListUsageRecordsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<User>> DomainUserAsyncClient.listUsers(ListUsersOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<VirtualMachine>> VirtualMachineAsyncClient.listVirtualMachines(ListVirtualMachinesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<VirtualMachine>> LoadBalancerAsyncClient.listVirtualMachinesAssignedToLoadBalancerRule(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<VlanIPRange>> GlobalVlanAsyncClient.listVlanIPRanges(ListVlanIPRangesOptions... options)
          Lists all VLAN IP ranges.
 com.google.common.util.concurrent.ListenableFuture<Set<Volume>> VolumeAsyncClient.listVolumes(ListVolumesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Zone>> ZoneAsyncClient.listZones(ListZonesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<LoginResponse> SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName, String domain, String hashedPassword)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SessionAsyncClient.logoutUser(String sessionKey)
           
 com.google.common.util.concurrent.ListenableFuture<String> GlobalHostAsyncClient.prepareHostForMaintenance(String hostId)
          Prepares a host for maintenance.
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.rebootVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<String> GlobalHostAsyncClient.reconnectHost(String hostId)
          Reconnects a host.
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.registerISO(String name, String displayText, String url, String zoneId, RegisterISOOptions... options)
          Registers an existing ISO into the Cloud.com Cloud.
 com.google.common.util.concurrent.ListenableFuture<SshKeyPair> SSHKeyPairAsyncClient.registerSSHKeyPair(String name, String publicKey)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Template>> TemplateAsyncClient.registerTemplate(TemplateMetadata templateMetadata, String format, String hypervisor, String url, String zoneId, RegisterTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ApiKeyPair> GlobalUserAsyncClient.registerUserKeys(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<String> LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(String id, Iterable<String> virtualMachineIds)
           
 com.google.common.util.concurrent.ListenableFuture<String> LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(String id, String... virtualMachineIds)
           
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.resetPasswordForVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<String> SecurityGroupAsyncClient.revokeIngressRule(String id, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.startVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.stopVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Account> GlobalAccountAsyncClient.updateAccount(String accountName, String domainId, String newName, UpdateAccountOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Cluster> GlobalHostAsyncClient.updateCluster(String clusterId, UpdateClusterOptions... options)
          Updates an existing cluster.
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalHostAsyncClient.updateClusterPassword(String clusterId, String username, String password)
          Update password of a cluster on management server.
 com.google.common.util.concurrent.ListenableFuture<ConfigurationEntry> GlobalConfigurationAsyncClient.updateConfigurationEntry(String name, String value)
           
 com.google.common.util.concurrent.ListenableFuture<DiskOffering> GlobalOfferingAsyncClient.updateDiskOffering(String id, UpdateDiskOfferingOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> GlobalDomainAsyncClient.updateDomain(String domainId, UpdateDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.updateHost(String hostId, UpdateHostOptions... options)
          Updates a host.
 com.google.common.util.concurrent.ListenableFuture<Void> GlobalHostAsyncClient.updateHostPassword(String hostId, String username, String password)
          Update password of a host on management server.
 com.google.common.util.concurrent.ListenableFuture<VMGroup> VMGroupAsyncClient.updateInstanceGroup(String id, UpdateVMGroupOptions... options)
          Modify a VM group
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.updateISO(String id, UpdateISOOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ISOAsyncClient.updateISOPermissions(String id, UpdateISOPermissionsOptions... options)
          Updates iso permissions
 com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> LoadBalancerAsyncClient.updateLoadBalancerRule(String id, UpdateLoadBalancerRuleOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkOffering> GlobalOfferingAsyncClient.updateNetworkOffering(String id, UpdateNetworkOfferingOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.updatePod(String id, UpdatePodOptions... updatePodOptions)
          Updates a Pod.
 com.google.common.util.concurrent.ListenableFuture<ResourceLimit> DomainLimitAsyncClient.updateResourceLimit(ResourceLimit limit)
           
 com.google.common.util.concurrent.ListenableFuture<ServiceOffering> GlobalOfferingAsyncClient.updateServiceOffering(String id, UpdateServiceOfferingOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Template> TemplateAsyncClient.updateTemplate(String id, UpdateTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TemplateAsyncClient.updateTemplatePermissions(String id, UpdateTemplatePermissionsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<User> GlobalUserAsyncClient.updateUser(String id, UpdateUserOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> VirtualMachineAsyncClient.updateVirtualMachine(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.updateZone(String id, UpdateZoneOptions... options)
           
 

Uses of QueryParams in org.jclouds.gogrid.services
 

Classes in org.jclouds.gogrid.services with annotations of type QueryParams
 interface GridImageAsyncClient
           
 interface GridIpAsyncClient
           
 interface GridJobAsyncClient
           
 interface GridLoadBalancerAsyncClient
           
 interface GridServerAsyncClient
          Provides asynchronous access to GoGrid via their REST API.
 

Methods in org.jclouds.gogrid.services with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getAssignedIpList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridLoadBalancerAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridIpAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridImageAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getRamSizes()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getTypes()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getUnassignedIpList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getUnassignedPublicIpList()
           
 

Uses of QueryParams in org.jclouds.hpcloud.objectstorage
 

Methods in org.jclouds.hpcloud.objectstorage with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> HPCloudObjectStorageAsyncClient.listContainers(ListContainerOptions... options)
           
 

Uses of QueryParams in org.jclouds.hpcloud.objectstorage.extensions
 

Methods in org.jclouds.hpcloud.objectstorage.extensions with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> HPCloudCDNAsyncClient.listCDNContainers(ListCDNContainerOptions... options)
           
 

Uses of QueryParams in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.confirmResizeServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Addresses> NovaAsyncClient.getAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> NovaAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> NovaAsyncClient.getFlavor(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<FloatingIP> NovaAsyncClient.getFloatingIP(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.getImage(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> NovaAsyncClient.getSecurityGroup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> NovaAsyncClient.listFlavors(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> NovaAsyncClient.listFloatingIPs()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> NovaAsyncClient.listImages(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> NovaAsyncClient.listPrivateAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> NovaAsyncClient.listPublicAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> NovaAsyncClient.listSecurityGroups()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> NovaAsyncClient.listServers(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.rebootServer(int id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.rebuildServer(int id, RebuildServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.resizeServer(int id, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.revertResizeServer(int id)
           
 

Uses of QueryParams in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> CommonSwiftAsyncClient.listContainers(ListContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> CommonSwiftAsyncClient.listObjects(String container, ListContainerOptions... options)
           
 

Uses of QueryParams in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Set<ContainerMetadata>> AccountAsyncApi.listContainers()
           
 com.google.common.util.concurrent.ListenableFuture<Set<ContainerMetadata>> AccountAsyncApi.listContainers(ListContainersOptions options)
           
 

Uses of QueryParams in org.jclouds.s3
 

Methods in org.jclouds.s3 with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.bucketExists(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.disableBucketLogging(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.enableBucketLogging(String bucketName, BucketLogging logging)
           
 com.google.common.util.concurrent.ListenableFuture<AccessControlList> S3AsyncClient.getBucketACL(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.getBucketLocation(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<BucketLogging> S3AsyncClient.getBucketLogging(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Payer> S3AsyncClient.getBucketPayer(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<AccessControlList> S3AsyncClient.getObjectACL(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putBucketACL(String bucketName, AccessControlList acl)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putObjectACL(String bucketName, String key, AccessControlList acl)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.setBucketPayer(String bucketName, Payer payer)
           
 

Uses of QueryParams in org.jclouds.softlayer.features
 

Methods in org.jclouds.softlayer.features with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Datacenter> DatacenterAsyncClient.getDatacenter(long id)
           
 com.google.common.util.concurrent.ListenableFuture<ProductPackage> ProductPackageAsyncClient.getProductPackage(long id)
           
 com.google.common.util.concurrent.ListenableFuture<VirtualGuest> VirtualGuestAsyncClient.getVirtualGuest(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Datacenter>> DatacenterAsyncClient.listDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> VirtualGuestAsyncClient.listVirtualGuests()
           
 

Uses of QueryParams in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<CatalogReferences> QueryAsyncApi.catalogReferencesQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogReferences> QueryAsyncApi.catalogReferencesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogReferences> QueryAsyncApi.catalogReferencesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<VAppReferences> QueryAsyncApi.vAppReferencesQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<VAppReferences> QueryAsyncApi.vAppReferencesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<VAppReferences> QueryAsyncApi.vAppReferencesQueryAll()
           
 

Uses of QueryParams in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<RoleReferences> AdminQueryAsyncApi.roleReferencesQueryAll()
           
 

Uses of QueryParams in org.jclouds.walrus
 

Methods in org.jclouds.walrus with annotations of type QueryParams
 com.google.common.util.concurrent.ListenableFuture<Boolean> WalrusAsyncClient.bucketExists(String bucketName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.