Uses of Class
org.jclouds.concurrent.Timeout

Packages that use Timeout
org.jclouds.atmos   
org.jclouds.aws.ec2   
org.jclouds.aws.ec2.services   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.blobstore.config   
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.cloudloadbalancers   
org.jclouds.cloudloadbalancers.features   
org.jclouds.cloudservers   
org.jclouds.cloudsigma   
org.jclouds.cloudstack   
org.jclouds.cloudstack.features   
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.features   
org.jclouds.deltacloud   
org.jclouds.ec2   
org.jclouds.ec2.services   
org.jclouds.elasticstack   
org.jclouds.elb   
org.jclouds.elb.features   
org.jclouds.glesys   
org.jclouds.glesys.features   
org.jclouds.gogrid   
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.iam   
org.jclouds.iam.features   
org.jclouds.jenkins.v1   
org.jclouds.jenkins.v1.features   
org.jclouds.joyent.cloudapi.v6_5   
org.jclouds.joyent.cloudapi.v6_5.features   
org.jclouds.openstack.glance.v1_0   
org.jclouds.openstack.glance.v1_0.features   
org.jclouds.openstack.internal   
org.jclouds.openstack.keystone.v1_1   
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.keystone.v2_0.features   
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.ec2   
org.jclouds.openstack.nova.ec2.services   
org.jclouds.openstack.nova.v2_0   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.quantum.v1_0   
org.jclouds.openstack.quantum.v1_0.features   
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.v1   
org.jclouds.openstack.swift.v1.features   
org.jclouds.opsource.servers   
org.jclouds.opsource.servers.features   
org.jclouds.rackspace.cloudidentity.v2_0   
org.jclouds.rds   
org.jclouds.rds.features   
org.jclouds.rest   
org.jclouds.rimuhosting.miro   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.savvis.vpdc   
org.jclouds.savvis.vpdc.features   
org.jclouds.savvis.vpdc.internal   
org.jclouds.slicehost   
org.jclouds.snia.cdmi.v1   
org.jclouds.snia.cdmi.v1.features   
org.jclouds.softlayer   
org.jclouds.softlayer.features   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.features   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.internal   
org.jclouds.trmk.vcloudexpress   
org.jclouds.vcloud   
org.jclouds.vcloud.director.v1_5.admin   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
org.jclouds.vcloud.director.v1_5.login   
org.jclouds.vcloud.director.v1_5.user   
org.jclouds.vcloud.features   
org.jclouds.vcloud.internal   
 

Uses of Timeout in org.jclouds.atmos
 

Classes in org.jclouds.atmos with annotations of type Timeout
 interface AtmosClient
          Provides access to EMC Atmos Online Storage resources via their REST API.
 

Methods in org.jclouds.atmos with annotations of type Timeout
 URI AtmosClient.createFile(String parent, AtmosObject object, PutOptions... options)
           
 AtmosObject AtmosClient.readFile(String path, GetOptions... options)
           
 void AtmosClient.updateFile(String parent, AtmosObject object, PutOptions... options)
           
 

Uses of Timeout in org.jclouds.aws.ec2
 

Classes in org.jclouds.aws.ec2 with annotations of type Timeout
 interface AWSEC2Client
          Provides synchronous access to EC2 services.
 

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

Classes in org.jclouds.aws.ec2.services with annotations of type Timeout
 interface AWSAMIClient
          Provides access to EC2 via their REST API.
 interface AWSInstanceClient
          Provides access to EC2 via their REST API.
 interface AWSKeyPairClient
           
 interface AWSSecurityGroupClient
          Provides access to EC2 via their REST API.
 interface MonitoringClient
          Provides monitoring services for EC2.
 interface PlacementGroupClient
          Provides Placement Group services for EC2.
 interface SpotInstanceClient
          Provides Spot Instance services for EC2.
 interface TagClient
          Provides Tag services for EC2.
 

Methods in org.jclouds.aws.ec2.services with annotations of type Timeout
 Set<Spot> SpotInstanceClient.describeSpotPriceHistoryInRegion(String region, DescribeSpotPriceHistoryOptions... options)
          Describes Spot Price history.
 

Uses of Timeout in org.jclouds.aws.s3
 

Classes in org.jclouds.aws.s3 with annotations of type Timeout
 interface AWSS3Client
          Provides access to amazon-specific S3 features
 

