Uses of Class
org.jclouds.rest.annotations.PATCH
-
-
Uses of PATCH in org.jclouds.azurecompute.arm.features
-
Uses of PATCH in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with annotations of type PATCH Modifier and Type Method Description Bucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate)
Updates a bucket supporting patch semantics.Bucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucket supporting patch semantics.BucketAccessControls
BucketAccessControlsApi. patchBucketAccessControls(String bucketName, String entity, BucketAccessControlsTemplate template)
Updates an ACL entry on the specified bucket.ObjectAccessControls
DefaultObjectAccessControlsApi. patchDefaultObjectAccessControls(String bucketName, String entity, ObjectAccessControls payload)
Retrieves ACL entries on a specified objectGoogleCloudStorageObject
ObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate)
Updates an object according to patch semanticsObjectAccessControls
ObjectAccessControlsApi. patchObjectAccessControls(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template)
Updates an acl entry on the specified objectObjectAccessControls
ObjectAccessControlsApi. patchObjectAccessControls(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template, Long generation)
Updates an acl entry on the specified object -
Uses of PATCH in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type PATCH Modifier and Type Method Description Operation
BackendServiceApi. patch(String backendServiceName, BackendServiceOptions backendServiceOptions)
Updates the specified backend service resource, with patch semantics, with the data included in the request.Operation
FirewallApi. patch(String firewall, FirewallOptions firewallOptions)
Updates the specified firewall resource, with patch semantics, with the data included in the request.Operation
HttpHealthCheckApi. patch(String name, HttpHealthCheckCreationOptions options)
Updates a HttpHealthCheck resource in the specified project using the data included in the request.Operation
UrlMapApi. patch(String urlMapName, UrlMapOptions urlMapOptions)
Updates the specified urlMap resource, with patch semantics, with the data included in the request. -
Uses of PATCH in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type PATCH Modifier and Type Method Description Project
ProjectApi. update(String id, Project project)
Region
RegionApi. update(String id, String description, String parentId)
User
UserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)
-
Uses of PATCH in org.jclouds.openstack.marconi.v1.features
Methods in org.jclouds.openstack.marconi.v1.features with annotations of type PATCH Modifier and Type Method Description void
ClaimApi. update(String claimId, int ttl)
Clients should periodically renew claims during long-running batches of work to avoid losing a claim while processing a message.
-