Uses of Class
org.jclouds.rest.annotations.MapBinder
- 
- 
Uses of MapBinder in org.jclouds.azurecompute.arm.features
 - 
Uses of MapBinder in org.jclouds.b2.features
Methods in org.jclouds.b2.features with annotations of type MapBinder Modifier and Type Method Description B2ObjectMultipartApi. cancelLargeFile(String fileId)BucketBucketApi. createBucket(String bucketName, BucketType bucketType)BucketBucketApi. deleteBucket(String bucketId)DeleteFileResponseObjectApi. deleteFileVersion(String fileName, String fileId)B2ObjectMultipartApi. finishLargeFile(String fileId, Collection<String> contentSha1List)B2ObjectObjectApi. getFileInfo(String fileId)GetUploadPartResponseMultipartApi. getUploadPartUrl(String fileId)UploadUrlResponseObjectApi. getUploadUrl(String bucketId)HideFileResponseObjectApi. hideFile(String bucketId, String fileName)BucketListBucketApi. listBuckets()B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)ListPartsResponseMultipartApi. listParts(String fileId, Integer startPartNumber, Integer maxPartCount)ListUnfinishedLargeFilesResponseMultipartApi. listUnfinishedLargeFiles(String bucketId, String startFileId, Integer maxFileCount)MultipartUploadResponseMultipartApi. startLargeFile(String bucketId, String fileName, String contentType, Map<String,String> fileInfo)BucketBucketApi. updateBucket(String bucketId, BucketType bucketType)UploadFileResponseObjectApi. uploadFile(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String,String> fileInfo, Payload payload)UploadPartResponseMultipartApi. uploadPart(GetUploadPartResponse response, int partNumber, String sha1, Payload payload) - 
Uses of MapBinder in org.jclouds.chef
Methods in org.jclouds.chef with annotations of type MapBinder Modifier and Type Method Description ClientChefApi. createClient(String clientName)Creates a new client.ClientChefApi. createClient(String clientName, CreateClientOptions options)Creates a new client with custom options. - 
Uses of MapBinder in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features with annotations of type MapBinder Modifier and Type Method Description DropletCreateDropletApi. create(String name, String region, String size, String image)DropletCreateDropletApi. create(String name, String region, String size, String image, CreateDropletOptions options)KeyKeyApi. create(String name, String key)KeyKeyApi. update(int id, String name)KeyKeyApi. update(String fingerprint, String name) - 
Uses of MapBinder in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with annotations of type MapBinder Modifier and Type Method Description ServerDetailsServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)Create a new server - 
Uses of MapBinder in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with annotations of type MapBinder Modifier and Type Method Description ResumableUploadResumableUploadApi. chunkUpload(String bucketName, String uploadId, String contentType, Long contentLength, String contentRange, Payload payload)Facilitate to use resumable upload operation to upload files in chunksGoogleCloudStorageObjectObjectApi. multipartUpload(String bucketName, ObjectTemplate objectTemplate, Payload payload)Stores a new object with metadata.ResumableUploadResumableUploadApi. upload(String bucketName, String uploadId, String contentType, String contentLength, Payload payload)Stores a new object - 
Uses of MapBinder in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type MapBinder Modifier and Type Method Description OperationTargetPoolApi. addHealthCheck(String targetPool, List<URI> healthChecks)Adds health check URL to targetPool.OperationTargetPoolApi. addInstance(String targetPool, List<URI> instances)Adds instance to the targetPool.OperationAddressApi. create(String address)Creates an address resource in the specified project specifying the size of the address.OperationDiskApi. create(String diskName, String sourceImage, DiskCreationOptions options)Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.OperationDiskApi. create(String diskName, DiskCreationOptions options)Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.OperationForwardingRuleApi. create(String forwardingRuleName, ForwardingRuleCreationOptions options)Creates a ForwardingRule resource in the specified project and region using the data included in the request.OperationTargetHttpProxyApi. create(String name, URI urlMap)Creates a targetHttpProxy resource in the specified project using the given URI for the urlMap.OperationUrlMapApi. create(String name, URI defaultService)Creates a urlMap resource in the specified project using the data included in the request.OperationImageApi. createFromDisk(String image, String sourceDisk)Creates an image resource in the specified project from the provided persistent disk.OperationFirewallApi. createInNetwork(String name, URI network, FirewallOptions firewallOptions)Creates a firewall resource in the specified project using the data included in the request.OperationRouteApi. createInNetwork(String name, URI network, RouteOptions routeOptions)Creates a route resource in the specified project using the data included in the request.OperationDiskApi. createSnapshot(String diskName, String snapshotName)Create a snapshot of a given disk in a zone.OperationDiskApi. createSnapshot(String diskName, String snapshotName, String description)HealthStatusBackendServiceApi. getHealth(String backendServiceName, URI group)Gets the most recent health check results for this backend service.HealthStatusTargetPoolApi. getHealth(String targetPool, URI instance)Gets the HealthStatus of an instance in a targetPool.OperationHttpHealthCheckApi. insert(String httpHealthCheckName)Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.OperationHttpHealthCheckApi. insert(String name, HttpHealthCheckCreationOptions options)Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.OperationHttpHealthCheckApi. patch(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.OperationTargetPoolApi. removeHealthCheck(String targetPool, List<URI> healthChecks)Removes health check URL from targetPool.OperationTargetPoolApi. removeInstance(String targetPool, List<URI> instances)Removes instance URL from targetPool.OperationTargetPoolApi. setBackup(String targetPool, Float failoverRatio, URI target)Changes backup pool configurations.OperationTargetPoolApi. setBackup(String targetPool, URI target)Changes backup pool configurations.OperationInstanceApi. setScheduling(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)Sets an instance's scheduling options.OperationInstanceApi. setTags(String instance, Iterable<String> items, String fingerprint)Lists items for an instanceOperationForwardingRuleApi. setTarget(String forwardingRule, URI target)Changes the target url for a forwarding rule.OperationTargetHttpProxyApi. setUrlMap(String targetHttpProxyName, URI urlMap)Updates the specified targetHttpProxy resource with the data included in the request.OperationProjectApi. setUsageExportBucket(String bucketName, String reportNamePrefix)OperationHttpHealthCheckApi. update(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMap urlMap)Runs the tests specified for the give urlMap resource.UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMapOptions options)Runs the tests specified for the give urlMap resource. - 
Uses of MapBinder in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features with annotations of type MapBinder Modifier and Type Method Description SnapshotSnapshotApi. create(String volumeId, CreateSnapshotOptions... options)Creates a new Snapshot.VolumeVolumeApi. create(int sizeGB, CreateVolumeOptions... options)Creates a new Volume - 
Uses of MapBinder in org.jclouds.openstack.keystone.v1_1
Methods in org.jclouds.openstack.keystone.v1_1 with annotations of type MapBinder Modifier and Type Method Description AuthAuthenticationClient. authenticate(String username, String key)Authenticate to generate a token. - 
Uses of MapBinder in org.jclouds.openstack.keystone.v2_0.auth
Methods in org.jclouds.openstack.keystone.v2_0.auth with annotations of type MapBinder Modifier and Type Method Description AccessV2AuthenticationApi. authenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)Authenticate to generate a token.AccessV2AuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)Authenticate to generate a token. - 
Uses of MapBinder in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions with annotations of type MapBinder Modifier and Type Method Description TenantTenantAdminApi. create(String name, CreateTenantOptions options)Creates a new tenantUserUserAdminApi. create(String name, String password, CreateUserOptions options)Creates a new userTenantTenantAdminApi. update(String id, UpdateTenantOptions options)Updates a tenantUserUserAdminApi. update(String id, UpdateUserOptions options)Updates an user - 
Uses of MapBinder in org.jclouds.openstack.keystone.v3.auth
Methods in org.jclouds.openstack.keystone.v3.auth with annotations of type MapBinder Modifier and Type Method Description TokenV3AuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)TokenV3AuthenticationApi. authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials) - 
Uses of MapBinder in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type MapBinder Modifier and Type Method Description voidProjectApi. setTags(String projectId, Set<String> tags) - 
Uses of MapBinder in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with annotations of type MapBinder Modifier and Type Method Description RouterInterfaceRouterApi. addInterfaceForPort(String routerId, String portId)Add a interface to a router to connect to the specified portRouterInterfaceRouterApi. addInterfaceForSubnet(String routerId, String subnetId)Add a interface to a router to connect to the specified subnetbooleanRouterApi. removeInterfaceForPort(String routerId, String portId)Remove the interface where the specified port is connected tobooleanRouterApi. removeInterfaceForSubnet(String routerId, String subnetId)Remove the interface where the specified subnet is connected to - 
Uses of MapBinder in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type MapBinder Modifier and Type Method Description VolumeVolumeApi. create(int sizeGB, CreateVolumeOptions... options)Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.VolumeApi#create(int, CreateVolumeOptions)instead.SecurityGroupRuleSecurityGroupApi. createRuleAllowingCidrBlock(String parentGroup, Ingress ip_protocol, String sourceCidr)Create a Security Group Rule.SecurityGroupRuleSecurityGroupApi. createRuleAllowingSecurityGroupId(String parentGroup, Ingress ip_protocol, String groupId)Create a Security Group Rule.VolumeSnapshotVolumeApi. createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions)instead.KeyPairKeyPairApi. createWithPublicKey(String name, String publicKey)Creates aKeyPairwith a public key.ConsoleConsolesApi. getConsole(String serverId, Console.Type type)Gets the specified server Console.voidVolumeTypeApi. updateExtraSpecs(String id, Map<String,String> specs)Creates or updates the extra metadata for a given flavorvoidFlavorExtraSpecsApi. updateMetadata(String flavorId, Map<String,String> specs)Creates or updates the extra specs for a given flavorbooleanQuotaApi. updateQuotaOfTenant(Quota quota, String tenantId)Update the quotas for a given tenant - 
Uses of MapBinder in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type MapBinder Modifier and Type Method Description ServerCreatedServerApi. create(String name, String imageRef, String flavorRef, CreateServerOptions... options)Create a new servervoidServerApi. rebuild(String id, RebuildServerOptions... options)Rebuild a server.Map<String,String>ImageApi. setMetadata(String id, Map<String,String> metadata)Sets the metadata for an image.Map<String,String>ServerApi. setMetadata(String id, Map<String,String> metadata)Set the metadata for a server.StringImageApi. updateMetadata(String id, String key, String value)Set a metadata item for an image.Map<String,String>ImageApi. updateMetadata(String id, Map<String,String> metadata)Update the metadata for a server.StringServerApi. updateMetadata(String id, String key, String value)Set a metadata item for a server.Map<String,String>ServerApi. updateMetadata(String id, Map<String,String> metadata)Update the metadata for a server. - 
Uses of MapBinder in org.jclouds.openstack.trove.v1.features
Methods in org.jclouds.openstack.trove.v1.features with annotations of type MapBinder Modifier and Type Method Description voidDatabaseApi. create(String database)Same as create(String, null, null)voidDatabaseApi. create(String database, String character_set, String collate)This operation creates a new database within the specified instance.InstanceInstanceApi. create(int flavor, int volumeSize, String name)Same asInstanceApi.create(String, int, String)but accept an integer Flavor ID.InstanceInstanceApi. create(String flavor, int volumeSize, String name)Create a database instance by flavor type and volume size.voidUserApi. create(String userName, String password, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String host, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(Set<User> users)Create database users.voidUserApi. grant(String userName, String databaseName)This operation grants access for the specified user to a database for the specified instance.voidUserApi. grant(String userName, List<String> databases)This operation grants access for the specified user to a database for the specified instance. - 
Uses of MapBinder in org.jclouds.packet.features
Methods in org.jclouds.packet.features with annotations of type MapBinder Modifier and Type Method Description SshKeySshKeyApi. create(String label, String key) - 
Uses of MapBinder in org.jclouds.profitbricks.features
 - 
Uses of MapBinder in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features with annotations of type MapBinder Modifier and Type Method Description GroupGroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)Create a scaling group.com.google.common.collect.FluentIterable<ScalingPolicy>PolicyApi. create(List<CreateScalingPolicy> scalingPolicies)Create a scaling policy.com.google.common.collect.FluentIterable<Webhook>WebhookApi. create(String name, Map<String,Object> metadata)Create a webhook.com.google.common.collect.FluentIterable<Webhook>WebhookApi. create(List<CreateWebhook> webhooks)Create webhooks.booleanPolicyApi. update(String scalingPolicyId, CreateScalingPolicy scalingPolicy)This operation updates a specific scaling policy.booleanWebhookApi. update(String id, String name, Map<String,Object> metadata)Update a webhook.booleanGroupApi. updateGroupConfiguration(String id, GroupConfiguration groupConfiguration)This operation updates the configuration for the scaling group.booleanGroupApi. updateLaunchConfiguration(String id, LaunchConfiguration launchConfiguration)This operation updates the launch configuration for the scaling group. - 
Uses of MapBinder in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features with annotations of type MapBinder Modifier and Type Method Description Job<Set<RecordDetail>>ReverseDNSApi. create(URI deviceURI, Iterable<Record> records)Create Reverse DNS (PTR) records for a device.Job<Domain>DomainApi. importFormat(List<String> contents, Domain.Format format)This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration contents.Job<Void>ReverseDNSApi. update(URI deviceURI, Map<String,Record> idsToRecords)Update Reverse DNS (PTR) records for a device.Job<Void>DomainApi. updateEmail(Iterable<Integer> ids, String email)This call modifies the domain's email only.Job<Void>DomainApi. updateTTL(Iterable<Integer> ids, int ttl)This call modifies the domain's TTL only. - 
Uses of MapBinder in org.jclouds.rackspace.cloudidentity.v2_0
Methods in org.jclouds.rackspace.cloudidentity.v2_0 with annotations of type MapBinder Modifier and Type Method Description AccessCloudIdentityAuthenticationApi. authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)Authenticate to generate a token. - 
Uses of MapBinder in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features with annotations of type MapBinder Modifier and Type Method Description BatchResult<String>MessageApi. changeVisibility(Iterable<String> receiptHandles, int visibilityTimeout)Same asMessageApi.changeVisibility(Map, int), except that we generate numeric ids starting with1BatchResult<String>MessageApi. changeVisibility(Map<String,String> idReceiptHandle, int visibilityTimeout)Currently, you can send up to 10MessageApi.changeVisibility(java.lang.String, int)requests.BatchResult<? extends MessageIdAndMD5>MessageApi. sendWithDelay(Iterable<String> messageBodies, int delaySeconds)Same asMessageApi.sendWithDelay(Map, int), except that we generate numeric ids starting with1BatchResult<? extends MessageIdAndMD5>MessageApi. sendWithDelay(Map<String,String> idMessageBody, int delaySeconds)Same asMessageApi.send(Map)except you set a delay for all messages in the request - 
Uses of MapBinder in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features with annotations of type MapBinder Modifier and Type Method Description StringDirectionalPoolApi. addFirstRecordInNonConfiguredGroup(String poolId, DirectionalPoolRecord toCreate)creates a resource record in the pool, creating and assigning it to the special "non configured group".StringDirectionalPoolApi. addRecordIntoExistingGroup(String poolId, DirectionalPoolRecord toCreate, String groupId)creates a resource record in the pool.StringDirectionalPoolApi. addRecordIntoNewGroup(String poolId, DirectionalPoolRecord toCreate, DirectionalGroup group)creates a resource record in the pool.StringResourceRecordApi. create(ResourceRecord toCreate)creates a resource record in the zone.voidResourceRecordApi. update(String guid, ResourceRecord toCreate)updates an existing resource record in the zone.voidDirectionalPoolApi. updateRecord(String recordId, DirectionalPoolRecord update)updates such as ttl or rdata for an existing directional record.voidTrafficControllerPoolApi. updateRecord(String poolRecordID, UpdatePoolRecord update)This request updates an existing pool record.voidDirectionalPoolApi. updateRecordAndGroup(String recordId, DirectionalPoolRecord update, DirectionalGroup group)updates the geo groups of an existing directional record. 
 -