Methods in org.jclouds.aws.s3 with annotations of type Timeout
 String AWSS3Client.uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
          This operation uploads a part in a multipart upload.
 

Uses of Timeout in org.jclouds.azureblob
 

Classes in org.jclouds.azureblob with annotations of type Timeout
 interface AzureBlobClient
          Provides access to Azure Blob via their REST API.
 

Methods in org.jclouds.azureblob with annotations of type Timeout
 AzureBlob AzureBlobClient.getBlob(String container, String name, GetOptions... options)
          The Get Blob operation reads or downloads a blob from the system, including its metadata and properties.
 ListBlobsResponse AzureBlobClient.listBlobs(ListBlobsOptions... options)
           
 ListBlobsResponse AzureBlobClient.listBlobs(String container, ListBlobsOptions... options)
          The List Blobs operation enumerates the list of blobs under the specified container.
 String AzureBlobClient.putBlob(String container, AzureBlob object)
          The Put Blob operation creates a new blob or updates the content of an existing blob.
 

Uses of Timeout in org.jclouds.blobstore.config
 

Classes in org.jclouds.blobstore.config with annotations of type Timeout
 interface LocalBlobStore
           
 

Uses of Timeout in org.jclouds.cloudfiles
 

Classes in org.jclouds.cloudfiles with annotations of type Timeout
 interface CloudFilesClient
          Provides access to Cloud Files via their REST API.
 

Uses of Timeout in org.jclouds.cloudloadbalancers
 

Classes in org.jclouds.cloudloadbalancers with annotations of type Timeout
 interface CloudLoadBalancersClient
          Provides synchronous access to CloudLoadBalancers.
 

Uses of Timeout in org.jclouds.cloudloadbalancers.features
 

Classes in org.jclouds.cloudloadbalancers.features with annotations of type Timeout
 interface LoadBalancerClient
          Provides synchronous access to CloudLoadBalancers LoadBalancer features.
 interface NodeClient
          Provides synchronous access to CloudLoadBalancers Node features.
 

Uses of Timeout in org.jclouds.cloudservers
 

Classes in org.jclouds.cloudservers with annotations of type Timeout
 interface CloudServersClient
          Provides access to Cloud Servers via their REST API.
 

Uses of Timeout in org.jclouds.cloudsigma
 

Classes in org.jclouds.cloudsigma with annotations of type Timeout
 interface CloudSigmaClient
          Provides synchronous access to CloudSigma.
 

Methods in org.jclouds.cloudsigma with annotations of type Timeout
 DriveInfo CloudSigmaClient.cloneDrive(String sourceUuid, String newName, CloneDriveOptions... options)
          Clone an existing drive.
 

Uses of Timeout in org.jclouds.cloudstack
 

Classes in org.jclouds.cloudstack with annotations of type Timeout
 interface CloudStackClient
          Provides synchronous access to CloudStack.
 interface CloudStackDomainClient
          Provides synchronous access to CloudStack.
 interface CloudStackGlobalClient
          Provides synchronous access to CloudStack.
 

Uses of Timeout in org.jclouds.cloudstack.features
 

