Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.ec2.services | |
org.jclouds.aws.s3 | |
org.jclouds.azureblob | |
org.jclouds.cloudservers | |
org.jclouds.cloudsigma | |
org.jclouds.cloudstack.features | |
org.jclouds.ec2.services | |
org.jclouds.elasticstack | |
org.jclouds.gogrid.services | |
org.jclouds.openstack.swift | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.savvis.vpdc.features | |
org.jclouds.softlayer.features | |
org.jclouds.vcloud.features | |
org.jclouds.walrus |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.createTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.createTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> |
AWSInstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> |
TagAsyncClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters) |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms) |
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSS3AsyncClient.abortMultipartUpload(String bucketName,
String key,
String uploadId) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts) |
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) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AWSS3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AWSS3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object) |
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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.replaceBackupSchedule(int id,
BackupSchedule backupSchedule) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.setDriveData(String uuid,
DriveData createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressICMPToCIDRs(long securityGroupId,
int ICMPCode,
int ICMPType,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressICMPToSecurityGroups(long securityGroupId,
int ICMPCode,
int ICMPType,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressPortsToCIDRs(long securityGroupId,
String protocol,
int startPort,
int endPort,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressPortsToSecurityGroups(long securityGroupId,
String protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
long numberToRetain,
String timezone,
long volumeId)
Creates a snapshot policy for the account.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata,
CreateTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicies(Iterable<Long> id)
Deletes snapshot policies for the account.
|
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
long zoneId,
RegisterTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ResourceLimit> |
DomainLimitAsyncClient.updateResourceLimit(ResourceLimit limit) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup) |
com.google.common.util.concurrent.ListenableFuture<BundleTask> |
WindowsAsyncClient.bundleInstanceInRegion(String region,
String instanceId,
String prefix,
String bucket,
String uploadPolicy,
BundleInstanceS3StorageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> |
ElasticIPAddressAsyncClient.describeAddressesInRegion(String region,
String... publicIps) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> |
WindowsAsyncClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Volume>> |
ElasticBlockStoreAsyncClient.describeVolumesInRegion(String region,
String... volumeIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.rebootInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup) |
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.startInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.stopInstancesInRegion(String region,
boolean force,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.terminateInstancesInRegion(String region,
String... instanceIds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancer(long id,
List<IpPortPair> realIps) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancerNamed(String name,
List<IpPortPair> realIps) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImagesById(Long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImagesByName(String... names) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsById(long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsForObjectName(String objectName) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancersById(Long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancersByName(String... names) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersById(long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersByName(String... names) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.setObjectInfo(String container,
String name,
Map<String,String> userMetadata) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.bucketExists(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.deleteBucketIfEmpty(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.deleteObject(String bucketName,
String key) |
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<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<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getObjectACL(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> |
S3AsyncClient.listBucket(String bucketName,
ListBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.objectExists(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.putBucketACL(String bucketName,
AccessControlList acl) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putObjectACL(String bucketName,
String key,
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) |
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.setBucketPayer(String bucketName,
Payer payer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncClient.getVM(URI vm,
GetVMOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncClient.getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ProductOrderReceipt> |
VirtualGuestAsyncClient.orderVirtualGuest(ProductOrder order) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncClient.updateCPUCountOfVm(int cpuCount,
URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncClient.updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection,
URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncClient.updateMemoryMBOfVm(int memoryInMB,
URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncClient.updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection,
URI href) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
WalrusAsyncClient.bucketExists(String bucketName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.