Uses of Annotation Interface
org.jclouds.rest.annotations.MapBinder
Packages that use MapBinder
Package
Description
-
Uses of MapBinder in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with annotations of type MapBinderModifier and TypeMethodDescriptionStorageAccountApi.create
(String storageAccountName, String location, Map<String, String> tags, Map<String, String> properties) The Create Storage Account asynchronous operation creates a new storage account in Microsoft Azure.VaultApi.createCertificate
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.CertificatePolicy policy, Map<String, String> tags) VaultApi.createKey
(URI vaultBaseUrl, String keyName, Key.KeyAttributes attributes, String curveName, List<String> keyOps, int keySize, String keyType, Map<String, String> tags) ActivityLogAlertApi.createOrUpdate
(String activityLogAlertName, ActivityLogAlertProperties properties, Map<String, String> tags, String location) AvailabilitySetApi.createOrUpdate
(String name, AvailabilitySet.SKU sku, String location, Map<String, String> tags, AvailabilitySet.AvailabilitySetProperties properties) DiskApi.createOrUpdate
(String diskName, String location, Map<String, String> tags, DiskProperties properties) DiskApi.createOrUpdate
(String diskName, String location, Map<String, String> tags, DiskProperties properties, DiskSku sku) DiskApi.createOrUpdate
(String diskName, String location, DiskProperties properties) ImageApi.createOrUpdate
(String imageName, String location, ImageProperties properties) LoadBalancerApi.createOrUpdate
(String lbName, String location, Map<String, String> tags, LoadBalancer.SKU sku, LoadBalancerProperties properties) LocalNetworkGatewayApi.createOrUpdate
(String name, String location, Map<String, String> tags, LocalNetworkGatewayProperties properties) MetricAlertApi.createOrUpdate
(String ruleName, MetricAlertProperties properties, Map<String, String> tags, String location) NetworkInterfaceCardApi.createOrUpdate
(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String, String> tags) NetworkSecurityGroupApi.createOrUpdate
(String nsgName, String location, Map<String, String> tags, NetworkSecurityGroupProperties properties) NetworkSecurityRuleApi.createOrUpdate
(String ruleName, NetworkSecurityRuleProperties properties) PublicIPAddressApi.createOrUpdate
(String publicipaddressname, String location, Map<String, String> tags, PublicIPAddress.SKU sku, PublicIPAddressProperties properties) SubnetApi.createOrUpdate
(String name, Subnet.SubnetProperties properties) VirtualMachineApi.createOrUpdate
(String vmname, String location, VirtualMachineProperties properties, Map<String, String> tags, Plan plan) VirtualMachineScaleSetApi.createOrUpdate
(String name, String location, VirtualMachineScaleSetSKU sku, Map<String, String> tags, VirtualMachineScaleSetProperties properties) VirtualNetworkApi.createOrUpdate
(String virtualnetworkname, String location, Map<String, String> tags, VirtualNetwork.VirtualNetworkProperties properties) VirtualNetworkGatewayApi.createOrUpdate
(String name, String location, Map<String, String> tags, VirtualNetworkGatewayProperties properties) VirtualNetworkGatewayConnectionApi.createOrUpdate
(String name, String location, Map<String, String> tags, VirtualNetworkGatewayConnectionProperties properties) VaultApi.createOrUpdateVault
(String vaultName, String location, VaultProperties properties, Map<String, String> tags) VaultApi.decrypt
(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value) VaultApi.encrypt
(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value) VaultApi.importCertificate
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.CertificatePolicy policy, String password, Map<String, String> tags, String value) VaultApi.importKey
(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String, String> tags) VaultApi.mergeCertificate
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Map<String, String> tags, List<String> value) VaultApi.restoreKey
(URI vaultBaseUrl, String keyInfo) VaultApi.restoreSecret
(URI vaultBaseUrl, String secretInfo) VaultApi.setCertificateContacts
(URI vaultBaseUrl, List<Certificate.Contact> contacts) VaultApi.setCertificateIssuer
(URI vaultBaseUrl, String issuerName, Certificate.IssuerAttributes attributes, Certificate.IssuerCredentials credentials, Certificate.OrganizationDetails orgDetails, String provider) VaultApi.setSecret
(URI keyVaultUri, String secretName, Secret.SecretAttributes attributes, String contentType, Map<String, String> tags, String value) VaultApi.unwrap
(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value) StorageAccountApi.update
(String storageAccountName, Map<String, String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties properties) The Update Storage Account asynchronous operation updates the label, the description, and enables or disables the geo-replication status for the specified storage account.VaultApi.updateCertificate
(URI vaultBaseUrl, String certificateName, String certificateVersion, Certificate.CertificateAttributes attributes, Certificate.CertificatePolicy policy, Map<String, String> tags) VaultApi.updateCertificateIssuer
(URI vaultBaseUrl, String issuerName, Certificate.IssuerAttributes attributes, Certificate.IssuerCredentials credentials, Certificate.OrganizationDetails orgDetails, String provider) VaultApi.updateCertificateOperation
(URI vaultBaseUrl, String certificateName, boolean cancellationRequested) VaultApi.updateCertificatePolicy
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProps, Certificate.X509CertificateProperties x509Props) VaultApi.updateKey
(URI vaultBaseUrl, String keyName, String keyVersion, Key.KeyAttributes attributes, List<String> keyOps, Map<String, String> tags) VaultApi.updateSecret
(URI vaultBaseUrl, String secretName, String secretVersion, Secret.SecretAttributes attributes, String contentType, Map<String, String> tags) boolean
VaultApi.verify
(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String digest, String value) -
Uses of MapBinder in org.jclouds.b2.features
Methods in org.jclouds.b2.features with annotations of type MapBinderModifier and TypeMethodDescriptionMultipartApi.cancelLargeFile
(String fileId) BucketApi.createBucket
(String bucketName, BucketType bucketType) BucketApi.deleteBucket
(String bucketId) ObjectApi.deleteFileVersion
(String fileName, String fileId) MultipartApi.finishLargeFile
(String fileId, Collection<String> contentSha1List) ObjectApi.getFileInfo
(String fileId) MultipartApi.getUploadPartUrl
(String fileId) ObjectApi.getUploadUrl
(String bucketId) BucketApi.listBuckets()
ObjectApi.listFileNames
(String bucketId, String startFileName, Integer maxFileCount) Deprecated.ObjectApi.listFileNames
(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter) ObjectApi.listFileVersions
(String bucketId, String startFileId, String startFileName, Integer maxFileCount) Deprecated.ObjectApi.listFileVersions
(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter) MultipartApi.listUnfinishedLargeFiles
(String bucketId, String startFileId, Integer maxFileCount) MultipartApi.startLargeFile
(String bucketId, String fileName, String contentType, Map<String, String> fileInfo) BucketApi.updateBucket
(String bucketId, BucketType bucketType) ObjectApi.uploadFile
(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String, String> fileInfo, Payload payload) MultipartApi.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 MapBinderModifier and TypeMethodDescriptionChefApi.createClient
(String clientName) Creates a new client.ChefApi.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 -
Uses of MapBinder in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with annotations of type MapBinderModifier and TypeMethodDescriptionServerApi.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 MapBinderModifier and TypeMethodDescriptionResumableUploadApi.chunkUpload
(String bucketName, String uploadId, String contentType, Long contentLength, String contentRange, Payload payload) Facilitate to use resumable upload operation to upload files in chunksObjectApi.multipartUpload
(String bucketName, ObjectTemplate objectTemplate, Payload payload) Stores a new object with metadata.ResumableUploadApi.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 MapBinderModifier and TypeMethodDescriptionTargetPoolApi.addHealthCheck
(String targetPool, List<URI> healthChecks) Adds health check URL to targetPool.TargetPoolApi.addInstance
(String targetPool, List<URI> instances) Adds instance to the targetPool.Creates an address resource in the specified project specifying the size of the address.DiskApi.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.DiskApi.create
(String diskName, DiskCreationOptions options) Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.ForwardingRuleApi.create
(String forwardingRuleName, ForwardingRuleCreationOptions options) Creates a ForwardingRule resource in the specified project and region using the data included in the request.Creates a targetHttpProxy resource in the specified project using the given URI for the urlMap.Creates a urlMap resource in the specified project using the data included in the request.ImageApi.createFromDisk
(String image, String sourceDisk) Creates an image resource in the specified project from the provided persistent disk.FirewallApi.createInNetwork
(String name, URI network, FirewallOptions firewallOptions) Creates a firewall resource in the specified project using the data included in the request.RouteApi.createInNetwork
(String name, URI network, RouteOptions routeOptions) Creates a route resource in the specified project using the data included in the request.DiskApi.createSnapshot
(String diskName, String snapshotName) Create a snapshot of a given disk in a zone.DiskApi.createSnapshot
(String diskName, String snapshotName, String description) Gets the most recent health check results for this backend service.Gets the HealthStatus of an instance in a targetPool.Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.HttpHealthCheckApi.insert
(String name, HttpHealthCheckCreationOptions options) Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.HttpHealthCheckApi.patch
(String name, HttpHealthCheckCreationOptions options) Updates a HttpHealthCheck resource in the specified project using the data included in the request.TargetPoolApi.removeHealthCheck
(String targetPool, List<URI> healthChecks) Removes health check URL from targetPool.TargetPoolApi.removeInstance
(String targetPool, List<URI> instances) Removes instance URL from targetPool.Changes backup pool configurations.Changes backup pool configurations.InstanceApi.setScheduling
(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible) Sets an instance's scheduling options.Lists items for an instanceChanges the target url for a forwarding rule.Updates the specified targetHttpProxy resource with the data included in the request.ProjectApi.setUsageExportBucket
(String bucketName, String reportNamePrefix) HttpHealthCheckApi.update
(String name, HttpHealthCheckCreationOptions options) Updates a HttpHealthCheck resource in the specified project using the data included in the request.Runs the tests specified for the give urlMap resource.UrlMapApi.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 MapBinderModifier and TypeMethodDescriptionSnapshotApi.create
(String volumeId, CreateSnapshotOptions... options) Creates a new Snapshot.VolumeApi.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 MapBinderModifier and TypeMethodDescriptionAuthenticationClient.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 MapBinderModifier and TypeMethodDescriptionV2AuthenticationApi.authenticateAccessKey
(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials) Authenticate to generate a token.V2AuthenticationApi.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 MapBinderModifier and TypeMethodDescriptionTenantAdminApi.create
(String name, CreateTenantOptions options) Creates a new tenantUserAdminApi.create
(String name, String password, CreateUserOptions options) Creates a new userTenantAdminApi.update
(String id, UpdateTenantOptions options) Updates a tenantUserAdminApi.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 MapBinderModifier and TypeMethodDescriptionV3AuthenticationApi.authenticateAccessKey
(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials) V3AuthenticationApi.authenticatePassword
(TenantOrDomainAndCredentials<PasswordCredentials> credentials) V3AuthenticationApi.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 -
Uses of MapBinder in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with annotations of type MapBinderModifier and TypeMethodDescriptionRouterApi.addInterfaceForPort
(String routerId, String portId) Add a interface to a router to connect to the specified portRouterApi.addInterfaceForSubnet
(String routerId, String subnetId) Add a interface to a router to connect to the specified subnetboolean
RouterApi.removeInterfaceForPort
(String routerId, String portId) Remove the interface where the specified port is connected toboolean
RouterApi.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 MapBinderModifier and TypeMethodDescriptionVolumeApi.create
(int sizeGB, CreateVolumeOptions... options) Deprecated.SecurityGroupApi.createRuleAllowingCidrBlock
(String parentGroup, Ingress ip_protocol, String sourceCidr) Create a Security Group Rule.SecurityGroupApi.createRuleAllowingSecurityGroupId
(String parentGroup, Ingress ip_protocol, String groupId) Create a Security Group Rule.VolumeApi.createSnapshot
(String volumeId, CreateVolumeSnapshotOptions... options) Deprecated.Please useinvalid reference
org.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions)
KeyPairApi.createWithPublicKey
(String name, String publicKey) Creates aKeyPair
with a public key.ConsolesApi.getConsole
(String serverId, Console.Type type) Gets the specified server Console.void
VolumeTypeApi.updateExtraSpecs
(String id, Map<String, String> specs) Creates or updates the extra metadata for a given flavorvoid
FlavorExtraSpecsApi.updateMetadata
(String flavorId, Map<String, String> specs) Creates or updates the extra specs for a given flavorboolean
QuotaApi.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 MapBinderModifier and TypeMethodDescriptionServerApi.create
(String name, String imageRef, String flavorRef, CreateServerOptions... options) Create a new servervoid
ServerApi.rebuild
(String id, RebuildServerOptions... options) Rebuild a server.ImageApi.setMetadata
(String id, Map<String, String> metadata) Sets the metadata for an image.ServerApi.setMetadata
(String id, Map<String, String> metadata) Set the metadata for a server.ImageApi.updateMetadata
(String id, String key, String value) Set a metadata item for an image.ImageApi.updateMetadata
(String id, Map<String, String> metadata) Update the metadata for a server.ServerApi.updateMetadata
(String id, String key, String value) Set a metadata item for a server.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 MapBinderModifier and TypeMethodDescriptionvoid
Same as create(String, null, null)void
This operation creates a new database within the specified instance.Same asInstanceApi.create(String, int, String)
but accept an integer Flavor ID.Create a database instance by flavor type and volume size.void
Create a database user by name, password, and database name.void
Create a database user by name, password, and database name.void
Create database users.void
This operation grants access for the specified user to a database for the specified instance.void
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 -
Uses of MapBinder in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with annotations of type MapBinderModifier and TypeMethodDescriptionboolean
FirewallApi.activateFirewall
(List<String> firewallIds) FirewallApi.addFirewallRuleToNic
(Firewall.Request.AddRulePayload payload) DrivesApi.addRomDriveToServer
(Drive.Request.AddRomDriveToServerPayload payload) StorageApi.connectStorageToServer
(Storage.Request.ConnectPayload payload) Connects a virtual storage device to an existing server.DataCenterApi.createDataCenter
(DataCenter.Request.CreatePayload createRequest) Creates and saves a new, empty Virtual Data Center.LoadBalancerApi.createLoadBalancer
(LoadBalancer.Request.CreatePayload payload) NicApi.createNic
(Nic.Request.CreatePayload payload) ServerApi.createServer
(Server.Request.CreatePayload payload) Creates a Virtual Server within an existing data center.SnapshotApi.createSnapshot
(Snapshot.Request.CreatePayload payload) StorageApi.createStorage
(Storage.Request.CreatePayload payload) Creates a virtual storage within an existing virtual data center.boolean
FirewallApi.deactivateFirewall
(List<String> firewallIds) boolean
FirewallApi.deleteFirewall
(List<String> firewallIds) LoadBalancerApi.deregisterLoadBalancer
(LoadBalancer.Request.DeregisterPayload payload) LoadBalancerApi.registerLoadBalancer
(LoadBalancer.Request.RegisterPayload payload) boolean
FirewallApi.removeFirewallRules
(List<String> firewallRuleIds) SnapshotApi.rollbackSnapshot
(Snapshot.Request.RollbackPayload payload) NicApi.setInternetAccess
(Nic.Request.SetInternetAccessPayload payload) DataCenterApi.updateDataCenter
(DataCenter.Request.UpdatePayload updateRequest) Updates the information associated to an existing Virtual Data Center.LoadBalancerApi.updateLoadBalancer
(LoadBalancer.Request.UpdatePayload payload) NicApi.updateNic
(Nic.Request.UpdatePayload payload) ServerApi.updateServer
(Server.Request.UpdatePayload payload) Updates parameters of an existing virtual server device.SnapshotApi.updateSnapshot
(Snapshot.Request.UpdatePayload payload) StorageApi.updateStorage
(Storage.Request.UpdatePayload payload) Updates parameters of an existing virtual storage device. -
Uses of MapBinder in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features with annotations of type MapBinderModifier and TypeMethodDescriptionCreate Reverse DNS (PTR) records for a device.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.Update Reverse DNS (PTR) records for a device.DomainApi.updateEmail
(Iterable<Integer> ids, String email) This call modifies the domain's email only.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 MapBinderModifier and TypeMethodDescriptionCloudIdentityAuthenticationApi.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 MapBinderModifier and TypeMethodDescriptionMessageApi.changeVisibility
(Iterable<String> receiptHandles, int visibilityTimeout) Same asMessageApi.changeVisibility(Map, int)
, except that we generate numeric ids starting with1
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 with1
BatchResult
<? 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 MapBinderModifier and TypeMethodDescriptionDirectionalPoolApi.addFirstRecordInNonConfiguredGroup
(String poolId, DirectionalPoolRecord toCreate) creates a resource record in the pool, creating and assigning it to the special "non configured group".DirectionalPoolApi.addRecordIntoExistingGroup
(String poolId, DirectionalPoolRecord toCreate, String groupId) creates a resource record in the pool.DirectionalPoolApi.addRecordIntoNewGroup
(String poolId, DirectionalPoolRecord toCreate, DirectionalGroup group) creates a resource record in the pool.ResourceRecordApi.create
(ResourceRecord toCreate) creates a resource record in the zone.void
ResourceRecordApi.update
(String guid, ResourceRecord toCreate) updates an existing resource record in the zone.void
DirectionalPoolApi.updateRecord
(String recordId, DirectionalPoolRecord update) updates such as ttl or rdata for an existing directional record.void
TrafficControllerPoolApi.updateRecord
(String poolRecordID, UpdatePoolRecord update) This request updates an existing pool record.void
DirectionalPoolApi.updateRecordAndGroup
(String recordId, DirectionalPoolRecord update, DirectionalGroup group) updates the geo groups of an existing directional record.
invalid reference