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.clouddns.v1.features | |
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.ultradns.ws.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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<DeleteResult> |
AWSS3AsyncClient.deleteObjects(String bucketName,
Iterable<String> keys)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<DeleteResult> |
AWSS3AsyncClient.deleteObjects(String bucketName,
Iterable<String> keys)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.setBlobMetadata(String container,
String name,
Map<String,String> metadata)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.setResourceMetadata(String container,
Map<String,String> metadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object,
Iterable<String> emails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.replaceBackupSchedule(int id,
BackupSchedule backupSchedule)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.createDrive(Drive createDrive)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.setDriveData(String uuid,
DriveData createDrive)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer)
Deprecated.
|
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<Void> |
AlarmAsyncApi.delete(Iterable<String> alarmNames) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AlarmAsyncApi.disable(Iterable<String> alarmNames) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AlarmAsyncApi.enable(Iterable<String> alarmNames) |
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 |
---|---|
Record<? extends Map<String,Object>> |
RecordApi.get(RecordId recordId)
retrieves a resource record without regard to type
|
Session |
SessionApi.login(SessionCredentials credentials) |
Job |
ZoneApi.scheduleCreate(CreatePrimaryZone createZone)
Schedules addition of a new primary zone into the current session.
|
Job |
RecordApi.scheduleCreate(CreateRecord<?> newRecord)
Schedules addition of a new record into the current session.
|
Job |
RecordApi.scheduleDelete(RecordId recordId)
Schedules deletion of a record into the current session.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer)
Deprecated.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.setContainerMetadata(String container,
Map<String,String> containerMetadata)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.setObjectInfo(String container,
String name,
Map<String,String> userMetadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Job<Void> |
DomainApi.update(int id,
UpdateDomain updateDomain)
This call modifies the domain attributes only.
|
Job<Void> |
RecordApi.update(Map<String,Record> idsToRecords)
Update the configuration of the specified records in the specified domain.
|
Job<Void> |
RecordApi.update(String recordId,
Record record)
Update the configuration of the specified record in the specified domain.
|
Modifier and Type | Method and Description |
---|---|
VirtualIPWithId |
VirtualIPApi.create(VirtualIP virtualIP)
Create a new virtual IP.
|
Metadata |
NodeApi.createMetadata(int id,
Map<String,String> metadata)
When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such
as changing the value attribute or removing it.
|
Metadata |
LoadBalancerApi.createMetadata(int id,
Map<String,String> metadata)
When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such
as changing the value attribute or removing it.
|
Modifier and Type | Method and Description |
---|---|
Change |
ResourceRecordSetApi.apply(ChangeBatch changes)
applies a batch of changes atomically.
|
ResourceRecordSetIterable |
ResourceRecordSetApi.listAt(ResourceRecordSetIterable.NextRecord nextRecord)
retrieves up to 100 resource record sets in order, starting at
nextRecord |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.bucketExists(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.deleteBucketIfEmpty(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.deleteObject(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.disableBucketLogging(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.enableBucketLogging(String bucketName,
BucketLogging logging)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.enableBucketLogging(String bucketName,
BucketLogging logging)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getBucketACL(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.getBucketLocation(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BucketLogging> |
S3AsyncClient.getBucketLogging(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Payer> |
S3AsyncClient.getBucketPayer(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getObjectACL(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> |
S3AsyncClient.listBucket(String bucketName,
ListBucketOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.objectExists(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketACL(String bucketName,
AccessControlList acl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketACL(String bucketName,
AccessControlList acl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putObjectACL(String bucketName,
String key,
AccessControlList acl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putObjectACL(String bucketName,
String key,
AccessControlList acl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.setBucketPayer(String bucketName,
Payer payer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.setBucketPayer(String bucketName,
Payer payer)
Deprecated.
|
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.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalGroupApi.listRecordsByGroupCoordinates(DirectionalGroupCoordinates group)
Returns all the directional pool records in the pool-level group.
|
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.