Uses of Annotation Interface
org.jclouds.rest.annotations.BinderParam
Packages that use BinderParam
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.-
Uses of BinderParam in org.jclouds.atmos
Method parameters in org.jclouds.atmos with annotations of type BinderParamModifier and TypeMethodDescriptionAtmosClient.createFile
(String parent, AtmosObject object, PutOptions... options) void
AtmosClient.updateFile
(String parent, AtmosObject object, PutOptions... options) -
Uses of BinderParam in org.jclouds.aws.ec2.features
Method parameters in org.jclouds.aws.ec2.features with annotations of type BinderParamModifier and TypeMethodDescriptionvoid
AWSAMIApi.addProductCodesToImageInRegion
(String region, Iterable<String> productCodes, String imageId) AddsproductCode
s to an AMI.void
AWSSecurityGroupApi.authorizeSecurityGroupIngressInRegion
(String region, String groupId, Iterable<IpPermission> perms) void
AWSSecurityGroupApi.authorizeSecurityGroupIngressInRegion
(String region, String groupId, IpPermission perm) void
SpotInstanceApi.cancelSpotInstanceRequestsInRegion
(String region, String... requestIds) Cancels one or more Spot Instance requests.Set
<? extends Reservation<? extends AWSRunningInstance>> AWSInstanceApi.describeInstancesInRegion
(String region, String... instanceIds) Set
<? extends Reservation<? extends AWSRunningInstance>> AWSInstanceApi.describeInstancesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) com.google.common.collect.FluentIterable
<InternetGateway> InternetGatewayApi.describeInternetGatewaysInRegion
(String region, String... internetGatewayIds) DescribesInternetGateway
s.PlacementGroupApi.describePlacementGroupsInRegion
(String region, String... placementGroupIds) Returns information about one or more placement groups in your account.PlacementGroupApi.describePlacementGroupsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about one or more placement groups in your account.com.google.common.collect.FluentIterable
<RouteTable> RouteTableApi.describeRouteTables
(String region, String... routeTableIds) Describes route tables.AWSSecurityGroupApi.describeSecurityGroupsInRegion
(String region, String... securityGroupNames) AWSSecurityGroupApi.describeSecurityGroupsInRegionById
(String region, String... securityGroupNames) AWSSecurityGroupApi.describeSecurityGroupsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) SpotInstanceApi.describeSpotInstanceRequestsInRegion
(String region, String... requestIds) Describes Spot Instance requests.SpotInstanceApi.describeSpotInstanceRequestsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes Spot Instance requests.com.google.common.collect.FluentIterable
<Subnet> AWSSubnetApi.describeSubnetsInRegion
(String region, String... subnetIds) Describes one or more of your subnets.com.google.common.collect.FluentIterable
<Subnet> AWSSubnetApi.describeSubnetsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about subnets available to you.com.google.common.collect.FluentIterable
<VPC> VPCApi.describeVpcsInRegion
(String region, String... vpcIds) Describes all of your VPCsMonitoringApi.monitorInstancesInRegion
(String region, String instanceId, String... instanceIds) Enables monitoring for a running instance.void
AWSAMIApi.removeProductCodesFromImageInRegion
(String region, Iterable<String> productCodes, String imageId) RemovesproductCode
s from an AMI.SpotInstanceApi.requestSpotInstancesInRegion
(String region, float spotPrice, int instanceCount, LaunchSpecification launchSpec, RequestSpotInstancesOptions... options) Creates a Spot Instance request.void
AWSSecurityGroupApi.revokeSecurityGroupIngressInRegion
(String region, String groupId, Iterable<IpPermission> perms) void
AWSSecurityGroupApi.revokeSecurityGroupIngressInRegion
(String region, String groupId, IpPermission perm) Reservation
<? extends AWSRunningInstance> AWSInstanceApi.runInstancesInRegion
(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, RunInstancesOptions... options) MonitoringApi.unmonitorInstancesInRegion
(String region, String instanceId, String... instanceIds) Disables monitoring for a running instance. -
Uses of BinderParam in org.jclouds.azureblob
Method parameters in org.jclouds.azureblob with annotations of type BinderParamModifier and TypeMethodDescriptionAzureBlobClient.copyBlob
(URI copySource, String toContainer, String toName, CopyBlobOptions options) The Put Blob operation creates a new blob or updates the content of an existing blob.AzureBlobClient.putBlockList
(String container, String name, List<String> blockIdList) Deprecated.call putBlockList(String, AzureBlob, List<String>) insteadAzureBlobClient.putBlockList
(String container, AzureBlob object, List<String> blockIdList) The Put Block List assembles a list of blocks previously uploaded with Put Block into a single blob.AzureBlobClient.putBlockList
(String container, AzureBlob object, List<String> blockIdList) The Put Block List assembles a list of blocks previously uploaded with Put Block into a single blob.AzureBlobClient.setBlobProperties
(String container, String name, ContentMetadata contentMetadata) AzureBlobClient.setPublicAccessForContainer
(String container, PublicAccess access) Returns whether data in the container may be accessed publicly and the level of accessvoid
AzureBlobClient.setResourceMetadata
(String container, Map<String, String> metadata) The Set Container Metadata operation sets one or more user-defined name/value pairs for the specified container. -
Uses of BinderParam in org.jclouds.chef
Method parameters in org.jclouds.chef with annotations of type BinderParamModifier and TypeMethodDescriptionChefApi.createDatabagItem
(String databagName, DatabagItem databagItem) Adds an item in a data bag.void
ChefApi.createEnvironment
(Environment environment) Creates a new environment.void
ChefApi.createNode
(Node node) Creates a new node.void
ChefApi.createRole
(Role role) Creates a new role.ChefApi.createUploadSandboxForChecksums
(Set<List<Byte>> md5s) Creates a new sandbox.ChefApi.generateKeyForClient
(String clientName) Generates a new key-pair for this client, and return the new private key in the response body.ChefApi.updateCookbook
(String cookbookName, String version, CookbookVersion cookbook) Creates or updates the given cookbook.ChefApi.updateDatabagItem
(String databagName, DatabagItem item) Updates an item in a data bag.ChefApi.updateEnvironment
(Environment environment) Updates the given environment.ChefApi.updateNode
(Node node) Updates an existing node.ChefApi.updateRole
(Role role) Updates the given role. -
Uses of BinderParam in org.jclouds.chef.features
Method parameters in org.jclouds.chef.features with annotations of type BinderParam -
Uses of BinderParam in org.jclouds.cloudstack.features
Method parameters in org.jclouds.cloudstack.features with annotations of type BinderParamModifier and TypeMethodDescriptionSecurityGroupApi.authorizeIngressICMPToCIDRs
(String securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options) Authorizes a particular ICMP ingress rule for this security groupSecurityGroupApi.authorizeIngressICMPToSecurityGroups
(String securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String, String> accountToGroup, AccountInDomainOptions... options) Authorizes a particular ICMP ingress rule for this security groupSecurityGroupApi.authorizeIngressPortsToCIDRs
(String securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options) Authorizes a particular TCP or UDP ingress rule for this security groupSecurityGroupApi.authorizeIngressPortsToSecurityGroups
(String securityGroupId, String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String, String> accountToGroup, AccountInDomainOptions... options) Authorizes a particular TCP or UDP ingress rule for this security groupSnapshotApi.createSnapshotPolicy
(SnapshotPolicySchedule schedule, String numberToRetain, String timezone, String volumeId) Creates a snapshot policy for the account.TemplateApi.createTemplate
(TemplateMetadata templateMetadata, CreateTemplateOptions... options) Creates a template of a virtual machine.void
SnapshotApi.deleteSnapshotPolicies
(Iterable<String> id) Deletes snapshot policies for the account.TemplateApi.registerTemplate
(TemplateMetadata templateMetadata, String format, String hypervisor, String url, String zoneId, RegisterTemplateOptions... options) Registers an existing template into the Cloud.com cloud.DomainLimitApi.updateResourceLimit
(ResourceLimit limit) Updates resource limits for an account in a domain. -
Uses of BinderParam in org.jclouds.cloudwatch.features
Method parameters in org.jclouds.cloudwatch.features with annotations of type BinderParamModifier and TypeMethodDescriptionvoid
Deletes all specified alarms.void
Disables actions for the specified alarms.void
Enables actions for the specified alarms.MetricApi.getMetricStatistics
(GetMetricStatistics statistics) MetricApi.getMetricStatistics
(GetMetricStatistics statistics, GetMetricStatisticsOptions options) Gets statistics for the specified metric.void
MetricApi.putMetricsInNamespace
(Iterable<MetricDatum> metrics, String namespace) Publishes metric data points to Amazon CloudWatch. -
Uses of BinderParam in org.jclouds.docker.features
Method parameters in org.jclouds.docker.features with annotations of type BinderParamModifier and TypeMethodDescriptionContainerApi.createContainer
(String name, Config config) NetworkApi.createNetwork
(Network network) MiscApi.execCreate
(String containerId, ExecCreateParams execCreateParams) Sets up an exec instance in a running container with given Id.MiscApi.execStart
(String execId, ExecStartParams execStartParams) Starts a previously set up exec instance id.void
ContainerApi.startContainer
(String containerId, HostConfig hostConfig) -
Uses of BinderParam in org.jclouds.dynect.v3.features
Method parameters in org.jclouds.dynect.v3.features with annotations of type BinderParamModifier and TypeMethodDescriptionretrieves a resource record without regard to typeSessionApi.login
(SessionCredentials credentials) RecordApi.scheduleCreate
(CreateRecord<?> newRecord) Schedules addition of a new record into the current session.ZoneApi.scheduleCreate
(CreatePrimaryZone createZone) Schedules addition of a new primary zone into the current session.RecordApi.scheduleDelete
(RecordId recordId) Schedules deletion of a record into the current session. -
Uses of BinderParam in org.jclouds.ec2.features
Method parameters in org.jclouds.ec2.features with annotations of type BinderParamModifier and TypeMethodDescriptionvoid
ElasticBlockStoreApi.addCreateVolumePermissionsToSnapshotInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId) AddscreateVolumePermission
s to an EBS snapshot.void
ElasticBlockStoreApi.addCreateVolumePermissionsToSnapshotInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId) AddscreateVolumePermission
s to an EBS snapshot.void
AMIApi.addLaunchPermissionsToImageInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId) AddslaunchPermission
s to an AMI.void
AMIApi.addLaunchPermissionsToImageInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId) AddslaunchPermission
s to an AMI.void
TagApi.applyToResources
(Iterable<String> tags, Iterable<String> resourceIds) Adds or overwrites one or more tags for the specified resource or resources.void
TagApi.applyToResources
(Iterable<String> tags, Iterable<String> resourceIds) Adds or overwrites one or more tags for the specified resource or resources.void
likeTagApi.applyToResources(Map, Iterable)
except that the tags have no values.void
likeTagApi.applyToResources(Map, Iterable)
except that the tags have no values.void
SecurityGroupApi.authorizeSecurityGroupIngressInRegion
(String region, String groupName, UserIdGroupPair sourceSecurityGroup) Adds permissions to a security group based on another group.WindowsApi.bundleInstanceInRegion
(String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options) Bundles the Windows instance.void
TagApi.conditionallyDeleteFromResources
(Map<String, String> conditionalTagValues, Iterable<String> resourceIds) likeTagApi.deleteFromResources(Iterable, Iterable)
, except that the tags are only deleted if they match the value.void
TagApi.conditionallyDeleteFromResources
(Map<String, String> conditionalTagValues, Iterable<String> resourceIds) likeTagApi.deleteFromResources(Iterable, Iterable)
, except that the tags are only deleted if they match the value.void
TagApi.deleteFromResources
(Iterable<String> tags, Iterable<String> resourceIds) Deletes a specific set of tags from a specific set of resources.void
TagApi.deleteFromResources
(Iterable<String> tags, Iterable<String> resourceIds) Deletes a specific set of tags from a specific set of resources.ElasticIPAddressApi.describeAddressesInRegion
(String region, String... publicIps) Lists elastic IP addresses assigned to your identity or provides information about a specific address.ElasticIPAddressApi.describeAddressesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Lists elastic IP addresses assigned to your identity or provides information on addresses matching a given filter.WindowsApi.describeBundleTasksInRegion
(String region, String... bundleTaskIds) Describes current bundling tasks.WindowsApi.describeBundleTasksInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes current bundling tasks.AMIApi.describeImagesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter, DescribeImagesOptions... options) Returns information about AMIs, AKIs, and ARIs.Set
<? extends Reservation<? extends RunningInstance>> InstanceApi.describeInstancesInRegion
(String region, String... instanceIds) Returns information about instances that you own.Set
<? extends Reservation<? extends RunningInstance>> InstanceApi.describeInstancesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about instances that you own.KeyPairApi.describeKeyPairsInRegion
(String region, String... keyPairNames) Returns information about key pairs available to you.KeyPairApi.describeKeyPairsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about key pairs available to you.SecurityGroupApi.describeSecurityGroupsInRegion
(String region, String... securityGroupNames) Returns information about security groups that you own.SecurityGroupApi.describeSecurityGroupsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about security groups that you own.ElasticBlockStoreApi.describeSnapshotsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter, DescribeSnapshotsOptions... options) Returns information about EBS snapshots matching the given filters.ElasticBlockStoreApi.describeVolumesInRegion
(String region, String... volumeIds) Describes the specified Amazon EBS volumes that you own.ElasticBlockStoreApi.describeVolumesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes the specified Amazon EBS volumes that you own and match the given filters.com.google.common.collect.FluentIterable
<Subnet> Describes subnets for your EC2 resources qualified by a filtercom.google.common.collect.FluentIterable
<Tag> Describes tags for your EC2 resources qualified by a filtervoid
InstanceApi.rebootInstancesInRegion
(String region, String... instanceIds) Requests a reboot of one or more instances.void
ElasticBlockStoreApi.removeCreateVolumePermissionsFromSnapshotInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId) RemovescreateVolumePermission
s from an EBS snapshot.void
ElasticBlockStoreApi.removeCreateVolumePermissionsFromSnapshotInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId) RemovescreateVolumePermission
s from an EBS snapshot.void
AMIApi.removeLaunchPermissionsFromImageInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId) void
AMIApi.removeLaunchPermissionsFromImageInRegion
(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId) void
SecurityGroupApi.revokeSecurityGroupIngressInRegion
(String region, String groupName, UserIdGroupPair sourceSecurityGroup) Revokes permissions from a security group.Reservation
<? extends RunningInstance> InstanceApi.runInstancesInRegion
(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, RunInstancesOptions... options) Launches a specified number of instances of an AMI for which you have permissions.void
InstanceApi.setBlockDeviceMappingForInstanceInRegion
(String region, String instanceId, Map<String, BlockDevice> blockDeviceMapping) Sets the blockDeviceMapping used for an instance.Set
<? extends InstanceStateChange> InstanceApi.startInstancesInRegion
(String region, String... instanceIds) Starts an instance that uses an Amazon EBS volume as its root device.Set
<? extends InstanceStateChange> InstanceApi.stopInstancesInRegion
(String region, boolean force, String... instanceIds) Stops an instance that uses an Amazon EBS volume as its root device.Set
<? extends InstanceStateChange> InstanceApi.terminateInstancesInRegion
(String region, String... instanceIds) Shuts down one or more instances. -
Uses of BinderParam in org.jclouds.elasticstack
Method parameters in org.jclouds.elasticstack with annotations of type BinderParamModifier and TypeMethodDescriptionElasticStackApi.createAndStartServer
(Server createServer) create and start a new serverElasticStackApi.createDrive
(Drive createDrive) create a new driveElasticStackApi.createServer
(Server createServer) create a new serverElasticStackApi.setDriveData
(String uuid, DriveData setDrive) set extra drive dataElasticStackApi.setServerConfiguration
(String uuid, Server setServer) set server configuration -
Uses of BinderParam in org.jclouds.glacier
Method parameters in org.jclouds.glacier with annotations of type BinderParamModifier and TypeMethodDescriptionGlacierClient.completeMultipartUpload
(String vaultName, String uploadId, Map<Integer, com.google.common.hash.HashCode> hashes, long archiveSize) Completes the multipart upload.GlacierClient.completeMultipartUpload
(String vaultName, String uploadId, Map<Integer, com.google.common.hash.HashCode> hashes, long archiveSize) Completes the multipart upload.GlacierClient.getJobOutput
(String vaultName, String jobId, ContentRange range) Gets the raw job output of any kind of job.GlacierClient.initiateJob
(String vaultName, JobRequest job) Initiates a job.GlacierClient.initiateMultipartUpload
(String vaultName, long partSizeInMB) GlacierClient.initiateMultipartUpload
(String vaultName, long partSizeInMB, String description) Starts a new multipart upload.GlacierClient.initiateMultipartUpload
(String vaultName, long partSizeInMB, String description) Starts a new multipart upload.GlacierClient.uploadArchive
(String vaultName, Payload payload) GlacierClient.uploadArchive
(String vaultName, Payload payload, String description) Stores an archive in a vault.GlacierClient.uploadArchive
(String vaultName, Payload payload, String description) Stores an archive in a vault.com.google.common.hash.HashCode
GlacierClient.uploadPart
(String vaultName, String uploadId, ContentRange range, Payload payload) Uploads one of the multipart upload parts.com.google.common.hash.HashCode
GlacierClient.uploadPart
(String vaultName, String uploadId, ContentRange range, Payload payload) Uploads one of the multipart upload parts. -
Uses of BinderParam in org.jclouds.gogrid.features
Method parameters in org.jclouds.gogrid.features with annotations of type BinderParamModifier and TypeMethodDescriptionGridLoadBalancerApi.addLoadBalancer
(String name, IpPortPair virtualIp, List<IpPortPair> realIps, AddLoadBalancerOptions... options) Creates a load balancer with given properties.GridLoadBalancerApi.addLoadBalancer
(String name, IpPortPair virtualIp, List<IpPortPair> realIps, AddLoadBalancerOptions... options) Creates a load balancer with given properties.GridLoadBalancerApi.editLoadBalancer
(long id, List<IpPortPair> realIps) Edits the existing load balancer to change the real IP mapping.GridLoadBalancerApi.editLoadBalancerNamed
(String name, List<IpPortPair> realIps) Edits the existing load balancer to change the real IP mapping.GridImageApi.getImagesById
(Long... ids) Returns images, found by specified idsGridImageApi.getImagesByName
(String... names) Returns images, found by specified namesGridJobApi.getJobsById
(long... ids) Returns jobs for the corresponding id(s).GridJobApi.getJobsForObjectName
(String objectName) Returns jobs found for an object with a provided name.GridLoadBalancerApi.getLoadBalancersById
(Long... ids) Returns the load balancer(s) by unique id(s).GridLoadBalancerApi.getLoadBalancersByName
(String... names) Returns the load balancer(s) by unique name(s).GridServerApi.getServersById
(long... ids) Returns the server(s) by unique id(s).GridServerApi.getServersByName
(String... names) Returns the server(s) by unique name(s). -
Uses of BinderParam in org.jclouds.googlecloudstorage.features
Method parameters in org.jclouds.googlecloudstorage.features with annotations of type BinderParamModifier and TypeMethodDescriptionObjectApi.composeObjects
(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate) Concatenates a list of existing objects into a new object in the same bucket.ObjectApi.composeObjects
(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options) Concatenates a list of existing objects into a new object in the same bucket.ObjectApi.copyObject
(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, ObjectTemplate template) Copies an object to a specified location with updated metadata.BucketApi.createBucket
(String projectId, BucketTemplate bucketTemplate) Creates a new bucketBucketApi.createBucket
(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options) Creates a new BucketBucketAccessControlsApi.createBucketAccessControls
(String bucketName, BucketAccessControlsTemplate template) Creates a new ACL entry on the specified bucket.DefaultObjectAccessControlsApi.createDefaultObjectAccessControls
(String bucketName, ObjectAccessControlsTemplate template) Creates a new ACL entry for specified objectObjectAccessControlsApi.createObjectAccessControls
(String bucketName, String objectName, ObjectAccessControlsTemplate template) Creates a new acl entry for specified objectObjectAccessControlsApi.createObjectAccessControls
(String bucketName, String objectName, ObjectAccessControlsTemplate template, Long generation) Creates a new acl entry for specified objectResumableUploadApi.initResumableUpload
(String bucketName, String contentType, Long contentLength, ObjectTemplate metadata) initiate a Resumable Upload SessionBucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate) Updates a bucket supporting patch semantics.BucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucket supporting patch semantics.BucketAccessControlsApi.patchBucketAccessControls
(String bucketName, String entity, BucketAccessControlsTemplate template) Updates an ACL entry on the specified bucket.DefaultObjectAccessControlsApi.patchDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload) Retrieves ACL entries on a specified objectObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate) Updates an object according to patch semanticsObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an object according to patch semanticsObjectAccessControlsApi.patchObjectAccessControls
(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template) Updates an acl entry on the specified objectObjectAccessControlsApi.patchObjectAccessControls
(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template, Long generation) Updates an acl entry on the specified objectBucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate) Updates a bucketBucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucketBucketAccessControlsApi.updateBucketAccessControls
(String bucketName, String entity, BucketAccessControlsTemplate template) Updates an ACL entry on the specified bucketDefaultObjectAccessControlsApi.updateDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload) Retrieves ACL entries on a specified objectDefaultObjectAccessControlsApi.updateDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload, DomainResourceReferences.ObjectRole role) Retrieves ACL entries on a specified objectObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate) Updates an object metadataObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an objectObjectAccessControlsApi.updateObjectAccessControls
(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template) Updates an acl entry on the specified objectObjectAccessControlsApi.updateObjectAccessControls
(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template, Long generation) Updates an acl entry on the specified object -
Uses of BinderParam in org.jclouds.googlecomputeengine.features
Method parameters in org.jclouds.googlecomputeengine.features with annotations of type BinderParamModifier and TypeMethodDescriptionInstanceApi.addAccessConfigToNic
(String instance, Instance.NetworkInterface.AccessConfig accessConfig, String networkInterfaceName) Adds an access config to an instance's network interface.InstanceApi.attachDisk
(String instance, AttachDisk attachDiskOptions) Attaches a disk to an instanceAddressApi.create
(AddressCreationOptions options) BackendServiceApi.create
(BackendServiceOptions backendService) Creates a backend service resource in the specified project using the data included in the request.ImageApi.create
(ImageCreationOptions options) InstanceApi.create
(NewInstance template) Creates a instance resource in the specified project using the data included in the request.NetworkApi.create
(NetworkCreationOptions options) Creates a persistent network resource in the specified project with the specified options.TargetHttpProxyApi.create
(TargetHttpProxyOptions targetHttpProxyOptions) Creates a TargetHttpProxy resource in the specified project using the data included in the request.TargetInstanceApi.create
(NewTargetInstance targetInstance) Creates a instance resource in the specified project using the data included in the request.TargetPoolApi.create
(TargetPoolCreationOptions options) Creates a TargetPool resource in the specified project and region using the data included in the request.UrlMapApi.create
(UrlMapOptions urlMapOptions) Creates a urlMap resource in the specified project using the data included in the request.SubnetworkApi.createInNetwork
(SubnetworkCreationOptions newSubnetwork) Creates a persistent network resource in the specified project with the specified range and specified gateway.ImageApi.deprecate
(String image, DeprecateOptions deprecated) Sets the deprecation status of an image.BackendServiceApi.patch
(String backendServiceName, BackendServiceOptions backendServiceOptions) Updates the specified backend service resource, with patch semantics, with the data included in the request.FirewallApi.patch
(String firewall, FirewallOptions firewallOptions) Updates the specified firewall resource, with patch semantics, with the data included in the request.UrlMapApi.patch
(String urlMapName, UrlMapOptions urlMapOptions) Updates the specified urlMap resource, with patch semantics, with the data included in the request.ProjectApi.setCommonInstanceMetadata
(Metadata metadata) Sets metadata common to all instances within the current project using the data included in the request.InstanceApi.setMetadata
(String instance, Metadata metadata) Sets metadata for an instance using the data included in the request.BackendServiceApi.update
(String backendServiceName, BackendServiceOptions backendServiceOptions) Updates the specified backend service resource with the data included in the request.FirewallApi.update
(String firewall, FirewallOptions firewallOptions) Updates the specified firewall resource with the data included in the request.UrlMapApi.update
(String urlMapName, UrlMapOptions urlMapOptions) Updates the specified urlMap resource with the data included in the request. -
Uses of BinderParam in org.jclouds.openstack.swift.v1.features
Method parameters in org.jclouds.openstack.swift.v1.features with annotations of type BinderParamModifier and TypeMethodDescriptionBulkApi.bulkDelete
(Iterable<String> paths) Deletes multiple objects or containers, if present.void
ObjectApi.copy
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata) Deprecated.call copy(String, String, String, Map, Map, CopyOptions) insteadvoid
ObjectApi.copy
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata) Deprecated.call copy(String, String, String, Map, Map, CopyOptions) insteadvoid
ObjectApi.copy
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata, CopyOptions options) Copies an object from one container to another, replacing metadata.void
ObjectApi.copy
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata, CopyOptions options) Copies an object from one container to another, replacing metadata.void
ObjectApi.copyAppendMetadata
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata) Deprecated.call copyAppendMetadata(String, String, String, Map, Map, CopyOptions) insteadvoid
ObjectApi.copyAppendMetadata
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata) Deprecated.call copyAppendMetadata(String, String, String, Map, Map, CopyOptions) insteadvoid
ObjectApi.copyAppendMetadata
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata, CopyOptions options) Copies an object from one container to another, appending metadata.void
ObjectApi.copyAppendMetadata
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata, CopyOptions options) Copies an object from one container to another, appending metadata.boolean
AccountApi.deleteMetadata
(Map<String, String> metadata) Deletes metadata from theAccount
.boolean
ContainerApi.deleteMetadata
(String containerName, Map<String, String> metadata) DeletesContainer
metadata.boolean
ObjectApi.deleteMetadata
(String objectName, Map<String, String> metadata) Deletes the metadata from aSwiftObject
.BulkApi.extractArchive
(String path, Payload payload, String format) Extracts a tar archive at the path specified aspath
.Creates or updates aSwiftObject
.ObjectApi.put
(String objectName, Payload payload, PutOptions options) Creates or updates aSwiftObject
.DynamicLargeObjectApi.putManifest
(String objectName, Map<String, String> metadata) Deprecated.DynamicLargeObjectApi.putManifest
(String objectName, Map<String, String> metadata, Map<String, String> headers) Deprecated.DynamicLargeObjectApi.putManifest
(String objectName, Map<String, String> metadata, Map<String, String> headers) Deprecated.StaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata) Creates or updates a static large object's manifest.StaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata) Creates or updates a static large object's manifest.StaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata, Map<String, String> headers) Creates or updates a static large object's manifest.StaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata, Map<String, String> headers) Creates or updates a static large object's manifest.StaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata, Map<String, String> headers) Creates or updates a static large object's manifest.void
ObjectApi.updateHeaders
(String objectName, Map<String, String> metadata) Creates or updates the metadata for aSwiftObject
without escaping the key.void
AccountApi.updateMetadata
(Map<String, String> metadata) Creates or updates theAccount
metadata.void
ContainerApi.updateMetadata
(String containerName, Map<String, String> metadata) Creates or updates theContainer
metadata.void
ObjectApi.updateMetadata
(String objectName, Map<String, String> metadata) Creates or updates the metadata for aSwiftObject
. -
Uses of BinderParam in org.jclouds.packet.features
Method parameters in org.jclouds.packet.features with annotations of type BinderParam -
Uses of BinderParam in org.jclouds.rackspace.clouddns.v1.features
Method parameters in org.jclouds.rackspace.clouddns.v1.features with annotations of type BinderParamModifier and TypeMethodDescriptionDomainApi.update
(int id, UpdateDomain updateDomain) This call modifies the domain attributes only.Update the configuration of the specified record in the specified domain.Update the configuration of the specified records in the specified domain. -
Uses of BinderParam in org.jclouds.rackspace.cloudfiles.v1.features
Method parameters in org.jclouds.rackspace.cloudfiles.v1.features with annotations of type BinderParamModifier and TypeMethodDescriptionboolean
CDNApi.purgeObject
(String containerName, String objectName, Iterable<String> emails) Purges an object from the CDN. -
Uses of BinderParam in org.jclouds.rackspace.cloudloadbalancers.v1.features
Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.features with annotations of type BinderParamModifier and TypeMethodDescriptionCreate a new virtual IP.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.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. -
Uses of BinderParam in org.jclouds.route53.features
Method parameters in org.jclouds.route53.features with annotations of type BinderParamModifier and TypeMethodDescriptionResourceRecordSetApi.apply
(ChangeBatch changes) applies a batch of changes atomically.ResourceRecordSetApi.listAt
(ResourceRecordSetIterable.NextRecord nextRecord) retrieves up to 100 resource record sets in order, starting atnextRecord
-
Uses of BinderParam in org.jclouds.s3
Method parameters in org.jclouds.s3 with annotations of type BinderParamModifier and TypeMethodDescriptionvoid
S3Client.abortMultipartUpload
(String bucketName, String key, String uploadId) This operation aborts a multipart upload.boolean
S3Client.bucketExists
(String bucketName) Issues a HEAD command to determine if the bucket exists or not.S3Client.completeMultipartUpload
(String bucketName, String key, String uploadId, Map<Integer, String> parts) This operation completes a multipart upload by assembling previously uploaded parts.S3Client.completeMultipartUpload
(String bucketName, String key, String uploadId, Map<Integer, String> parts) This operation completes a multipart upload by assembling previously uploaded parts.S3Client.copyObject
(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options) Copies one object to another bucket, retaining UserMetadata from the source.boolean
S3Client.deleteBucketIfEmpty
(String bucketName) Deletes the bucket, if it is empty.void
S3Client.deleteObject
(String bucketName, String key) Removes the object and metadata associated with the key.S3Client.deleteObjects
(String bucketName, Iterable<String> keys) The Multi-Object Delete operation enables you to delete multiple objects from a bucket using a single HTTP request.S3Client.deleteObjects
(String bucketName, Iterable<String> keys) The Multi-Object Delete operation enables you to delete multiple objects from a bucket using a single HTTP request.void
S3Client.disableBucketLogging
(String bucketName) Disables logging for a bucket.void
S3Client.enableBucketLogging
(String bucketName, BucketLogging logging) Enables logging for a bucket.void
S3Client.enableBucketLogging
(String bucketName, BucketLogging logging) Enables logging for a bucket.S3Client.getBucketACL
(String bucketName) A GET request operation directed at an object or bucket URI with the "acl" parameter retrieves the Access Control List (ACL) settings for that S3 item.S3Client.getBucketLogging
(String bucketName) Inspects the logging status for a bucket.S3Client.getBucketPayer
(String bucketName) A GET request operation on a requestPayment resource returns the request payment configuration of a bucket.S3Client.getObject
(String bucketName, String key, GetOptions... options) Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;S3Client.getObjectACL
(String bucketName, String key) A GET request operation directed at an object or bucket URI with the "acl" parameter retrieves the Access Control List (ACL) settings for that S3 item.S3Client.headObject
(String bucketName, String key) Retrieves themetadata
of the object associated with the key or null if not available.S3Client.initiateMultipartUpload
(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options) This operation initiates a multipart upload and returns an upload ID.S3Client.initiateMultipartUpload
(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options) This operation initiates a multipart upload and returns an upload ID.S3Client.listBucket
(String bucketName, ListBucketOptions... options) Retrieve aS3Bucket
listing.S3Client.listMultipartParts
(String bucketName, String key, String uploadId) Deprecated.see #listMultipartPartsFullS3Client.listMultipartPartsFull
(String bucketName, String key, String uploadId) S3Client.listMultipartUploads
(String bucketName, String delimiter, Integer maxUploads, String keyMarker, String prefix, String uploadIdMarker) boolean
S3Client.objectExists
(String bucketName, String key) boolean
S3Client.putBucketACL
(String bucketName, AccessControlList acl) Update a bucket's Access Control List settings.boolean
S3Client.putBucketACL
(String bucketName, AccessControlList acl) Update a bucket's Access Control List settings.boolean
S3Client.putBucketInRegion
(String region, String bucketName, PutBucketOptions... options) Create and name your own bucket in which to store your objects.boolean
S3Client.putBucketInRegion
(String region, String bucketName, PutBucketOptions... options) Create and name your own bucket in which to store your objects.S3Client.putObject
(String bucketName, S3Object object, PutObjectOptions... options) Store data by creating or overwriting an object.S3Client.putObject
(String bucketName, S3Object object, PutObjectOptions... options) Store data by creating or overwriting an object.boolean
S3Client.putObjectACL
(String bucketName, String key, AccessControlList acl) Update an object's Access Control List settings.boolean
S3Client.putObjectACL
(String bucketName, String key, AccessControlList acl) Update an object's Access Control List settings.void
S3Client.setBucketPayer
(String bucketName, Payer payer) The PUT request operation with a requestPayment URI configures an existing bucket to be Requester Pays or not.void
S3Client.setBucketPayer
(String bucketName, Payer payer) The PUT request operation with a requestPayment URI configures an existing bucket to be Requester Pays or not.boolean
S3Client.updateBucketCannedACL
(String bucketName, CannedAccessPolicy acl) Update a bucket's Access Control List settings.boolean
S3Client.updateBucketCannedACL
(String bucketName, CannedAccessPolicy acl) Update a bucket's Access Control List settings.boolean
S3Client.updateObjectCannedACL
(String bucketName, String key, CannedAccessPolicy acl) Update an object's Access Control List settings.boolean
S3Client.updateObjectCannedACL
(String bucketName, String key, CannedAccessPolicy acl) Update an object's Access Control List settings.S3Client.uploadPart
(String bucketName, String key, int partNumber, String uploadId, Payload part) This operation uploads a part in a multipart upload.S3Client.uploadPartCopy
(String bucketName, String key, int partNumber, String uploadId, String sourceBucket, String sourceObject, long startOffset, long endOffset) -
Uses of BinderParam in org.jclouds.softlayer.features
Method parameters in org.jclouds.softlayer.features with annotations of type BinderParamModifier and TypeMethodDescriptionVirtualGuestApi.createVirtualGuest
(VirtualGuest virtualGuest) Enables the creation of computing instances on an account.boolean
Set notes (visible in UI)boolean
Set the tags on the instance -
Uses of BinderParam in org.jclouds.sqs.features
Method parameters in org.jclouds.sqs.features with annotations of type BinderParamModifier and TypeMethodDescriptionMessageApi.changeVisibility
(com.google.common.collect.Table<String, String, Integer> idReceiptHandleVisibilityTimeout) Currently, you can send up to 10MessageApi.changeVisibility(java.lang.String, int)
requests.MessageApi.changeVisibility
(Map<String, Integer> receiptHandleVisibilityTimeout) Same asMessageApi.changeVisibility(Table)
, except that we generate numeric ids starting with1
Same asMessageApi.delete(Map)
, except that we generate numeric ids starting with1
Currently, you can send up to 10MessageApi.delete(java.lang.String)
requests.QueueApi.getAttributes
(URI queue, Iterable<String> attributeNames) returns an attribute of a queue.BatchResult
<? extends MessageIdAndMD5> Same asMessageApi.send(Map)
, except that we generate numeric ids starting with1
BatchResult
<? extends MessageIdAndMD5> The SendMessageBatch action delivers up to ten messages to the specified queue.BatchResult
<? extends MessageIdAndMD5> MessageApi.sendWithDelays
(com.google.common.collect.Table<String, String, Integer> idMessageBodyDelaySeconds) Same asMessageApi.send(Map)
except you can set a delay for each message in the request.BatchResult
<? extends MessageIdAndMD5> MessageApi.sendWithDelays
(Map<String, Integer> messageBodyDelaySeconds) Same asMessageApi.sendWithDelays(Table)
, except that we generate numeric ids starting with1
-
Uses of BinderParam in org.jclouds.ultradns.ws.features
Method parameters in org.jclouds.ultradns.ws.features with annotations of type BinderParamModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<DirectionalPoolRecordDetail> DirectionalGroupApi.listRecordsByGroupCoordinates
(DirectionalGroupCoordinates group) Returns all the directional pool records in the pool-level group.