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 BucketBucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate)Updates a bucket supporting patch semantics.BucketBucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)Updates a bucket supporting patch semantics.BucketAccessControlsBucketAccessControlsApi. patchBucketAccessControls(String bucketName, String entity, BucketAccessControlsTemplate template)Updates an ACL entry on the specified bucket.ObjectAccessControlsDefaultObjectAccessControlsApi. patchDefaultObjectAccessControls(String bucketName, String entity, ObjectAccessControls payload)Retrieves ACL entries on a specified objectGoogleCloudStorageObjectObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate)Updates an object according to patch semanticsObjectAccessControlsObjectAccessControlsApi. patchObjectAccessControls(String bucketName, String objectName, String entity, ObjectAccessControlsTemplate template)Updates an acl entry on the specified objectObjectAccessControlsObjectAccessControlsApi. 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 OperationBackendServiceApi. patch(String backendServiceName, BackendServiceOptions backendServiceOptions)Updates the specified backend service resource, with patch semantics, with the data included in the request.OperationFirewallApi. patch(String firewall, FirewallOptions firewallOptions)Updates the specified firewall resource, with patch semantics, with 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.OperationUrlMapApi. 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 ProjectProjectApi. update(String id, Project project)RegionRegionApi. update(String id, String description, String parentId)UserUserApi. 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 voidClaimApi. 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.
-