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.gogrid.services   
org.jclouds.openstack.nova   
org.jclouds.openstack.swift   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.softlayer.features   
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.getBucketLocation(String bucketName)
           
 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.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>> GridImageAsyncClient.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>> GridServerAsyncClient.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.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<Image> NovaAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> NovaAsyncClient.listFlavors(ListOptions... options)
           
 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<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.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.walrus
 

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



Copyright © 2009-2011 jclouds. All Rights Reserved.