Classes in org.jclouds.cloudstack.features with annotations of type Timeout
 interface AccountClient
          Provides synchronous access to CloudStack Account features.
 interface AddressClient
          Provides synchronous access to CloudStack IPAddress features.
 interface AsyncJobClient
          Provides synchronous access to CloudStack asyncJob features.
 interface ConfigurationClient
          Provides synchronous access to CloudStack Configuration features.
 interface DomainAccountClient
          Provides synchronous access to CloudStack Account features available to Domain Admin users.
 interface DomainDomainClient
          Provides synchronous access to CloudStack Domain features available to Domain Admin users.
 interface DomainLimitClient
          Provides synchronous access to CloudStack Limit features available to Domain Admin users.
 interface DomainUserClient
          Provides synchronous access to CloudStack User features available to Domain Admin users.
 interface EventClient
          Provides synchronous access to CloudStack Event features.
 interface FirewallClient
          Provides synchronous access to CloudStack PortForwardingRule features.
 interface GlobalAccountClient
          Provides synchronous access to CloudStack Account features available to Global Admin users.
 interface GlobalAlertClient
          Provides synchronous access to CloudStack Alerts features available to Global Admin users.
 interface GlobalCapacityClient
          Provides synchronous access to CloudStack Capacities features available to Global Admin users.
 interface GlobalConfigurationClient
          Provides synchronous access to CloudStack Configuration features available to Global Admin users.
 interface GlobalDomainClient
          Provides synchronous access to CloudStack Domain features available to Global Admin users.
 interface GlobalHostClient
          Provides synchronous access to CloudStack host features.
 interface GlobalOfferingClient
          Provides synchronous access to CloudStack zone features.
 interface GlobalPodClient
          Provides synchronous access to CloudStack Pod features available to Global Admin users.
 interface GlobalStoragePoolClient
          Provides synchronous access to CloudStack storage pool features.
 interface GlobalUsageClient
          Provides synchronous access to CloudStack usage features.
 interface GlobalUserClient
          Provides synchronous access to CloudStack User features available to Global Admin users.
 interface GlobalVlanClient
          Provides synchronous access to CloudStack VLAN features.
 interface GlobalZoneClient
          Provides synchronous access to CloudStack Zone features available to Global Admin users.
 interface GuestOSClient
          Provides synchronous access to CloudStack Operating System features.
 interface HypervisorClient
          Provides synchronous access to CloudStack Operating System features.
 interface ISOClient
          

 interface LimitClient
          Provides synchronous access to CloudStack resource limit API.
 interface LoadBalancerClient
          Provides synchronous access to CloudStack LoadBalancer features.
 interface NATClient
          Provides synchronous access to CloudStack IPForwardingRule features.
 interface NetworkClient
          Provides synchronous access to CloudStack network features.
 interface OfferingClient
          Provides synchronous access to CloudStack zone features.
 interface SecurityGroupClient
          Provides synchronous access to CloudStack security group features.
 interface SessionClient
          Provides synchronous access to CloudStack Sessions

 interface SnapshotClient
          Provides synchronous access to CloudStack Snapshot features.
 interface SSHKeyPairClient
          Provides synchronous access to CloudStack SSHKeyPair features.
 interface TemplateClient
          Provides synchronous access to CloudStack template features.
 interface VirtualMachineClient
          Provides synchronous access to CloudStack VirtualMachine features.
 interface VMGroupClient
          Provides synchronous access to CloudStack VM group features.
 interface VolumeClient
          Provides synchronous access to CloudStack Event features.
 interface ZoneClient
          Provides synchronous access to CloudStack zone features.
 

Methods in org.jclouds.cloudstack.features with annotations of type Timeout
 void AddressClient.disassociateIPAddress(String id)
          Disassociates an ip address from the account.
 void NATClient.enableStaticNATForVirtualMachine(String virtualMachineId, String IPAddressId)
           
 

Uses of Timeout in org.jclouds.cloudwatch
 

Classes in org.jclouds.cloudwatch with annotations of type Timeout
 interface CloudWatchApi
          Provides access to Amazon CloudWatch via the Query API

 

Uses of Timeout in org.jclouds.cloudwatch.features
 

Classes in org.jclouds.cloudwatch.features with annotations of type Timeout
 interface MetricApi
          Provides access to Amazon CloudWatch via the Query API

 

Uses of Timeout in org.jclouds.deltacloud
 

Classes in org.jclouds.deltacloud with annotations of type Timeout
 interface DeltacloudClient
          Provides synchronous access to deltacloud.
 

Uses of Timeout in org.jclouds.ec2
 

Classes in org.jclouds.ec2 with annotations of type Timeout
 interface EC2Client
          Provides synchronous access to EC2 services.
 

Uses of Timeout in org.jclouds.ec2.services
 

Classes in org.jclouds.ec2.services with annotations of type Timeout
 interface AMIClient
          Provides access to EC2 via their REST API.
 interface AvailabilityZoneAndRegionClient
          Provides EC2 Availability Zones and Regions services for EC2.
 interface ElasticBlockStoreClient
          Provides access to EC2 Elastic Block Store services.
 interface ElasticIPAddressClient
          Provides access to EC2 via their REST API.
 interface InstanceClient
          Provides access to EC2 via their REST API.
 interface KeyPairClient
          Provides access to EC2 via their REST API.
 interface SecurityGroupClient
          Provides access to EC2 via their REST API.
 interface WindowsClient
          Provides windows services for EC2.
 

Methods in org.jclouds.ec2.services with annotations of type Timeout
 Set<? extends Image> AMIClient.describeImagesInRegion(String region, DescribeImagesOptions... options)
          Returns information about AMIs, AKIs, and ARIs.
 

