Uses of Interface
org.jclouds.http.options.HttpRequestOptions

Packages that use HttpRequestOptions
org.jclouds.atmos.options   
org.jclouds.aws.ec2.options   
org.jclouds.azure.storage.options   
org.jclouds.azureblob.options   
org.jclouds.blobstore   
org.jclouds.cloudfiles.options   
org.jclouds.deltacloud.options   
org.jclouds.ec2.options   
org.jclouds.ec2.options.internal   
org.jclouds.filesystem   
org.jclouds.gogrid.options   
org.jclouds.http.options   
org.jclouds.openstack.options   
org.jclouds.openstack.swift.options   
org.jclouds.s3.options This package contains request options for S3 REST commands. 
 

Uses of HttpRequestOptions in org.jclouds.atmos.options
 

Classes in org.jclouds.atmos.options that implement HttpRequestOptions
 class PutOptions
          Contains options supported in the REST API for the PUT operations.
 

Uses of HttpRequestOptions in org.jclouds.aws.ec2.options
 

Classes in org.jclouds.aws.ec2.options that implement HttpRequestOptions
 class AWSDescribeImagesOptions
          Extra options only available in Amazon's implementation
 class AWSRunInstancesOptions
          Contains options supported in the Form API for the RunInstances operation.
 class CreateSecurityGroupOptions
          Contains options supported in the Form API for the CreateSecurityGroup operation.
 class DescribeSpotPriceHistoryOptions
          Contains options supported in the Form API for the DescribeSpotPriceHistory operation.
 class RequestSpotInstancesOptions
          Contains options supported in the Form API for the RequestSpotInstances operation.
 

Uses of HttpRequestOptions in org.jclouds.azure.storage.options
 

Classes in org.jclouds.azure.storage.options that implement HttpRequestOptions
 class CreateOptions
          Contains common options supported in the REST API for the Create operation.
 class ListOptions
          Options used to control paginated results (aka list commands).
 

Uses of HttpRequestOptions in org.jclouds.azureblob.options
 

Classes in org.jclouds.azureblob.options that implement HttpRequestOptions
 class CreateContainerOptions
          Contains options supported in the REST API for the Create Container operation.
 class ListBlobsOptions
          Contains options supported in the REST API for the List Blobs operation.
 

Uses of HttpRequestOptions in org.jclouds.blobstore
 

Methods in org.jclouds.blobstore with parameters of type HttpRequestOptions
 String TransientAsyncBlobStore.getFirstQueryOrNull(String string, HttpRequestOptions options)
           
 

Uses of HttpRequestOptions in org.jclouds.cloudfiles.options
 

Classes in org.jclouds.cloudfiles.options that implement HttpRequestOptions
 class ListCdnContainerOptions
          Contains options supported in the REST API for the GET CDN containers operation.
 

Uses of HttpRequestOptions in org.jclouds.deltacloud.options
 

Classes in org.jclouds.deltacloud.options that implement HttpRequestOptions
 class CreateInstanceOptions
          Contains options supported in the Deltacloud API for the Create Instance operation.
 

Uses of HttpRequestOptions in org.jclouds.ec2.options
 

Classes in org.jclouds.ec2.options that implement HttpRequestOptions
 class BundleInstanceS3StorageOptions
          Contains options supported in the Form API for the RegisterImage operation.
 class CreateImageOptions
          Contains options supported in the Form API for the CreateImage operation.
 class CreateSnapshotOptions
          Contains options supported in the Form API for the CreateSnapshot operation.
 class DescribeAvailabilityZonesOptions
          Contains options supported in the Form API for the DescribeAvailabilityZones operation.
 class DescribeImagesOptions
          Contains options supported in the Form API for the DescribeImages operation.
 class DescribeRegionsOptions
          Contains options supported in the Form API for the DescribeRegions operation.
 class DescribeSnapshotsOptions
          Contains options supported in the Form API for the DescribeSnapshots operation.
 class DetachVolumeOptions
          Contains options supported in the Form API for the DetachVolume operation.
 class RegisterImageBackedByEbsOptions
          Contains options supported in the Form API for the RegisterImage operation.
 class RegisterImageOptions
          Contains options supported in the Form API for the RegisterImage operation.
 class RunInstancesOptions
          Contains options supported in the Form API for the RunInstances operation.
 

Uses of HttpRequestOptions in org.jclouds.ec2.options.internal
 

Classes in org.jclouds.ec2.options.internal that implement HttpRequestOptions
 class BaseEC2RequestOptions
           
 

Uses of HttpRequestOptions in org.jclouds.filesystem
 

Methods in org.jclouds.filesystem with parameters of type HttpRequestOptions
 String FilesystemAsyncBlobStore.getFirstQueryOrNull(String string, HttpRequestOptions options)
           
 

Uses of HttpRequestOptions in org.jclouds.gogrid.options
 

Classes in org.jclouds.gogrid.options that implement HttpRequestOptions
 class AddLoadBalancerOptions
          Optional parameters for adding a load balancer.
 class AddServerOptions
           
 class GetImageListOptions
           
 class GetIpListOptions
           
 class GetJobListOptions
           
 class GetServerListOptions
           
 

Uses of HttpRequestOptions in org.jclouds.http.options
 

Classes in org.jclouds.http.options that implement HttpRequestOptions
 class BaseHttpRequestOptions
           
 class GetOptions
          Contains options supported for HTTP GET operations.
 

Uses of HttpRequestOptions in org.jclouds.openstack.options
 

Classes in org.jclouds.openstack.options that implement HttpRequestOptions
 class BaseListOptions
          Options used to control paginated results (aka list commands).
 

Uses of HttpRequestOptions in org.jclouds.openstack.swift.options
 

Classes in org.jclouds.openstack.swift.options that implement HttpRequestOptions
 class ListContainerOptions
          Contains options supported in the REST API for the GET container operation.
 

Uses of HttpRequestOptions in org.jclouds.s3.options
 

Classes in org.jclouds.s3.options that implement HttpRequestOptions
 class CopyObjectOptions
          Contains options supported in the REST API for the COPY object operation.
 class ListBucketOptions
          Contains options supported in the REST API for the GET bucket operation.
 class PutBucketOptions
          Contains options supported in the REST API for the PUT bucket operation.
 class PutObjectOptions
          Contains options supported in the REST API for the PUT object operation.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.