public class UpdateObjectOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateObjectOptions.Builder |
| Constructor and Description |
|---|
UpdateObjectOptions() |
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectOptions |
generation(Long generation) |
UpdateObjectOptions |
ifGenerationMatch(Long ifGenerationMatch) |
UpdateObjectOptions |
ifGenerationNotMatch(Long ifGenerationNotMatch) |
UpdateObjectOptions |
ifMetagenerationMatch(Long ifMetagenerationMatch) |
UpdateObjectOptions |
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch) |
UpdateObjectOptions |
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl) |
UpdateObjectOptions |
projection(DomainResourceReferences.Projection projection) |
public UpdateObjectOptions ifGenerationMatch(Long ifGenerationMatch)
public UpdateObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
public UpdateObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
public UpdateObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public UpdateObjectOptions generation(Long generation)
public UpdateObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
public UpdateObjectOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.