Data.Cloud.AmazonAPI.TAmazonStorageService Methods
InheritedProtected
| AbortMultipartUpload | public | Aborts a previously initiated multipart upload. | 
| AddHeaders | protected | Helper method to add the given pair to the header of the request. | 
| AfterConstruction | public | Responds after the last constructor has executed. | 
| BeforeDestruction | public | Responds before the first destructor executes. | 
| BuildQueryParameterString | protected | |
| BuildStringToSign | protected | Builds and encodes a string value based on the given information. | 
| BuildStringToSignHeaders | protected | Builds the header part of the StringToSign value. | 
| BuildStringToSignPrefix | protected | Builds the first part of the StringToSign, including the HTTP Verb. | 
| BuildStringToSignResourcePath | protected | Takes in a URL and optionally uses it to parse the HTTPRequestURI. | 
| BuildStringToSignResources | protected | Optionally builds the CanonicalizedQueryString. | 
| CheckDisposed | protected | |
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. | 
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). | 
| ClassNameIs | public | Determines whether an object is of a specific type. | 
| ClassParent | public | Returns the type of the immediate ancestor of a class. | 
| ClassType | public | Returns the class reference for the object's class. | 
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. | 
| CompleteMultipartUpload | public | Completes the given multipart upload, committing the specified parts. | 
| CopyObject | public | Copies the specified source object to the given target object. | 
| CopyObjectVersion | public | Copies the specified source object's version to the given target object. | 
| Create | public | Creates a new instance of TAmazonStorageService. | 
| CreateAuthInstance | protected | Returns the authentication instance to use for the given connection info. | 
| CreateBucket | public | Creates a new bucket with the given name on the S3 service. | 
| CurrentTime | protected | Returns the current time. | 
| DefaultHandler | public | Provides the interface for a method that processes message records. | 
| DeleteBucket | public | Deletes a bucket. | 
| DeleteBucketLifecycle | public | Deletes the lifecycle of the objects in the specified bucket. | 
| DeleteBucketPolicy | public | Deletes the policy of a bucket. | 
| DeleteObject | public | Deletes the specified object from the given bucket. | 
| DeleteObjectVersion | public | Deletes the specified object's version from the given bucket. | 
| Destroy | public | Frees the required headers list and destroys the instance. | 
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. | 
| DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. | 
| Equals | public | Checks whether the current instance and the Obj parameter are equal. | 
| FieldAddress | public | Returns the address of a published object field. | 
| Free | public | Destroys an object and frees its associated memory, if necessary. | 
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. | 
| GetBucket | public | Returns some or all of the objects of a bucket. | 
| GetBucketACL | public | Returns the given bucket ACL. | 
| GetBucketACLXML | public | Returns the given bucket's ACL. | 
| GetBucketLifecycleXML | public | Returns an XML representation of the lifecycle of the objects in the specified bucket. | 
| GetBucketLocation | public | The name of the bucket to get the location for. | 
| GetBucketLocationXML | public | Returns the given bucket's location. | 
| GetBucketLogging | public | Returns the given bucket's logging information. | 
| GetBucketLoggingXML | public | Returns the given bucket's logging information. | 
| GetBucketMFADelete | public | Returns the state of MFA (Multi-Factor-Authentication) Delete for the specified bucket. | 
| GetBucketNotification | public | Gets the notification configuration of a bucket. | 
| GetBucketNotificationXML | public | Gets the notification configuration of a bucket. | 
| GetBucketObjectVersions | public | Returns some or all the objects of a given bucket. | 
| GetBucketObjectVersionsXML | public | Returns some or all the objects of a given bucket, with all the versions of each object. | 
| GetBucketPolicy | public | Returns the given bucket's policies. | 
| GetBucketPolicyJSON | public | Returns the given bucket's policies. | 
| GetBucketVersioning | public | Returns the state of versioning for the specified bucket. | 
| GetBucketVersioningXML | public | Returns the versioning configuration for the specified bucket. | 
| GetBucketXML | public | Returns some or all the objects of a given bucket. | 
| GetCanonicalizedHeaderPrefix | protected | Returns the header name prefix for Amazon services. | 
| GetConnectionInfo | protected | Returns the ConnectionInfo, cast as a TAmazonConnectionInfo. | 
| GetDisposed | protected | Getter for the Disposed property. | 
| GetEndpointFromRegion | public | |
| GetHashCode | public | Returns an integer containing the hash code. | 
| GetHTTPRequestURI | protected | Takes in a URL and uses it to parse the HTTPRequestURI for a StringToSign. | 
| GetInterface | public | Retrieves a specified interface. | 
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. | 
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. | 
| GetObject | public | Writes the stream for the given object, or returns nil. | 
| GetObjectACL | public | Returns the given object ACL. | 
| GetObjectACLXML | public | Returns the XML representation of the specified object's ACL. | 
| GetObjectMetadata | public | Returns the metadata for the specified object. | 
| GetObjectProperties | public | Returns the properties and metadata for the specified object. | 
| GetObjectTorrent | public | Writes the stream for the given torrent of the object. | 
| GetObjectVersion | public | Writes the stream for the given object version, or returns nil. | 
| GetRegionFromString | public | Returns the region for the given string representation. | 
| GetRegionString | public | Returns the string representation of a region. | 
| GetRequestPayment | public | Returns the user who pays for the given bucket's access. | 
| GetRequestPaymentXML | public | Returns the user who pays for the given bucket's access. | 
| GetRequiredHeaderNames | protected | Returns the list of required header names. | 
| InheritsFrom | public | Determines the relationship of two object types. | 
| InitiateMultipartUpload | public | Starts a new multipart upload. | 
| InitiateMultipartUploadXML | public | Starts a new multipart upload. | 
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. | 
| InstanceSize | public | Returns the size in bytes of each instance of the object type. | 
| ISODateTime_noSeparators | protected | The current time in ISO8601 format with no separator characters. | 
| IssueDeleteRequest | protected | Executes a DELETE request with the given parameters. | 
| IssueGetRequest | protected | Executes a GET request with the given parameters. | 
| IssueHeadRequest | protected | Executes a HEAD request with the given parameters. | 
| IssueMergeRequest | protected | Executes a MERGE request with the given parameters. | 
| IssueOptionsRequest | protected | Sends a request using the OPTIONS HTTP method, and returns the instance of TCloudHTTP that it uses to send the request. | 
| IssuePostRequest | protected | Executes a POST request with the given parameters. | 
| IssuePutRequest | protected | Executes a PUT request with the given parameters. | 
| ListBuckets | public | Lists the buckets owned by the current AWS account. | 
| ListBucketsXML | public | Lists the buckets owned by the current AWS account in XML representation. | 
| ListMultipartUploadParts | public | Lists the currently uploaded parts for a multipart upload with the given ID. | 
| ListMultipartUploadPartsXML | public | Lists the currently uploaded parts for a multipart upload with the given ID. | 
| ListMultipartUploads | public | Returns a list of the current active multipart uploads. | 
| ListMultipartUploadsXML | public | Returns a list of the current active multipart uploads. | 
| MethodAddress | public | Returns the address of a class method by name. | 
| MethodName | public | Returns the name of a class method by address. | 
| NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. | 
| ParseResponseError | protected | Populates the given ResponseInfowith error information, if any. | 
| PopulateResponseInfo | protected | Populates the given ResponseInfowith appropriate information from theResponse. | 
| PrepareRequest | protected | Creates a new request object and populates the headers, including the authorization header. | 
| PrepareRequestSignature | protected | Handles the StringToSign after it is created. | 
| QualifiedClassName | public | Returns the qualified name of the class. | 
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. | 
| SetBucketACL | public | Sets the ACL for the given bucket. | 
| SetBucketLifecycle | public | Updates the lifecycle of the objects in the specified bucket to use the specified lifecycle configuration. | 
| SetBucketLogging | public | Sets the logging state as well as any grant information. | 
| SetBucketNotification | public | Sets the notification events for the given bucket. | 
| SetBucketPolicy | public | Sets the policy for the given bucket. | 
| SetBucketRequestPayment | public | Sets who pays for bucket requests. | 
| SetBucketVersioning | public | Enables or disables bucket versioning and MFA Delete. | 
| SetDateFromString | protected | Helper method used to set the request's date based on the string value. | 
| SetObjectACL | public | Sets the ACL for the given object. | 
| SetObjectMetadata | public | Sets the metadata on the given object. | 
| SortHeaders | protected | Sorts the given list of headers. | 
| SortQueryParameters | protected | Sorts the given list of query parameters. | 
| ToString | public | Returns a string containing the class name. | 
| UnitName | public | Returns the name of the unit where the class is defined. | 
| UnitScope | public | Returns the class's unit scope. | 
| UploadObject | public | Uploads the given object, optionally setting metadata on it. | 
| UploadPart | public | Uploads a part to an initiated multipart upload. | 
| URLEncodeQueryParams | protected | |
| URLEncodeValue | protected | Encodes the given value to be used in the URL. |