Uses of Timeout in org.jclouds.elasticstack
 

Classes in org.jclouds.elasticstack with annotations of type Timeout
 interface ElasticStackClient
          Provides synchronous access to elasticstack.
 

Methods in org.jclouds.elasticstack with annotations of type Timeout
 ServerInfo ElasticStackClient.createAndStartServer(Server server)
          create and start a new server
 DriveInfo ElasticStackClient.createDrive(Drive createDrive)
          create a new drive
 void ElasticStackClient.startServer(String uuid)
          Start a server
 

Uses of Timeout in org.jclouds.elb
 

Classes in org.jclouds.elb with annotations of type Timeout
 interface ELBApi
          Provides access to EC2 Elastic Load Balancer via their REST API.
 

Uses of Timeout in org.jclouds.elb.features
 

Classes in org.jclouds.elb.features with annotations of type Timeout
 interface AvailabilityZoneApi
          Provides access to Amazon ELB via the Query API

 interface InstanceApi
          Provides access to Amazon ELB via the Query API

 interface LoadBalancerApi
          Provides access to Amazon ELB via the Query API

 interface PolicyApi
          Provides access to Amazon ELB via the Query API

 

Uses of Timeout in org.jclouds.glesys
 

Classes in org.jclouds.glesys with annotations of type Timeout
 interface GleSYSApi
          Provides synchronous access to GleSYS.
 

Uses of Timeout in org.jclouds.glesys.features
 

Classes in org.jclouds.glesys.features with annotations of type Timeout
 interface ArchiveApi
          Provides synchronous access to Archive requests.
 interface DomainApi
          Provides synchronous access to Domain requests.
 interface EmailApi
          Provides synchronous access to E-Mail requests.
 interface IpApi
          Provides synchronous access to IP Addresses.
 interface ServerApi
          Provides synchronous access to Server.
 

Methods in org.jclouds.glesys.features with annotations of type Timeout
 ServerDetails ServerApi.cloneServer(String serverid, String hostname, CloneServerOptions... options)
          Clone a server
 ServerDetails ServerApi.createServerWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
          Create a new server
 

Uses of Timeout in org.jclouds.gogrid
 

Classes in org.jclouds.gogrid with annotations of type Timeout
 interface GoGridClient
           
 

Uses of Timeout in org.jclouds.gogrid.services
 

Classes in org.jclouds.gogrid.services with annotations of type Timeout
 interface GridImageClient
          Manages the server images
 interface GridIpClient
           
 interface GridJobClient
          Manages the customer's jobs.
 interface GridLoadBalancerClient
           
 interface GridServerClient
          Provides synchronous access to GoGrid.
 

Methods in org.jclouds.gogrid.services with annotations of type Timeout
 Set<Job> GridJobClient.getJobList(GetJobListOptions... options)
          Returns all jobs found.
 

Uses of Timeout in org.jclouds.hpcloud.objectstorage
 

Classes in org.jclouds.hpcloud.objectstorage with annotations of type Timeout
 interface HPCloudObjectStorageClient
          Provides synchronous access to HP Cloud Object Storage via the REST API.
 

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

Classes in org.jclouds.hpcloud.objectstorage.extensions with annotations of type Timeout
 interface HPCloudCDNClient
          Provides synchronous access to HP Cloud Object Storage via the REST API.
 

Uses of Timeout in org.jclouds.iam
 

Classes in org.jclouds.iam with annotations of type Timeout
 interface IAMApi
          Provides access to Amazon IAM via the Query API

 

Uses of Timeout in org.jclouds.iam.features
 

Classes in org.jclouds.iam.features with annotations of type Timeout
 interface UserApi
          Provides access to Amazon IAM via the Query API

 

Uses of Timeout in org.jclouds.jenkins.v1
 

Classes in org.jclouds.jenkins.v1 with annotations of type Timeout
 interface JenkinsApi
          Provides synchronous access to Jenkins.
 

Uses of Timeout in org.jclouds.jenkins.v1.features
 

Classes in org.jclouds.jenkins.v1.features with annotations of type Timeout
 interface ComputerApi
          Computer Services
 interface JobApi
          Job Services
 

Uses of Timeout in org.jclouds.joyent.cloudapi.v6_5
 

