Uses of Annotation Interface
org.jclouds.rest.annotations.PATCH
Packages that use PATCH
Package
Description
-
Uses of PATCH in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with annotations of type PATCHModifier and TypeMethodDescriptionStorageAccountApi.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) -
Uses of PATCH in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type PATCHModifier and TypeMethodDescriptionBackendServiceApi.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.HttpHealthCheckApi.patch
(String name, HttpHealthCheckCreationOptions options) Updates a HttpHealthCheck resource in the specified project using 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. -
Uses of PATCH in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type PATCH