IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

versionId (property)

The object version to make requests against.

Syntax

@property (nonatomic,readwrite,assign,getter=versionId,setter=setVersionId:) NSString* versionId;
- (NSString*)versionId;
- (void)setVersionId:(NSString*)newVersionId;
public var versionId: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property can be set to the Id of a specific object version before calling the following methods in order to make requests against the specified object version instead of the base object; refer to each one's documentation for more information:

Refer to Amazon's Versioning documentation for more information about versioning.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]