Classes in org.jclouds.joyent.cloudapi.v6_5 with annotations of type Timeout
 interface JoyentCloudApi
          Provides synchronous access to JoyentCloud.
 

Uses of Timeout in org.jclouds.joyent.cloudapi.v6_5.features
 

Classes in org.jclouds.joyent.cloudapi.v6_5.features with annotations of type Timeout
 interface DatacenterApi
          Datacenter Services
 interface DatasetApi
          Provides synchronous access to Datasets.
 interface KeyApi
          Keys are the means by which you operate on your SSH/signing keys.
 interface MachineApi
          Provides synchronous access to Machine.
 interface PackageApi
          Provides synchronous access to Packages.
 

Uses of Timeout in org.jclouds.openstack.glance.v1_0
 

Classes in org.jclouds.openstack.glance.v1_0 with annotations of type Timeout
 interface GlanceApi
          Provides synchronous access to Glance.
 

Uses of Timeout in org.jclouds.openstack.glance.v1_0.features
 

Classes in org.jclouds.openstack.glance.v1_0.features with annotations of type Timeout
 interface ImageApi
          Image Services
 

Uses of Timeout in org.jclouds.openstack.internal
 

Classes in org.jclouds.openstack.internal with annotations of type Timeout
 interface OpenStackAuthClient
          Provides access to Rackspace resources via their REST API.
 

Uses of Timeout in org.jclouds.openstack.keystone.v1_1
 

Classes in org.jclouds.openstack.keystone.v1_1 with annotations of type Timeout
 interface AuthenticationClient
          Provides synchronous access to the KeyStone Service API.
 

Uses of Timeout in org.jclouds.openstack.keystone.v2_0
 

Classes in org.jclouds.openstack.keystone.v2_0 with annotations of type Timeout
 interface AuthenticationApi
          Provides synchronous access to the KeyStone Service API.
 interface KeystoneApi
          Provides access to Openstack keystone resources via their REST API.
 

Uses of Timeout in org.jclouds.openstack.keystone.v2_0.features
 

Classes in org.jclouds.openstack.keystone.v2_0.features with annotations of type Timeout
 interface ServiceApi
          Provides synchronous access to the KeyStone Tenant API.
 interface TenantApi
          Provides synchronous access to the KeyStone Tenant API.
 interface TokenApi
          Provides synchronous access to the KeyStone Admin API.
 interface UserApi
          Provides synchronous access to the KeyStone User API.
 

Uses of Timeout in org.jclouds.openstack.nova
 

Classes in org.jclouds.openstack.nova with annotations of type Timeout
 interface NovaClient
          Provides access to OpenStack Nova via their REST API.
 

Uses of Timeout in org.jclouds.openstack.nova.ec2
 

Classes in org.jclouds.openstack.nova.ec2 with annotations of type Timeout
 interface NovaEC2Client
          Provides synchronous access to EC2 services.
 

Uses of Timeout in org.jclouds.openstack.nova.ec2.services
 

Classes in org.jclouds.openstack.nova.ec2.services with annotations of type Timeout
 interface NovaEC2KeyPairClient
           
 

Uses of Timeout in org.jclouds.openstack.nova.v2_0
 

Classes in org.jclouds.openstack.nova.v2_0 with annotations of type Timeout
 interface NovaApi
          Provides synchronous access to Nova.
 

Uses of Timeout in org.jclouds.openstack.nova.v2_0.extensions
 

Classes in org.jclouds.openstack.nova.v2_0.extensions with annotations of type Timeout
 interface AdminActionsApi
          Provide additional actions for servers: 'suspend', 'resume', 'migrate', 'lock', 'unlock', 'resetNetwork', 'createBackup', 'pause', 'migrateLive', 'injectNetworkInfo', 'unpause'
 interface FlavorExtraSpecsApi
          Provide access to extra metadata for Nova flavors.
 interface FlavorExtraSpecsAsyncApi
          Provide access to extra metadata for Nova flavors.
 interface FloatingIPApi
          Provides synchronous access to Floating IPs.
 interface HostAdministrationApi
          Provides asynchronous access to Host Administration features via the REST API.
 interface HostAggregateApi
          Provide access to Host Aggregates in Nova (alias "OS-AGGREGATES")
 interface HostAggregateAsyncApi
          Provide access to Aggregates in Nova.
 interface KeyPairApi
          Provides synchronous access to Security Groups.
 interface QuotaApi
          The quotas extension enables limiters placed on the resources used per tenant (project) for virtual instances.
 interface QuotaAsyncApi
          Provide access to Quota information for Nova tenants.
 interface QuotaClassApi
          Provides synchronous access to Quota Classes via the REST API.
 interface QuotaClassAsyncApi
          Provides asynchronous access to Quota Classes via the REST API.
 interface SecurityGroupApi
          Provides synchronous access to Security Groups.
 interface ServerWithSecurityGroupsApi
          Provides synchronous access to Server details including security group, referred to as the CREATESERVEREXT extension in the nova documentation

