Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.ec2.services | |
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.cloudsigma | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudwatch.features | |
org.jclouds.dynect.v3.features | |
org.jclouds.ec2.features | |
org.jclouds.ec2.services | |
org.jclouds.elasticstack | |
org.jclouds.gogrid.services | |
org.jclouds.openstack.swift | |
org.jclouds.rackspace.cloudloadbalancers.v1.features | |
org.jclouds.route53.features | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.softlayer.features | |
org.jclouds.sqs.features | |
org.jclouds.vcloud.features |
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<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 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<DeleteResult> |
AWSS3AsyncClient.deleteObjects(String bucketName,
Iterable<String> keys) |
com.google.common.util.concurrent.ListenableFuture<DeleteResult> |
AWSS3AsyncClient.deleteObjects(String bucketName,
Iterable<String> keys) |
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<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<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object,
Iterable<String> emails) |
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<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<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
String numberToRetain,
String timezone,
String 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<String> 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,
String 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<? extends GetMetricStatisticsResponse> |
MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics) |
com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> |
MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics,
GetMetricStatisticsOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MetricAsyncApi.putMetricsInNamespace(Iterable<MetricDatum> metrics,
String namespace) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Record<? extends Map<String,Object>>> |
RecordAsyncApi.get(RecordId recordId) |
com.google.common.util.concurrent.ListenableFuture<Session> |
SessionAsyncApi.login(SessionCredentials credentials) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.scheduleCreate(CreatePrimaryZone createZone) |
com.google.common.util.concurrent.ListenableFuture<Job> |
RecordAsyncApi.scheduleCreate(CreateRecord<?> newRecord) |
com.google.common.util.concurrent.ListenableFuture<Job> |
RecordAsyncApi.scheduleDelete(RecordId recordId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.applyToResources(Iterable<String> tags,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.applyToResources(Iterable<String> tags,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.applyToResources(Map<String,String> tags,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.applyToResources(Map<String,String> tags,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.conditionallyDeleteFromResources(Map<String,String> conditionalTagValues,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.conditionallyDeleteFromResources(Map<String,String> conditionalTagValues,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.deleteFromResources(Iterable<String> tags,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncApi.deleteFromResources(Iterable<String> tags,
Iterable<String> resourceIds) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Tag>> |
TagAsyncApi.filter(com.google.common.collect.Multimap<String,String> filter) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Subnet>> |
SubnetAsyncApi.filter(com.google.common.collect.Multimap<String,String> filter) |
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<Boolean> |
CommonSwiftAsyncClient.deleteContainerMetadata(String container,
Iterable<String> metadataKeys) |
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.setContainerMetadata(String container,
Map<String,String> containerMetadata) |
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<VirtualIPWithId> |
VirtualIPAsyncApi.create(VirtualIP virtualIP) |
com.google.common.util.concurrent.ListenableFuture<Metadata> |
NodeAsyncApi.createMetadata(int id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<Metadata> |
LoadBalancerAsyncApi.createMetadata(int id,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Change> |
ResourceRecordSetAsyncApi.apply(ChangeBatch changes) |
com.google.common.util.concurrent.ListenableFuture<ResourceRecordSetIterable> |
ResourceRecordSetAsyncApi.listAt(ResourceRecordSetIterable.NextRecord nextRecord) |
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<ProductOrderReceipt> |
VirtualGuestAsyncClient.orderVirtualGuest(ProductOrder order) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.changeVisibility(Map<String,Integer> receiptHandleVisibilityTimeout) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.changeVisibility(com.google.common.collect.Table<String,String,Integer> idReceiptHandleVisibilityTimeout) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.delete(Iterable<String> receiptHandles) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.delete(Map<String,String> idReceiptHandle) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
QueueAsyncApi.getAttributes(URI queue,
Iterable<String> attributeNames) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.send(Iterable<String> messageBodies) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.send(Map<String,String> idMessageBody) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelays(Map<String,Integer> messageBodyDelaySeconds) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelays(com.google.common.collect.Table<String,String,Integer> idMessageBodyDelaySeconds) |
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.