NOTE: the equivalent to listServersInDetail() isn't available at the other end, so not extending ServerApi at this time.

 interface SimpleTenantUsageApi
          Provides asynchronous access to Simple Tenant Usage via the REST API.
 interface VirtualInterfaceApi
          Provides synchronous access to Virtual Interface features (VIFs).
 interface VolumeApi
          Provides synchronous access to Volumes.
 interface VolumeTypeApi
          Provides synchronous access to Volume Type features
 

Uses of Timeout in org.jclouds.openstack.nova.v2_0.features
 

Classes in org.jclouds.openstack.nova.v2_0.features with annotations of type Timeout
 interface ExtensionApi
          Provides asynchronous access to Extensions via their REST API.
 interface FlavorApi
          Provides asynchronous access to Flavors via their REST API.
 interface ImageApi
          Provides synchronous access to Images.
 interface ServerApi
          Provides synchronous access to Server.
 

Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type Timeout
 ServerCreated ServerApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
          Create a new server
 

Uses of Timeout in org.jclouds.openstack.quantum.v1_0
 

Classes in org.jclouds.openstack.quantum.v1_0 with annotations of type Timeout
 interface QuantumApi
          Provides synchronous access to Quantum.
 

Uses of Timeout in org.jclouds.openstack.quantum.v1_0.features
 

Classes in org.jclouds.openstack.quantum.v1_0.features with annotations of type Timeout
 interface NetworkApi
          Provides synchronous access to Network operations on the openstack quantum API.
 interface PortApi
          Provides synchronous access to Port operations on the openstack quantum API.
 

Uses of Timeout in org.jclouds.openstack.swift
 

Classes in org.jclouds.openstack.swift with annotations of type Timeout
 interface CommonSwiftClient
          Common features between OpenStack Swift and CloudFiles
 interface SwiftClient
          Functionality that's in Swift, and not in CloudFiles.
 interface SwiftKeystoneClient
          Functionality that's in Swift, and not in CloudFiles.
 

Methods in org.jclouds.openstack.swift with annotations of type Timeout
 SwiftObject CommonSwiftClient.getObject(String container, String name, GetOptions... options)
           
 String CommonSwiftClient.putObject(String container, SwiftObject object)
           
 

Uses of Timeout in org.jclouds.openstack.swift.v1
 

Classes in org.jclouds.openstack.swift.v1 with annotations of type Timeout
 interface SwiftApi
          Provides synchronous access to Swift.
 

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

Classes in org.jclouds.openstack.swift.v1.features with annotations of type Timeout
 interface AccountApi
          Storage Account Services
 interface ContainerApi
          Storage Container Services
 interface ObjectApi
          Storage Object Services An object represents the data and any metadata for the files stored in the system.
 

Uses of Timeout in org.jclouds.opsource.servers
 

Classes in org.jclouds.opsource.servers with annotations of type Timeout
 interface OpSourceServersApi
          Provides synchronous access to OpSourceServers.
 

Uses of Timeout in org.jclouds.opsource.servers.features
 

Classes in org.jclouds.opsource.servers.features with annotations of type Timeout
 interface AccountApi
          Provides synchronous access to Account.
 interface ServerApi
          Provides synchronous access to server api's.
 interface ServerImageApi
          Provides synchronous access to ServerImage.
 

Uses of Timeout in org.jclouds.rackspace.cloudidentity.v2_0
 

Classes in org.jclouds.rackspace.cloudidentity.v2_0 with annotations of type Timeout
 interface CloudIdentityAuthenticationApi
          Provides synchronous access to the KeyStone Service API.
 

Uses of Timeout in org.jclouds.rds
 

Classes in org.jclouds.rds with annotations of type Timeout
 interface RDSApi
          Provides access to EC2 Elastic Load Balancer via their REST API.
 

Uses of Timeout in org.jclouds.rds.features
 

Classes in org.jclouds.rds.features with annotations of type Timeout
 interface InstanceApi
          Provides access to Amazon RDS via the Query API

 interface SecurityGroupApi
          Provides access to Amazon RDS via the Query API

 interface SubnetGroupApi
          Provides access to Amazon RDS via the Query API

 

Uses of Timeout in org.jclouds.rest
 

Classes in org.jclouds.rest with annotations of type Timeout
 interface HttpClient
          Simple client
 

Uses of Timeout in org.jclouds.rimuhosting.miro
 

Classes in org.jclouds.rimuhosting.miro with annotations of type Timeout
 interface RimuHostingClient
          Provides synchronous access to RimuHosting.
 

Uses of Timeout in org.jclouds.s3
 

Classes in org.jclouds.s3 with annotations of type Timeout
 interface S3Client
          Provides access to S3 via their REST API.
 

Methods in org.jclouds.s3 with annotations of type Timeout
 ObjectMetadata S3Client.copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)
          Copies one object to another bucket, retaining UserMetadata from the source.
 S3Object S3Client.getObject(String bucketName, String key, GetOptions... options)
          Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;

To use GET, you must have READ access to the object.

 boolean S3Client.putBucketInRegion(String region, String bucketName, PutBucketOptions... options)
          Create and name your own bucket in which to store your objects.
 String S3Client.putObject(String bucketName, S3Object object, PutObjectOptions... options)
          Store data by creating or overwriting an object.
 

Uses of Timeout in org.jclouds.savvis.vpdc
 

Classes in org.jclouds.savvis.vpdc with annotations of type Timeout
 interface VPDCApi
          Provides synchronous access to VPDC.
 

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

Classes in org.jclouds.savvis.vpdc.features with annotations of type Timeout
 interface BrowsingApi
          Provides access to Symphony VPDC resources via their REST API.
 interface FirewallApi
          Provides access to Symphony VPDC resources via their REST API.
 interface ServiceManagementApi
          Provides access to Symphony VPDC resources via their REST API.
 interface VMApi
          Provides access to Symphony VPDC resources via their REST API.
 

Uses of Timeout in org.jclouds.savvis.vpdc.internal
 

Classes in org.jclouds.savvis.vpdc.internal with annotations of type Timeout
 interface LoginApi
           
 

Uses of Timeout in org.jclouds.slicehost
 

Classes in org.jclouds.slicehost with annotations of type Timeout
 interface SlicehostClient
          Provides access to Slicehost via their REST API.
 

Uses of Timeout in org.jclouds.snia.cdmi.v1
 

Classes in org.jclouds.snia.cdmi.v1 with annotations of type Timeout
 interface CDMIApi
          Provides synchronous access to CDMI.
 

Uses of Timeout in org.jclouds.snia.cdmi.v1.features
 

Classes in org.jclouds.snia.cdmi.v1.features with annotations of type Timeout
 interface ContainerApi
          Container Object Resource Operations
 interface DataApi
          Data Object Resource Operations
 interface DomainApi
          Domain Object Resource Operations
 

Uses of Timeout in org.jclouds.softlayer
 

Classes in org.jclouds.softlayer with annotations of type Timeout
 interface SoftLayerClient
          Provides synchronous access to SoftLayer.
 

Uses of Timeout in org.jclouds.softlayer.features
 

Classes in org.jclouds.softlayer.features with annotations of type Timeout
 interface AccountClient
          Provides synchronous access to Account.
 interface DatacenterClient
          Provides synchronous access to LocationDatacenter.
 interface ProductPackageClient
          Provides synchronous access to ProductPackage.
 interface VirtualGuestClient
          Provides synchronous access to VirtualGuest.
 

Uses of Timeout in org.jclouds.trmk.ecloud
 

Classes in org.jclouds.trmk.ecloud with annotations of type Timeout
 interface TerremarkECloudClient
          Provides access to VCloud resources via their REST API.
 

Uses of Timeout in org.jclouds.trmk.ecloud.features
 

Classes in org.jclouds.trmk.ecloud.features with annotations of type Timeout
 interface DataCenterOperationsClient
          Data Center Operations access to DataCenterOperations functionality in vCloud

There are times where knowing a data center is necessary to complete certain operations (i.e.

 interface TagOperationsClient
          Tag Based Operations

 

Uses of Timeout in org.jclouds.trmk.vcloud_0_8
 

Classes in org.jclouds.trmk.vcloud_0_8 with annotations of type Timeout
 interface TerremarkVCloudClient
          Provides access to VCloud resources via their REST API.
 

Uses of Timeout in org.jclouds.trmk.vcloud_0_8.internal
 

Classes in org.jclouds.trmk.vcloud_0_8.internal with annotations of type Timeout
 interface TerremarkVCloudLoginClient
           
 interface TerremarkVCloudVersionsClient
           
 

Uses of Timeout in org.jclouds.trmk.vcloudexpress
 

Classes in org.jclouds.trmk.vcloudexpress with annotations of type Timeout
 interface TerremarkVCloudExpressClient
          Provides access to VCloud resources via their REST API.
 

Uses of Timeout in org.jclouds.vcloud
 

Classes in org.jclouds.vcloud with annotations of type Timeout
 interface VCloudClient
          Provides access to VCloud resources via their REST API.
 interface VCloudVersionsClient
           
 

Uses of Timeout in org.jclouds.vcloud.director.v1_5.admin
 

Classes in org.jclouds.vcloud.director.v1_5.admin with annotations of type Timeout
 interface VCloudDirectorAdminApi
          Provides synchronous access to VCloudDirector Admin.
 

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

Classes in org.jclouds.vcloud.director.v1_5.features with annotations of type Timeout
 interface CatalogApi
          Provides synchronous access to Catalog objects.
 interface MediaApi
          Provides synchronous access to Media.
static interface MetadataApi.Readable
           
static interface MetadataApi.Writeable
           
 interface NetworkApi
          Provides synchronous access to Network.
 interface OrgApi
          Provides synchronous access to Org.
 interface QueryApi
          Provides synchronous access to the REST API query interface.
 interface TaskApi
          Provides synchronous access to Task objects.
 interface UploadApi
          Provides synchronous access to upload.
 interface VAppApi
          Provides synchronous access to VApp objects.
 interface VAppTemplateApi
          Provides synchronous access to VAppTemplate objects.
 interface VdcApi
          Provides synchronous access to a vDC.
 interface VmApi
          Provides synchronous access to Vm objects.
 

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

Classes in org.jclouds.vcloud.director.v1_5.features.admin with annotations of type Timeout
 interface AdminCatalogApi
          Provides synchronous access to AdminCatalog objects.
 interface AdminNetworkApi
          Provides synchronous access to admin Network objects.
 interface AdminOrgApi
          Provides synchronous access to Org objects.
 interface AdminQueryApi
          Provides synchronous access to AdminQuery objects.
 interface AdminQueryAsyncApi
          Provides asynchronous access to AdminQuery objects.
 interface AdminVdcApi
          Provides synchronous access to AdminVdc.
 interface GroupApi
          Provides synchronous access to Group objects.
 interface UserApi
          Provides synchronous access to Group objects.
 

Uses of Timeout in org.jclouds.vcloud.director.v1_5.login
 

Classes in org.jclouds.vcloud.director.v1_5.login with annotations of type Timeout
 interface SessionApi
          Provides synchronous access to Session.
 

Uses of Timeout in org.jclouds.vcloud.director.v1_5.user
 

Classes in org.jclouds.vcloud.director.v1_5.user with annotations of type Timeout
 interface VCloudDirectorApi
          Provides synchronous access to VCloudDirector.
 

Uses of Timeout in org.jclouds.vcloud.features
 

Classes in org.jclouds.vcloud.features with annotations of type Timeout
 interface CatalogClient
          Provides access to Catalog functionality in vCloud

 interface NetworkClient
          Provides access to Network functionality in vCloud

 interface OrgClient
          Provides access to Org functionality in vCloud

 interface TaskClient
          Provides access to Task functionality in vCloud

 interface VAppClient
          Provides access to VApp functionality in vCloud

 interface VAppTemplateClient
          Provides access to VApp Template functionality in vCloud

 interface VDCClient
          Provides access to VDC functionality in vCloud

 interface VmClient
          Provides access to VM functionality in vCloud

 

Uses of Timeout in org.jclouds.vcloud.internal
 

Classes in org.jclouds.vcloud.internal with annotations of type Timeout
 interface VCloudLoginClient
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.