Contents
This is the table of contents of this documentation.
Appercept AWS SDK for Delphi
Quick Start Guide
Introduction
Requirements
Installation
Writing our first client
Client Options
Complex Requests
Responses
Errors
Configuration
AWS Options
Environment Variables
Shared Configuration
Shared Credentials
Credential Resolution
Automatic Retries
Application Integration
Amazon Simple Notification Service (SNS)
Amazon Simple Queue Service (SQS)
Security, Identity & Compliance
AWS Security Token Service (STS)
Storage
Amazon Simple Storage Service (S3)
Symbol Reference
AWS Namespace
AWS.Core Namespace
EAWSNoSuchProfile Class
TAWSCredentials Class
Methods
TAWSCredentials.Blank Constructor
TAWSCredentials.Create Constructor
TAWSCredentials.GetAccessKeyId Method
TAWSCredentials.GetCredentials Method
TAWSCredentials.GetIsAvailable Method
TAWSCredentials.GetIsSet Method
TAWSCredentials.GetSecretAccessKey Method
TAWSCredentials.GetSessionToken Method
TAWSCredentials.ParseXML Method
Properties
TAWSCredentials.AccessKeyId Property
TAWSCredentials.Credentials Property
TAWSCredentials.IsAvailable Property
TAWSCredentials.IsSet Property
TAWSCredentials.SecretAccessKey Property
TAWSCredentials.SessionToken Property
TAWSEndpoint Class
Methods
TAWSEndpoint.Create Constructor
TAWSEndpoint.ToString Method
TAWSEnvironment Class
Methods
TAWSEnvironment.Create Constructor
TAWSEnvironment.GetAccessKeyId Method
TAWSEnvironment.GetConfigDirectory Method
TAWSEnvironment.GetConfigFile Method
TAWSEnvironment.GetContainerCredentialsRelativeUri Method
TAWSEnvironment.GetDefaultRegion Method
TAWSEnvironment.GetMaxAttempts Method
TAWSEnvironment.GetProfile Method
TAWSEnvironment.GetRetryMode Method
TAWSEnvironment.GetSecretAccessKey Method
TAWSEnvironment.GetSessionToken Method
TAWSEnvironment.GetSharedCredentialsFile Method
Properties
TAWSEnvironment.AccessKeyId Property
TAWSEnvironment.ConfigDirectory Property
TAWSEnvironment.ConfigFile Property
TAWSEnvironment.ContainerCredentialsRelativeUri Property
TAWSEnvironment.DefaultRegion Property
TAWSEnvironment.MaxAttempts Property
TAWSEnvironment.Profile Property
TAWSEnvironment.RetryMode Property
TAWSEnvironment.SecretAccessKey Property
TAWSEnvironment.SessionToken Property
TAWSEnvironment.SharedCredentialsFile Property
TAWSExpiringCredentials Class
Methods
TAWSExpiringCredentials.Create Constructor ()
TAWSExpiringCredentials.Create Constructor (IXMLNode)
TAWSExpiringCredentials.Create Constructor (TJSONIterator)
TAWSExpiringCredentials.Create Constructor (string, string, TDateTime, string)
TAWSExpiringCredentials.GetExpiresAt Method
TAWSExpiringCredentials.GetIsExpired Method
TAWSExpiringCredentials.GetIsSet Method
TAWSExpiringCredentials.Parse Method
TAWSExpiringCredentials.ParseXML Method
Properties
TAWSExpiringCredentials.ExpiresAt Property
TAWSExpiringCredentials.IsExpired Property
TAWSOptions Class
Methods
TAWSOptions.Create Constructor
TAWSOptions.Destroy Destructor
TAWSOptions.GetAccessKeyId Method
TAWSOptions.GetBoolean Method
TAWSOptions.GetConfigEnabled Method
TAWSOptions.GetConfigFile Method
TAWSOptions.GetCredentials Method
TAWSOptions.GetEndpoint Method
TAWSOptions.GetEnvironment Method
TAWSOptions.GetHasRegion Method
TAWSOptions.GetHttpOpenTimeout Method
TAWSOptions.GetHttpReadTimeout Method
TAWSOptions.GetInteger Method
TAWSOptions.GetMaxAttempts Method
TAWSOptions.GetNamespace Method
TAWSOptions.GetProfile Method
TAWSOptions.GetRegion Method
TAWSOptions.GetRetryBaseDelay Method
TAWSOptions.GetRetryJitter Method
TAWSOptions.GetRetryLimit Method
TAWSOptions.GetRetryMaxDelay Method
TAWSOptions.GetRetryMode Method
TAWSOptions.GetSecretAccessKey Method
TAWSOptions.GetSessionToken Method
TAWSOptions.GetSharedConfig Method
TAWSOptions.GetSharedCredentialsFile Method
TAWSOptions.GetString Method
TAWSOptions.GetValues Method
TAWSOptions.Merge Method
TAWSOptions.SetAccessKeyId Method
TAWSOptions.SetConfigEnabled Method
TAWSOptions.SetConfigFile Method
TAWSOptions.SetCredentials Method
TAWSOptions.SetEndpoint Method
TAWSOptions.SetEnvironment Method
TAWSOptions.SetHttpOpenTimeout Method
TAWSOptions.SetHttpReadTimeout Method
TAWSOptions.SetMaxAttempts Method
TAWSOptions.SetProfile Method
TAWSOptions.SetRegion Method
TAWSOptions.SetRetryBaseDelay Method
TAWSOptions.SetRetryJitter Method
TAWSOptions.SetRetryLimit Method
TAWSOptions.SetRetryMaxDelay Method
TAWSOptions.SetRetryMode Method
TAWSOptions.SetSecretAccessKey Method
TAWSOptions.SetSessionToken Method
TAWSOptions.SetSharedCredentialsFile Method
TAWSOptions.SetValueForKey Method
Properties
TAWSOptions.AccessKeyId Property
TAWSOptions.ConfigEnabled Property
TAWSOptions.ConfigFile Property
TAWSOptions.Credentials Property
TAWSOptions.Endpoint Property
TAWSOptions.Environment Property
TAWSOptions.HasRegion Property
TAWSOptions.HttpOpenTimeout Property
TAWSOptions.HttpReadTimeout Property
TAWSOptions.MaxAttempts Property
TAWSOptions.Namespace Property
TAWSOptions.Profile Property
TAWSOptions.Region Property
TAWSOptions.RetryBaseDelay Property
TAWSOptions.RetryJitter Property
TAWSOptions.RetryLimit Property
TAWSOptions.RetryMaxDelay Property
TAWSOptions.RetryMode Property
TAWSOptions.SecretAccessKey Property
TAWSOptions.SessionToken Property
TAWSOptions.SharedConfig Property
TAWSOptions.SharedCredentialsFile Property
TAWSOptions.Values Property
TAWSRegionEndpoint Class
Methods
TAWSRegionEndpoint.Create Constructor
TAWSRegionEndpoint.GetRegionCode Method
TAWSRegionEndpoint.GetServiceCode Method
TAWSRegionEndpoint.ToString Method
Properties
TAWSRegionEndpoint.Protocol Property
TAWSRegionEndpoint.RegionCode Property
TAWSRegionEndpoint.ServiceCode Property
TAWSSharedConfig Class
Methods
TAWSSharedConfig.Create Constructor (string, Boolean, string, IAWSEnvironment)
TAWSSharedConfig.Create Constructor (string, string, string, IAWSEnvironment)
TAWSSharedConfig.Destroy Destructor
TAWSSharedConfig.GetConfigEnabled Method
TAWSSharedConfig.GetConfigFilePath Method
TAWSSharedConfig.GetCredentials Method ()
TAWSSharedConfig.GetCredentials Method (string)
TAWSSharedConfig.GetCredentialsFilePath Method
TAWSSharedConfig.GetIsAvailable Method
TAWSSharedConfig.GetMaxAttempts Method
TAWSSharedConfig.GetProfileName Method
TAWSSharedConfig.GetProfiles Method
TAWSSharedConfig.GetRegion Method
TAWSSharedConfig.GetRetryMode Method
TAWSSharedConfig.GetValue Method
Properties
TAWSSharedConfig.ConfigEnabled Property
TAWSSharedConfig.ConfigFilePath Property
TAWSSharedConfig.Credentials Property
TAWSSharedConfig.CredentialsFilePath Property
TAWSSharedConfig.IsAvailable Property
TAWSSharedConfig.MaxAttempts Property
TAWSSharedConfig.ProfileName Property
TAWSSharedConfig.Profiles Property
TAWSSharedConfig.Region Property
TAWSSharedConfig.RetryMode Property
TAWSSharedCredentials Class
Methods
TAWSSharedCredentials.Create Constructor
TAWSSharedCredentials.GetCredentials Method
TAWSSharedCredentials.GetIsAvailable Method
Properties
TAWSSharedCredentials.Credentials Property
TAWSSharedCredentials.IsAvailable Property
IAWSCredentials Interface
Methods
IAWSCredentials.GetAccessKeyId Method
IAWSCredentials.GetIsSet Method
IAWSCredentials.GetSecretAccessKey Method
IAWSCredentials.GetSessionToken Method
Properties
IAWSCredentials.AccessKeyId Property
IAWSCredentials.IsSet Property
IAWSCredentials.SecretAccessKey Property
IAWSCredentials.SessionToken Property
IAWSCredentialsProvider Interface
Methods
IAWSCredentialsProvider.GetCredentials Method
IAWSCredentialsProvider.GetIsAvailable Method
Properties
IAWSCredentialsProvider.Credentials Property
IAWSCredentialsProvider.IsAvailable Property
IAWSEndpoint Interface
Methods
IAWSEndpoint.ToString Method
IAWSEnvironment Interface
Methods
IAWSEnvironment.GetAccessKeyId Method
IAWSEnvironment.GetConfigDirectory Method
IAWSEnvironment.GetConfigFile Method
IAWSEnvironment.GetContainerCredentialsRelativeUri Method
IAWSEnvironment.GetDefaultRegion Method
IAWSEnvironment.GetMaxAttempts Method
IAWSEnvironment.GetProfile Method
IAWSEnvironment.GetRetryMode Method
IAWSEnvironment.GetSecretAccessKey Method
IAWSEnvironment.GetSessionToken Method
IAWSEnvironment.GetSharedCredentialsFile Method
Properties
IAWSEnvironment.AccessKeyId Property
IAWSEnvironment.ConfigDirectory Property
IAWSEnvironment.ConfigFile Property
IAWSEnvironment.ContainerCredentialsRelativeUri Property
IAWSEnvironment.DefaultRegion Property
IAWSEnvironment.MaxAttempts Property
IAWSEnvironment.Profile Property
IAWSEnvironment.RetryMode Property
IAWSEnvironment.SecretAccessKey Property
IAWSEnvironment.SessionToken Property
IAWSEnvironment.SharedCredentialsFile Property
IAWSExpiringCredentials Interface
Methods
IAWSExpiringCredentials.GetExpiresAt Method
IAWSExpiringCredentials.GetIsExpired Method
Properties
IAWSExpiringCredentials.ExpiresAt Property
IAWSExpiringCredentials.IsExpired Property
IAWSOptions Interface
Methods
IAWSOptions.GetAccessKeyId Method
IAWSOptions.GetBoolean Method
IAWSOptions.GetConfigEnabled Method
IAWSOptions.GetConfigFile Method
IAWSOptions.GetCredentials Method
IAWSOptions.GetEndpoint Method
IAWSOptions.GetEnvironment Method
IAWSOptions.GetHasRegion Method
IAWSOptions.GetHttpOpenTimeout Method
IAWSOptions.GetHttpReadTimeout Method
IAWSOptions.GetInteger Method
IAWSOptions.GetMaxAttempts Method
IAWSOptions.GetProfile Method
IAWSOptions.GetRegion Method
IAWSOptions.GetRetryBaseDelay Method
IAWSOptions.GetRetryJitter Method
IAWSOptions.GetRetryLimit Method
IAWSOptions.GetRetryMaxDelay Method
IAWSOptions.GetRetryMode Method
IAWSOptions.GetSecretAccessKey Method
IAWSOptions.GetSessionToken Method
IAWSOptions.GetSharedConfig Method
IAWSOptions.GetSharedCredentialsFile Method
IAWSOptions.GetString Method
IAWSOptions.GetValues Method
IAWSOptions.Merge Method
IAWSOptions.SetAccessKeyId Method
IAWSOptions.SetConfigEnabled Method
IAWSOptions.SetConfigFile Method
IAWSOptions.SetCredentials Method
IAWSOptions.SetEndpoint Method
IAWSOptions.SetEnvironment Method
IAWSOptions.SetHttpOpenTimeout Method
IAWSOptions.SetHttpReadTimeout Method
IAWSOptions.SetMaxAttempts Method
IAWSOptions.SetProfile Method
IAWSOptions.SetRegion Method
IAWSOptions.SetRetryBaseDelay Method
IAWSOptions.SetRetryJitter Method
IAWSOptions.SetRetryLimit Method
IAWSOptions.SetRetryMaxDelay Method
IAWSOptions.SetRetryMode Method
IAWSOptions.SetSecretAccessKey Method
IAWSOptions.SetSessionToken Method
IAWSOptions.SetSharedCredentialsFile Method
IAWSOptions.SetValueForKey Method
Properties
IAWSOptions.AccessKeyId Property
IAWSOptions.ConfigEnabled Property
IAWSOptions.ConfigFile Property
IAWSOptions.Credentials Property
IAWSOptions.Endpoint Property
IAWSOptions.Environment Property
IAWSOptions.HasRegion Property
IAWSOptions.HttpOpenTimeout Property
IAWSOptions.HttpReadTimeout Property
IAWSOptions.MaxAttempts Property
IAWSOptions.Profile Property
IAWSOptions.Region Property
IAWSOptions.RetryBaseDelay Property
IAWSOptions.RetryJitter Property
IAWSOptions.RetryLimit Property
IAWSOptions.RetryMaxDelay Property
IAWSOptions.RetryMode Property
IAWSOptions.SecretAccessKey Property
IAWSOptions.SessionToken Property
IAWSOptions.SharedConfig Property
IAWSOptions.SharedCredentialsFile Property
IAWSOptions.Values Property
IAWSRegionEndpoint Interface
Methods
IAWSRegionEndpoint.GetRegionCode Method
Properties
IAWSRegionEndpoint.RegionCode Property
IAWSServiceEndpoint Interface
Methods
IAWSServiceEndpoint.GetServiceCode Method
Properties
IAWSServiceEndpoint.ServiceCode Property
IAWSSharedConfig Interface
Methods
IAWSSharedConfig.GetConfigEnabled Method
IAWSSharedConfig.GetConfigFilePath Method
IAWSSharedConfig.GetCredentials Method
IAWSSharedConfig.GetCredentialsFilePath Method
IAWSSharedConfig.GetMaxAttempts Method
IAWSSharedConfig.GetProfileName Method
IAWSSharedConfig.GetProfiles Method
IAWSSharedConfig.GetRegion Method
IAWSSharedConfig.GetRetryMode Method
IAWSSharedConfig.GetValue Method
Properties
IAWSSharedConfig.ConfigEnabled Property
IAWSSharedConfig.ConfigFilePath Property
IAWSSharedConfig.CredentialsFilePath Property
IAWSSharedConfig.MaxAttempts Property
IAWSSharedConfig.ProfileName Property
IAWSSharedConfig.Profiles Property
IAWSSharedConfig.Region Property
IAWSSharedConfig.RetryMode Property
IEnv Interface
Methods
IEnv.GetValue Method
IEnv.SetValue Method
AWS.Core.AWS_SDK_VERSION Constant
AWS.S3 Namespace
ES3AccessDenied Class
ES3AccountProblem Class
ES3AllAccessDisabled Class
ES3AmbiguousGrantByEmailAddress Class
ES3AuthorizationHeaderMalformed Class
ES3BadDigest Class
ES3BucketAlreadyExists Class
ES3BucketAlreadyOwnedByYou Class
ES3BucketNotEmpty Class
ES3CredentialsNotSupported Class
ES3CrossLocationLoggingProhibited Class
ES3EntityTooLarge Class
ES3EntityTooSmall Class
ES3Exception Class
ES3ExpiredToken Class
ES3IllegalLocationConstraintException Class
ES3IllegalVersioningConfigurationException Class
ES3IncompleteBody Class
ES3IncorrectNumberOfFilesInPostRequest Class
ES3InlineDataTooLarge Class
ES3InternalError Class
ES3InvalidAccessKeyId Class
ES3InvalidAccessPoint Class
ES3InvalidAddressingHeader Class
ES3InvalidArgument Class
ES3InvalidBucketName Class
ES3InvalidBucketState Class
ES3InvalidDigest Class
ES3InvalidEncryptionAlgorithmError Class
ES3InvalidLocationConstraint Class
ES3InvalidObjectState Class
ES3InvalidPart Class
ES3InvalidPartOrder Class
ES3InvalidPayer Class
ES3InvalidPolicyDocument Class
ES3InvalidRange Class
ES3InvalidRequest Class
ES3InvalidSOAPRequest Class
ES3InvalidSecurity Class
ES3InvalidStorageClass Class
ES3InvalidTag Class
ES3InvalidTargetBucketForLogging Class
ES3InvalidToken Class
ES3InvalidURI Class
ES3KeyTooLongError Class
ES3MalformedACLError Class
ES3MalformedPOSTRequest Class
ES3MalformedPolicy Class
ES3MalformedXML Class
ES3MaxMessageLengthExceeded Class
ES3MaxPostPreDataLengthExceededError Class
ES3MetadataTooLarge Class
ES3MethodNotAllowed Class
ES3MissingAttachment Class
ES3MissingContentLength Class
ES3MissingRequestBodyError Class
ES3MissingSecurityElement Class
ES3MissingSecurityHeader Class
ES3MultipartUploaderFileTooSmall Class
ES3NoLoggingStatusForKey Class
ES3NoSuchAccessPoint Class
ES3NoSuchBucket Class
ES3NoSuchBucketPolicy Class
ES3NoSuchKey Class
ES3NoSuchLifecycleConfiguration Class
ES3NoSuchTagSet Class
ES3NoSuchUpload Class
ES3NoSuchVersion Class
ES3NotImplemented Class
ES3NotSignedUp Class
ES3OperationAborted Class
ES3PermanentRedirect Class
ES3PreconditionFailed Class
ES3Redirect Class
ES3RequestHeaderSectionTooLarge Class
ES3RequestIsNotMultiPartContent Class
ES3RequestTimeTooSkewed Class
ES3RequestTimeout Class
ES3RequestTorrentOfBucketError Class
ES3ResponseException Class
Methods
ES3ResponseException.Create Constructor
ES3ResponseException.GetResource Method
Properties
ES3ResponseException.Resource Property
ES3RestoreAlreadyInProgress Class
ES3ServerSideEncryptionConfigurationNotFoundError Class
ES3ServiceUnavailable Class
ES3SignatureDoesNotMatch Class
ES3SlowDown Class
ES3TemporaryRedirect Class
ES3TokenRefreshRequired Class
ES3TooManyAccessPoints Class
ES3TooManyBuckets Class
ES3UnexpectedContent Class
ES3UnresolvableGrantByEmailAddress Class
ES3UserKeyMustBeSpecified Class
S3RequestSubResourceAttribute Class
Methods
S3RequestSubResourceAttribute.Create Constructor
Properties
S3RequestSubResourceAttribute.SubResource Property
TS3AbortIncompleteMultipartUpload Class
Methods
TS3AbortIncompleteMultipartUpload.Create Constructor (IXMLNode)
TS3AbortIncompleteMultipartUpload.Create Constructor (TOptional<Integer>)
TS3AbortIncompleteMultipartUpload.CreateNode Method
TS3AbortIncompleteMultipartUpload.GetDaysAfterInitiation Method
Properties
TS3AbortIncompleteMultipartUpload.DaysAfterInitiation Property
TS3AbortMultipartUploadRequest Class
Methods
TS3AbortMultipartUploadRequest.Create Constructor
TS3AbortMultipartUploadRequest.GetUploadId Method
TS3AbortMultipartUploadRequest.PrepareRequest Method
TS3AbortMultipartUploadRequest.SetUploadId Method
Properties
TS3AbortMultipartUploadRequest.UploadId Property
TS3AbortMultipartUploadResponse Class
TS3AccelerateConfiguration Class
Methods
TS3AccelerateConfiguration.Create Constructor
TS3AccelerateConfiguration.GetStatus Method
TS3AccelerateConfiguration.SetStatus Method
TS3AccelerateConfiguration.ToString Method
TS3AccelerateConfiguration.ToXML Method
Properties
TS3AccelerateConfiguration.Status Property
TS3AccessControlList Class
Methods
TS3AccessControlList.CreateNode Method
TS3AccessControlList.ParseXML Method
TS3AccessControlPolicy Class
Methods
TS3AccessControlPolicy.Create Constructor ()
TS3AccessControlPolicy.Create Constructor (IXMLNode)
TS3AccessControlPolicy.Destroy Destructor
TS3AccessControlPolicy.GetAccessControlList Method
TS3AccessControlPolicy.GetOwner Method
TS3AccessControlPolicy.SetOwner Method
TS3AccessControlPolicy.ToString Method
TS3AccessControlPolicy.ToXML Method
Properties
TS3AccessControlPolicy.AccessControlList Property
TS3AccessControlPolicy.Owner Property
TS3AccessControlTranslation Class
Methods
TS3AccessControlTranslation.Create Constructor (IXMLNode)
TS3AccessControlTranslation.Create Constructor (string)
TS3AccessControlTranslation.CreateNode Method
TS3AccessControlTranslation.Destination Method
TS3AccessControlTranslation.GetOwner Method
Properties
TS3AccessControlTranslation.Owner Property
TS3AnalyticsConfiguration Class
Methods
TS3AnalyticsConfiguration.Create Constructor (IXMLNode)
TS3AnalyticsConfiguration.Create Constructor (string)
TS3AnalyticsConfiguration.GetFilter Method
TS3AnalyticsConfiguration.GetId Method
TS3AnalyticsConfiguration.GetStorageClassAnalysis Method
TS3AnalyticsConfiguration.SetFilter Method
TS3AnalyticsConfiguration.ToString Method
TS3AnalyticsConfiguration.ToXML Method
Properties
TS3AnalyticsConfiguration.Filter Property
TS3AnalyticsConfiguration.Id Property
TS3AnalyticsConfiguration.StorageClassAnalysis Property
TS3AnalyticsConfigurations Class
TS3AnalyticsExportDestination Class
Methods
TS3AnalyticsExportDestination.Create Constructor ()
TS3AnalyticsExportDestination.Create Constructor (IXMLNode)
TS3AnalyticsExportDestination.CreateNode Method
TS3AnalyticsExportDestination.GetS3BucketDestination Method
Properties
TS3AnalyticsExportDestination.S3BucketDestination Property
TS3AnalyticsS3BucketDestination Class
Methods
TS3AnalyticsS3BucketDestination.Create Constructor ()
TS3AnalyticsS3BucketDestination.Create Constructor (IXMLNode)
TS3AnalyticsS3BucketDestination.CreateNode Method
TS3AnalyticsS3BucketDestination.GetBucket Method
TS3AnalyticsS3BucketDestination.GetBucketAccountId Method
TS3AnalyticsS3BucketDestination.GetFormat Method
TS3AnalyticsS3BucketDestination.GetPrefix Method
TS3AnalyticsS3BucketDestination.SetBucket Method
TS3AnalyticsS3BucketDestination.SetBucketAccountId Method
TS3AnalyticsS3BucketDestination.SetFormat Method
TS3AnalyticsS3BucketDestination.SetPrefix Method
Properties
TS3AnalyticsS3BucketDestination.Bucket Property
TS3AnalyticsS3BucketDestination.BucketAccountId Property
TS3AnalyticsS3BucketDestination.Format Property
TS3AnalyticsS3BucketDestination.Prefix Property
TS3AndOperator Class
Methods
TS3AndOperator.Create Constructor ()
TS3AndOperator.Create Constructor (IXMLNode)
TS3AndOperator.CreateNode Method
TS3AndOperator.GetPrefix Method
TS3AndOperator.GetTags Method
TS3AndOperator.SetPrefix Method
Properties
TS3AndOperator.Prefix Property
TS3AndOperator.Tags Property
TS3Bucket Class
Methods
TS3Bucket.Create Constructor (IXMLNode, IS3Client)
TS3Bucket.Create Constructor (string, IS3Client)
TS3Bucket.GetClient Method
TS3Bucket.GetCreationDate Method
TS3Bucket.GetExists Method
TS3Bucket.GetLocation Method
TS3Bucket.GetName Method
TS3Bucket.GetObject Method
TS3Bucket.Objects Method
TS3Bucket.SetClient Method
Properties
TS3Bucket.Client Property
TS3Bucket.CreationDate Property
TS3Bucket.Exists Property
TS3Bucket.Location Property
TS3Bucket.Name Property
TS3BucketConfigurationRequest Class
Methods
TS3BucketConfigurationRequest.Create Constructor
TS3BucketConfigurationRequest.GetId Method
TS3BucketConfigurationRequest.PrepareRequest Method
TS3BucketConfigurationRequest.SetId Method
Properties
TS3BucketConfigurationRequest.Id Property
TS3BucketEndpoint Class
Methods
TS3BucketEndpoint.Create Constructor
TS3BucketEndpoint.GetBucket Method
TS3BucketEndpoint.GlobalEndpointURL Method
TS3BucketEndpoint.RegionalEndpointURL Method
TS3BucketEndpoint.SetBucket Method
Properties
TS3BucketEndpoint.Bucket Property
TS3BucketExistsWaiter Class
Methods
TS3BucketExistsWaiter.Wait Method
TS3BucketLoggingStatus Class
Methods
TS3BucketLoggingStatus.GetLoggingEnabled Method
TS3BucketLoggingStatus.SetLoggingEnabled Method
TS3BucketLoggingStatus.ToString Method
TS3BucketLoggingStatus.ToXML Method
Properties
TS3BucketLoggingStatus.LoggingEnabled Property
TS3BucketNotExistsWaiter Class
Methods
TS3BucketNotExistsWaiter.Wait Method
TS3BucketRequest Class
Methods
TS3BucketRequest.Create Constructor
TS3BucketRequest.GetBucket Method
TS3BucketRequest.GetEndpoint Method
TS3BucketRequest.GetExpectedBucketOwner Method
TS3BucketRequest.PrepareRequest Method
TS3BucketRequest.SetBucket Method
TS3BucketRequest.SetExpectedBucketOwner Method
Properties
TS3BucketRequest.Bucket Property
TS3BucketRequest.ExpectedBucketOwner Property
TS3BucketResponse Class
Methods
TS3BucketResponse.Create Constructor
TS3BucketResponseFactory Class
Methods
TS3BucketResponseFactory.Create Constructor
TS3BucketResponseFactory.CreateResponse Method
Properties
TS3BucketResponseFactory.Bucket Property
TS3BucketResponseFactory.Client Property
TS3BucketResponseFactory.ResponseClass Property
TS3CORSConfiguration Class
Methods
TS3CORSConfiguration.Create Constructor ()
TS3CORSConfiguration.Create Constructor (IXMLNode)
TS3CORSConfiguration.Destroy Destructor
TS3CORSConfiguration.GetCORSRules Method
TS3CORSConfiguration.ToString Method
TS3CORSConfiguration.ToXML Method
Properties
TS3CORSConfiguration.CORSRules Property
TS3CORSRule Class
Methods
TS3CORSRule.Create Constructor ()
TS3CORSRule.Create Constructor (IXMLNode)
TS3CORSRule.CreateNode Method
TS3CORSRule.Destroy Destructor
TS3CORSRule.GetAllowedHeaders Method
TS3CORSRule.GetAllowedMethods Method
TS3CORSRule.GetAllowedOrigins Method
TS3CORSRule.GetExposeHeaders Method
TS3CORSRule.GetID Method
TS3CORSRule.GetMaxAgeSeconds Method
TS3CORSRule.SetID Method
TS3CORSRule.SetMaxAgeSeconds Method
Properties
TS3CORSRule.AllowedHeaders Property
TS3CORSRule.AllowedMethods Property
TS3CORSRule.AllowedOrigins Property
TS3CORSRule.ExposeHeaders Property
TS3CORSRule.ID Property
TS3CORSRule.MaxAgeSeconds Property
TS3CORSRules Class
TS3CSVInput Class
Methods
TS3CSVInput.CreateNode Method
TS3CSVInput.GetAllowQuotedRecordDelimiter Method
TS3CSVInput.GetComments Method
TS3CSVInput.GetFieldDelimiter Method
TS3CSVInput.GetFileHeaderInfo Method
TS3CSVInput.GetQuoteCharacter Method
TS3CSVInput.GetQuoteEscapeCharacter Method
TS3CSVInput.GetRecordDelimiter Method
TS3CSVInput.SetAllowQuotedRecordDelimiter Method
TS3CSVInput.SetComments Method
TS3CSVInput.SetFieldDelimiter Method
TS3CSVInput.SetFileHeaderInfo Method
TS3CSVInput.SetQuoteCharacter Method
TS3CSVInput.SetQuoteEscapeCharacter Method
TS3CSVInput.SetRecordDelimiter Method
Properties
TS3CSVInput.AllowQuotedRecordDelimiter Property
TS3CSVInput.Comments Property
TS3CSVInput.FieldDelimiter Property
TS3CSVInput.FileHeaderInfo Property
TS3CSVInput.QuoteCharacter Property
TS3CSVInput.QuoteEscapeCharacter Property
TS3CSVInput.RecordDelimiter Property
TS3CSVOutput Class
Methods
TS3CSVOutput.CreateNode Method
TS3CSVOutput.GetFieldDelimiter Method
TS3CSVOutput.GetQuoteCharacter Method
TS3CSVOutput.GetQuoteEscapeCharacter Method
TS3CSVOutput.GetQuoteFields Method
TS3CSVOutput.GetRecordDelimiter Method
TS3CSVOutput.SetFieldDelimiter Method
TS3CSVOutput.SetQuoteCharacter Method
TS3CSVOutput.SetQuoteEscapeCharacter Method
TS3CSVOutput.SetQuoteFields Method
TS3CSVOutput.SetRecordDelimiter Method
Properties
TS3CSVOutput.FieldDelimiter Property
TS3CSVOutput.QuoteCharacter Property
TS3CSVOutput.QuoteEscapeCharacter Property
TS3CSVOutput.QuoteFields Property
TS3CSVOutput.RecordDelimiter Property
TS3Client Class
Methods
TS3Client.AbortMultipartUpload Method (IS3AbortMultipartUploadRequest)
TS3Client.AbortMultipartUpload Method (string, string, string)
TS3Client.CompleteMultipartUpload Method
TS3Client.CopyObject Method
TS3Client.Create Constructor
TS3Client.CreateBucket Method (IS3CreateBucketRequest)
TS3Client.CreateBucket Method (string)
TS3Client.CreateMultipartUpload Method (IS3CreateMultipartUploadRequest)
TS3Client.CreateMultipartUpload Method (string, string)
TS3Client.DeleteBucket Method (IS3DeleteBucketRequest)
TS3Client.DeleteBucket Method (string)
TS3Client.DeleteBucketAnalyticsConfiguration Method (IS3DeleteBucketAnalyticsConfigurationRequest)
TS3Client.DeleteBucketAnalyticsConfiguration Method (string, string)
TS3Client.DeleteBucketCors Method (IS3DeleteBucketCorsRequest)
TS3Client.DeleteBucketCors Method (string)
TS3Client.DeleteBucketEncryption Method (IS3DeleteBucketEncryptionRequest)
TS3Client.DeleteBucketEncryption Method (string)
TS3Client.DeleteBucketIntelligentTieringConfiguration Method (IS3DeleteBucketIntelligentTieringConfigurationRequest)
TS3Client.DeleteBucketIntelligentTieringConfiguration Method (string, string)
TS3Client.DeleteBucketInventoryConfiguration Method (IS3DeleteBucketInventoryConfigurationRequest)
TS3Client.DeleteBucketInventoryConfiguration Method (string, string)
TS3Client.DeleteBucketLifecycle Method (IS3DeleteBucketLifecycleRequest)
TS3Client.DeleteBucketLifecycle Method (string)
TS3Client.DeleteBucketMetricsConfiguration Method (IS3DeleteBucketMetricsConfigurationRequest)
TS3Client.DeleteBucketMetricsConfiguration Method (string, string)
TS3Client.DeleteBucketOwnershipControls Method (IS3DeleteBucketOwnershipControlsRequest)
TS3Client.DeleteBucketOwnershipControls Method (string)
TS3Client.DeleteBucketPolicy Method (IS3DeleteBucketPolicyRequest)
TS3Client.DeleteBucketPolicy Method (string)
TS3Client.DeleteBucketReplication Method (IS3DeleteBucketReplicationRequest)
TS3Client.DeleteBucketReplication Method (string)
TS3Client.DeleteBucketTagging Method (IS3DeleteBucketTaggingRequest)
TS3Client.DeleteBucketTagging Method (string)
TS3Client.DeleteBucketWebsite Method (IS3DeleteBucketWebsiteRequest)
TS3Client.DeleteBucketWebsite Method (string)
TS3Client.DeleteObject Method (IS3DeleteObjectRequest)
TS3Client.DeleteObject Method (string, string)
TS3Client.DeleteObjects Method
TS3Client.DeleteObjectTagging Method (IS3DeleteObjectTaggingRequest)
TS3Client.DeleteObjectTagging Method (string, string)
TS3Client.DeletePublicAccessBlock Method (IS3DeletePublicAccessBlockRequest)
TS3Client.DeletePublicAccessBlock Method (string)
TS3Client.GetBucketAccelerateConfiguration Method (IS3GetBucketAccelerateConfigurationRequest)
TS3Client.GetBucketAccelerateConfiguration Method (string)
TS3Client.GetBucketAcl Method (IS3GetBucketAclRequest)
TS3Client.GetBucketAcl Method (string)
TS3Client.GetBucketAnalyticsConfiguration Method (IS3GetBucketAnalyticsConfigurationRequest)
TS3Client.GetBucketAnalyticsConfiguration Method (string, string)
TS3Client.GetBucketCors Method (IS3GetBucketCorsRequest)
TS3Client.GetBucketCors Method (string)
TS3Client.GetBucketEncryption Method (IS3GetBucketEncryptionRequest)
TS3Client.GetBucketEncryption Method (string)
TS3Client.GetBucketIntelligentTieringConfiguration Method (IS3GetBucketIntelligentTieringConfigurationRequest)
TS3Client.GetBucketIntelligentTieringConfiguration Method (string, string)
TS3Client.GetBucketInventoryConfiguration Method (IS3GetBucketInventoryConfigurationRequest)
TS3Client.GetBucketInventoryConfiguration Method (string, string)
TS3Client.GetBucketLifecycleConfiguration Method (IS3GetBucketLifecycleConfigurationRequest)
TS3Client.GetBucketLifecycleConfiguration Method (string, string)
TS3Client.GetBucketLocation Method (IS3GetBucketLocationRequest)
TS3Client.GetBucketLocation Method (string)
TS3Client.GetBucketLogging Method (IS3GetBucketLoggingRequest)
TS3Client.GetBucketLogging Method (string)
TS3Client.GetBucketMetricsConfiguration Method (IS3GetBucketMetricsConfigurationRequest)
TS3Client.GetBucketMetricsConfiguration Method (string, string)
TS3Client.GetBucketNotificationConfiguration Method (IS3GetBucketNotificationConfigurationRequest)
TS3Client.GetBucketNotificationConfiguration Method (string)
TS3Client.GetBucketOwnershipControls Method (IS3GetBucketOwnershipControlsRequest)
TS3Client.GetBucketOwnershipControls Method (string)
TS3Client.GetBucketPolicy Method (IS3GetBucketPolicyRequest)
TS3Client.GetBucketPolicy Method (string)
TS3Client.GetBucketPolicyStatus Method (IS3GetBucketPolicyStatusRequest)
TS3Client.GetBucketPolicyStatus Method (string)
TS3Client.GetBucketReplication Method (IS3GetBucketReplicationRequest)
TS3Client.GetBucketReplication Method (string)
TS3Client.GetBucketRequestPayment Method (IS3GetBucketRequestPaymentRequest)
TS3Client.GetBucketRequestPayment Method (string)
TS3Client.GetBucketTagging Method (IS3GetBucketTaggingRequest)
TS3Client.GetBucketTagging Method (string)
TS3Client.GetBucketVersioning Method (IS3GetBucketVersioningRequest)
TS3Client.GetBucketVersioning Method (string)
TS3Client.GetBucketWebsite Method (IS3GetBucketWebsiteRequest)
TS3Client.GetBucketWebsite Method (string)
TS3Client.GetObject Method (IS3GetObjectRequest)
TS3Client.GetObject Method (string, string)
TS3Client.GetObjectAcl Method (IS3GetObjectAclRequest)
TS3Client.GetObjectAcl Method (string, string)
TS3Client.GetObjectLegalHold Method (IS3GetObjectLegalHoldRequest)
TS3Client.GetObjectLegalHold Method (string, string)
TS3Client.GetObjectLockConfiguration Method (IS3GetObjectLockConfigurationRequest)
TS3Client.GetObjectLockConfiguration Method (string)
TS3Client.GetObjectRetention Method (IS3GetObjectRetentionRequest)
TS3Client.GetObjectRetention Method (string, string)
TS3Client.GetObjectTagging Method (IS3GetObjectTaggingRequest)
TS3Client.GetObjectTagging Method (string, string)
TS3Client.GetObjectTorrent Method (IS3GetObjectTorrentRequest)
TS3Client.GetObjectTorrent Method (string, string)
TS3Client.GetPublicAccessBlock Method (IS3GetPublicAccessBlockRequest)
TS3Client.GetPublicAccessBlock Method (string)
TS3Client.GetResolvedCredentialsProvider Method
TS3Client.HeadBucket Method (IS3HeadBucketRequest)
TS3Client.HeadBucket Method (string)
TS3Client.HeadObject Method (IS3HeadObjectRequest)
TS3Client.HeadObject Method (string, string)
TS3Client.ListBucketAnalyticsConfigurations Method (IS3ListBucketAnalyticsConfigurationsRequest)
TS3Client.ListBucketAnalyticsConfigurations Method (string, string)
TS3Client.ListBucketIntelligentTieringConfigurations Method (IS3ListBucketIntelligentTieringConfigurationsRequest)
TS3Client.ListBucketIntelligentTieringConfigurations Method (string, string)
TS3Client.ListBucketInventoryConfigurations Method (IS3ListBucketInventoryConfigurationsRequest)
TS3Client.ListBucketInventoryConfigurations Method (string, string)
TS3Client.ListBucketMetricsConfigurations Method (IS3ListBucketMetricsConfigurationsRequest)
TS3Client.ListBucketMetricsConfigurations Method (string, string)
TS3Client.ListBuckets Method ()
TS3Client.ListBuckets Method (IS3ListBucketsRequest)
TS3Client.ListMultipartUploads Method (IS3ListMultipartUploadsRequest)
TS3Client.ListMultipartUploads Method (string)
TS3Client.ListObjectsV2 Method (IS3ListObjectsV2Request, IS3Bucket)
TS3Client.ListObjectsV2 Method (string)
TS3Client.ListObjectVersions Method (IS3ListObjectVersionsRequest)
TS3Client.ListObjectVersions Method (string)
TS3Client.ListParts Method (IS3ListPartsRequest)
TS3Client.ListParts Method (string, string, string)
TS3Client.PutBucketAccelerateConfiguration Method (IS3PutBucketAccelerateConfigurationRequest)
TS3Client.PutBucketAccelerateConfiguration Method (string, string)
TS3Client.PutBucketAcl Method
TS3Client.PutBucketAnalyticsConfiguration Method
TS3Client.PutBucketCors Method
TS3Client.PutBucketEncryption Method
TS3Client.PutBucketIntelligentTieringConfiguration Method
TS3Client.PutBucketInventoryConfiguration Method
TS3Client.PutBucketLifecycleConfiguration Method
TS3Client.PutBucketLogging Method
TS3Client.PutBucketMetricsConfiguration Method
TS3Client.PutBucketNotificationConfiguration Method
TS3Client.PutBucketOwnershipControls Method
TS3Client.PutBucketPolicy Method
TS3Client.PutBucketReplication Method
TS3Client.PutBucketRequestPayment Method
TS3Client.PutBucketTagging Method
TS3Client.PutBucketVersioning Method
TS3Client.PutBucketWebsite Method
TS3Client.PutObject Method
TS3Client.PutObjectAcl Method
TS3Client.PutObjectLegalHold Method
TS3Client.PutObjectLockConfiguration Method
TS3Client.PutObjectRetention Method
TS3Client.PutObjectTagging Method
TS3Client.PutPublicAccessBlock Method
TS3Client.RestoreObject Method
TS3Client.UploadPart Method
TS3Client.UploadPartCopy Method
Properties
TS3Client.Options Property
TS3CommonPrefix Class
Methods
TS3CommonPrefix.Create Constructor
TS3CommonPrefix.GetPrefix Method
Properties
TS3CommonPrefix.Prefix Property
TS3CommonPrefixes Class
Methods
TS3CommonPrefixes.ParseXML Method
TS3CompleteMultipartUploadRequest Class
Methods
TS3CompleteMultipartUploadRequest.Create Constructor
TS3CompleteMultipartUploadRequest.GetCompleteMultipartUpload Method
TS3CompleteMultipartUploadRequest.GetUploadId Method
TS3CompleteMultipartUploadRequest.PrepareRequest Method
TS3CompleteMultipartUploadRequest.SetUploadId Method
Properties
TS3CompleteMultipartUploadRequest.CompleteMultipartUpload Property
TS3CompleteMultipartUploadRequest.UploadId Property
TS3CompleteMultipartUploadResponse Class
Methods
TS3CompleteMultipartUploadResponse.Create Constructor
TS3CompleteMultipartUploadResponse.GetCompleteMultipartUploadResult Method
TS3CompleteMultipartUploadResponse.GetExpiration Method
TS3CompleteMultipartUploadResponse.GetServerSideEncryption Method
TS3CompleteMultipartUploadResponse.GetSseAwsKmsKeyId Method
TS3CompleteMultipartUploadResponse.GetSseBucketKeyEnabled Method
Properties
TS3CompleteMultipartUploadResponse.CompleteMultipartUploadResult Property
TS3CompleteMultipartUploadResponse.Expiration Property
TS3CompleteMultipartUploadResponse.ServerSideEncryption Property
TS3CompleteMultipartUploadResponse.SseAwsKmsKeyId Property
TS3CompleteMultipartUploadResponse.SseBucketKeyEnabled Property
TS3CompleteMultipartUploadResult Class
Methods
TS3CompleteMultipartUploadResult.Create Constructor
TS3CompleteMultipartUploadResult.GetBucket Method
TS3CompleteMultipartUploadResult.GetETag Method
TS3CompleteMultipartUploadResult.GetKey Method
TS3CompleteMultipartUploadResult.GetLocation Method
Properties
TS3CompleteMultipartUploadResult.Bucket Property
TS3CompleteMultipartUploadResult.ETag Property
TS3CompleteMultipartUploadResult.Key Property
TS3CompleteMultipartUploadResult.Location Property
TS3CompletedMultipartUpload Class
Methods
TS3CompletedMultipartUpload.AddPart Method
TS3CompletedMultipartUpload.Create Constructor
TS3CompletedMultipartUpload.Destroy Destructor
TS3CompletedMultipartUpload.GetParts Method
TS3CompletedMultipartUpload.ToString Method
TS3CompletedMultipartUpload.ToXML Method
Properties
TS3CompletedMultipartUpload.Parts Property
TS3CompletedPart Class
Methods
TS3CompletedPart.Create Constructor ()
TS3CompletedPart.Create Constructor (string, Integer)
TS3CompletedPart.CreateNode Method
TS3CompletedPart.GetETag Method
TS3CompletedPart.GetPartNumber Method
TS3CompletedPart.SetETag Method
TS3CompletedPart.SetPartNumber Method
Properties
TS3CompletedPart.ETag Property
TS3CompletedPart.PartNumber Property
TS3CompletedParts Class
TS3Condition Class
Methods
TS3Condition.Create Constructor ()
TS3Condition.Create Constructor (IXMLNode)
TS3Condition.CreateNode Method
TS3Condition.GetHttpErrorCodeReturnedEquals Method
TS3Condition.GetKeyPrefixEquals Method
TS3Condition.SetHttpErrorCodeReturnedEquals Method
TS3Condition.SetKeyPrefixEquals Method
Properties
TS3Condition.HttpErrorCodeReturnedEquals Property
TS3Condition.KeyPrefixEquals Property
TS3CopyObjectRequest Class
Methods
TS3CopyObjectRequest.Create Constructor
TS3CopyObjectRequest.GetACL Method
TS3CopyObjectRequest.GetCacheControl Method
TS3CopyObjectRequest.GetContentDisposition Method
TS3CopyObjectRequest.GetContentEncoding Method
TS3CopyObjectRequest.GetContentLanguage Method
TS3CopyObjectRequest.GetContentType Method
TS3CopyObjectRequest.GetCopySource Method
TS3CopyObjectRequest.GetCopySourceIfMatch Method
TS3CopyObjectRequest.GetCopySourceIfModifiedSince Method
TS3CopyObjectRequest.GetCopySourceIfNoneMatch Method
TS3CopyObjectRequest.GetCopySourceIfUnmodifiedSince Method
TS3CopyObjectRequest.GetCopySourceSseCustomerAlgorithm Method
TS3CopyObjectRequest.GetCopySourceSseCustomerKey Method
TS3CopyObjectRequest.GetCopySourceSseCustomerKeyMD5 Method
TS3CopyObjectRequest.GetExpires Method
TS3CopyObjectRequest.GetGrantFullControl Method
TS3CopyObjectRequest.GetGrantRead Method
TS3CopyObjectRequest.GetGrantReadAcp Method
TS3CopyObjectRequest.GetGrantWriteAcp Method
TS3CopyObjectRequest.GetMetadataDirective Method
TS3CopyObjectRequest.GetObjectLockLegalHold Method
TS3CopyObjectRequest.GetObjectLockMode Method
TS3CopyObjectRequest.GetObjectLockRetainUntilDate Method
TS3CopyObjectRequest.GetRequestPayer Method
TS3CopyObjectRequest.GetServerSideEncryption Method
TS3CopyObjectRequest.GetSourceExpectedBucketOwner Method
TS3CopyObjectRequest.GetSseAwsKmsKeyId Method
TS3CopyObjectRequest.GetSseBucketKeyEnabled Method
TS3CopyObjectRequest.GetSseContext Method
TS3CopyObjectRequest.GetSseCustomerAlgorithm Method
TS3CopyObjectRequest.GetSseCustomerKey Method
TS3CopyObjectRequest.GetSseCustomerKeyMD5 Method
TS3CopyObjectRequest.GetStorageClass Method
TS3CopyObjectRequest.GetTagging Method
TS3CopyObjectRequest.GetTaggingDirective Method
TS3CopyObjectRequest.GetWebsiteRedirectLocation Method
TS3CopyObjectRequest.PrepareRequest Method
TS3CopyObjectRequest.SetACL Method
TS3CopyObjectRequest.SetCacheControl Method
TS3CopyObjectRequest.SetContentDisposition Method
TS3CopyObjectRequest.SetContentEncoding Method
TS3CopyObjectRequest.SetContentLanguage Method
TS3CopyObjectRequest.SetContentType Method
TS3CopyObjectRequest.SetCopySource Method
TS3CopyObjectRequest.SetCopySourceIfMatch Method
TS3CopyObjectRequest.SetCopySourceIfModifiedSince Method
TS3CopyObjectRequest.SetCopySourceIfNoneMatch Method
TS3CopyObjectRequest.SetCopySourceIfUnmodifiedSince Method
TS3CopyObjectRequest.SetCopySourceSseCustomerAlgorithm Method
TS3CopyObjectRequest.SetCopySourceSseCustomerKey Method
TS3CopyObjectRequest.SetCopySourceSseCustomerKeyMD5 Method
TS3CopyObjectRequest.SetExpires Method
TS3CopyObjectRequest.SetGrantFullControl Method
TS3CopyObjectRequest.SetGrantRead Method
TS3CopyObjectRequest.SetGrantReadAcp Method
TS3CopyObjectRequest.SetGrantWriteAcp Method
TS3CopyObjectRequest.SetMetadataDirective Method
TS3CopyObjectRequest.SetObjectLockLegalHold Method
TS3CopyObjectRequest.SetObjectLockMode Method
TS3CopyObjectRequest.SetObjectLockRetainUntilDate Method
TS3CopyObjectRequest.SetRequestPayer Method
TS3CopyObjectRequest.SetServerSideEncryption Method
TS3CopyObjectRequest.SetSourceExpectedBucketOwner Method
TS3CopyObjectRequest.SetSseAwsKmsKeyId Method
TS3CopyObjectRequest.SetSseBucketKeyEnabled Method
TS3CopyObjectRequest.SetSseContext Method
TS3CopyObjectRequest.SetSseCustomerAlgorithm Method
TS3CopyObjectRequest.SetSseCustomerKey Method
TS3CopyObjectRequest.SetSseCustomerKeyMD5 Method
TS3CopyObjectRequest.SetStorageClass Method
TS3CopyObjectRequest.SetTagging Method
TS3CopyObjectRequest.SetTaggingDirective Method
TS3CopyObjectRequest.SetWebsiteRedirectLocation Method
Properties
TS3CopyObjectRequest.ACL Property
TS3CopyObjectRequest.CacheControl Property
TS3CopyObjectRequest.ContentDisposition Property
TS3CopyObjectRequest.ContentEncoding Property
TS3CopyObjectRequest.ContentLanguage Property
TS3CopyObjectRequest.ContentType Property
TS3CopyObjectRequest.CopySource Property
TS3CopyObjectRequest.CopySourceIfMatch Property
TS3CopyObjectRequest.CopySourceIfModifiedSince Property
TS3CopyObjectRequest.CopySourceIfNoneMatch Property
TS3CopyObjectRequest.CopySourceIfUnmodifiedSince Property
TS3CopyObjectRequest.CopySourceSseCustomerAlgorithm Property
TS3CopyObjectRequest.CopySourceSseCustomerKey Property
TS3CopyObjectRequest.CopySourceSseCustomerKeyMD5 Property
TS3CopyObjectRequest.Expires Property
TS3CopyObjectRequest.GrantFullControl Property
TS3CopyObjectRequest.GrantRead Property
TS3CopyObjectRequest.GrantReadAcp Property
TS3CopyObjectRequest.GrantWriteAcp Property
TS3CopyObjectRequest.MetadataDirective Property
TS3CopyObjectRequest.ObjectLockLegalHold Property
TS3CopyObjectRequest.ObjectLockMode Property
TS3CopyObjectRequest.ObjectLockRetainUntilDate Property
TS3CopyObjectRequest.RequestPayer Property
TS3CopyObjectRequest.ServerSideEncryption Property
TS3CopyObjectRequest.SourceExpectedBucketOwner Property
TS3CopyObjectRequest.SseAwsKmsKeyId Property
TS3CopyObjectRequest.SseBucketKeyEnabled Property
TS3CopyObjectRequest.SseContext Property
TS3CopyObjectRequest.SseCustomerAlgorithm Property
TS3CopyObjectRequest.SseCustomerKey Property
TS3CopyObjectRequest.SseCustomerKeyMD5 Property
TS3CopyObjectRequest.StorageClass Property
TS3CopyObjectRequest.Tagging Property
TS3CopyObjectRequest.TaggingDirective Property
TS3CopyObjectRequest.WebsiteRedirectLocation Property
TS3CopyObjectResponse Class
Methods
TS3CopyObjectResponse.Create Constructor
TS3CopyObjectResponse.GetCopyObjectResult Method
TS3CopyObjectResponse.GetCopySourceVersionId Method
Properties
TS3CopyObjectResponse.CopyObjectResult Property
TS3CopyObjectResponse.CopySourceVersionId Property
TS3CopyObjectResult Class
Methods
TS3CopyObjectResult.Create Constructor
TS3CopyObjectResult.GetETag Method
TS3CopyObjectResult.GetLastModified Method
Properties
TS3CopyObjectResult.ETag Property
TS3CopyObjectResult.LastModified Property
TS3CopyPartResult Class
Methods
TS3CopyPartResult.Create Constructor
TS3CopyPartResult.GetETag Method
TS3CopyPartResult.GetLastModified Method
Properties
TS3CopyPartResult.ETag Property
TS3CopyPartResult.LastModified Property
TS3CreateBucketRequest Class
Methods
TS3CreateBucketRequest.GetACL Method
TS3CreateBucketRequest.GetBucket Method
TS3CreateBucketRequest.GetBucketObjectLockEnabled Method
TS3CreateBucketRequest.GetGrantFullControl Method
TS3CreateBucketRequest.GetGrantRead Method
TS3CreateBucketRequest.GetGrantReadAcp Method
TS3CreateBucketRequest.GetGrantWrite Method
TS3CreateBucketRequest.GetGrantWriteAcp Method
TS3CreateBucketRequest.GetLocationConstraint Method
TS3CreateBucketRequest.PrepareRequest Method
TS3CreateBucketRequest.SetACL Method
TS3CreateBucketRequest.SetBucket Method
TS3CreateBucketRequest.SetBucketObjectLockEnabled Method
TS3CreateBucketRequest.SetGrantFullControl Method
TS3CreateBucketRequest.SetGrantRead Method
TS3CreateBucketRequest.SetGrantReadAcp Method
TS3CreateBucketRequest.SetGrantWrite Method
TS3CreateBucketRequest.SetGrantWriteAcp Method
TS3CreateBucketRequest.SetLocationConstraint Method
Properties
TS3CreateBucketRequest.ACL Property
TS3CreateBucketRequest.Bucket Property
TS3CreateBucketRequest.BucketObjectLockEnabled Property
TS3CreateBucketRequest.GrantFullControl Property
TS3CreateBucketRequest.GrantRead Property
TS3CreateBucketRequest.GrantReadAcp Property
TS3CreateBucketRequest.GrantWrite Property
TS3CreateBucketRequest.GrantWriteAcp Property
TS3CreateBucketRequest.LocationConstraint Property
TS3CreateBucketResponse Class
Methods
TS3CreateBucketResponse.GetLocation Method
Properties
TS3CreateBucketResponse.Location Property
TS3CreateMultipartUploadRequest Class
Methods
TS3CreateMultipartUploadRequest.GetAcl Method
TS3CreateMultipartUploadRequest.GetCacheControl Method
TS3CreateMultipartUploadRequest.GetContentDisposition Method
TS3CreateMultipartUploadRequest.GetContentEncoding Method
TS3CreateMultipartUploadRequest.GetContentLanguage Method
TS3CreateMultipartUploadRequest.GetContentType Method
TS3CreateMultipartUploadRequest.GetExpires Method
TS3CreateMultipartUploadRequest.GetGrantFullControl Method
TS3CreateMultipartUploadRequest.GetGrantRead Method
TS3CreateMultipartUploadRequest.GetGrantReadAcp Method
TS3CreateMultipartUploadRequest.GetGrantWriteAcp Method
TS3CreateMultipartUploadRequest.GetObjectLockLegalHold Method
TS3CreateMultipartUploadRequest.GetObjectLockMode Method
TS3CreateMultipartUploadRequest.GetObjectLockRetainUntilDate Method
TS3CreateMultipartUploadRequest.GetServerSideEncryption Method
TS3CreateMultipartUploadRequest.GetSseAwsKmsKeyId Method
TS3CreateMultipartUploadRequest.GetSseBucketKeyEnabled Method
TS3CreateMultipartUploadRequest.GetSseContext Method
TS3CreateMultipartUploadRequest.GetSseCustomerAlgorithm Method
TS3CreateMultipartUploadRequest.GetSseCustomerKey Method
TS3CreateMultipartUploadRequest.GetSseCustomerKeyMD5 Method
TS3CreateMultipartUploadRequest.GetStorageClass Method
TS3CreateMultipartUploadRequest.GetTagging Method
TS3CreateMultipartUploadRequest.GetWebsiteRedirectLocation Method
TS3CreateMultipartUploadRequest.PrepareRequest Method
TS3CreateMultipartUploadRequest.SetAcl Method
TS3CreateMultipartUploadRequest.SetCacheControl Method
TS3CreateMultipartUploadRequest.SetContentDisposition Method
TS3CreateMultipartUploadRequest.SetContentEncoding Method
TS3CreateMultipartUploadRequest.SetContentLanguage Method
TS3CreateMultipartUploadRequest.SetContentType Method
TS3CreateMultipartUploadRequest.SetExpires Method
TS3CreateMultipartUploadRequest.SetGrantFullControl Method
TS3CreateMultipartUploadRequest.SetGrantRead Method
TS3CreateMultipartUploadRequest.SetGrantReadAcp Method
TS3CreateMultipartUploadRequest.SetGrantWriteAcp Method
TS3CreateMultipartUploadRequest.SetObjectLockLegalHold Method
TS3CreateMultipartUploadRequest.SetObjectLockMode Method
TS3CreateMultipartUploadRequest.SetObjectLockRetainUntilDate Method
TS3CreateMultipartUploadRequest.SetServerSideEncryption Method
TS3CreateMultipartUploadRequest.SetSseAwsKmsKeyId Method
TS3CreateMultipartUploadRequest.SetSseBucketKeyEnabled Method
TS3CreateMultipartUploadRequest.SetSseContext Method
TS3CreateMultipartUploadRequest.SetSseCustomerAlgorithm Method
TS3CreateMultipartUploadRequest.SetSseCustomerKey Method
TS3CreateMultipartUploadRequest.SetSseCustomerKeyMD5 Method
TS3CreateMultipartUploadRequest.SetStorageClass Method
TS3CreateMultipartUploadRequest.SetTagging Method
TS3CreateMultipartUploadRequest.SetWebsiteRedirectLocation Method
Properties
TS3CreateMultipartUploadRequest.Acl Property
TS3CreateMultipartUploadRequest.CacheControl Property
TS3CreateMultipartUploadRequest.ContentDisposition Property
TS3CreateMultipartUploadRequest.ContentEncoding Property
TS3CreateMultipartUploadRequest.ContentLanguage Property
TS3CreateMultipartUploadRequest.ContentType Property
TS3CreateMultipartUploadRequest.Expires Property
TS3CreateMultipartUploadRequest.GrantFullControl Property
TS3CreateMultipartUploadRequest.GrantRead Property
TS3CreateMultipartUploadRequest.GrantReadAcp Property
TS3CreateMultipartUploadRequest.GrantWriteAcp Property
TS3CreateMultipartUploadRequest.ObjectLockLegalHold Property
TS3CreateMultipartUploadRequest.ObjectLockMode Property
TS3CreateMultipartUploadRequest.ObjectLockRetainUntilDate Property
TS3CreateMultipartUploadRequest.ServerSideEncryption Property
TS3CreateMultipartUploadRequest.SseAwsKmsKeyId Property
TS3CreateMultipartUploadRequest.SseBucketKeyEnabled Property
TS3CreateMultipartUploadRequest.SseContext Property
TS3CreateMultipartUploadRequest.SseCustomerAlgorithm Property
TS3CreateMultipartUploadRequest.SseCustomerKey Property
TS3CreateMultipartUploadRequest.SseCustomerKeyMD5 Property
TS3CreateMultipartUploadRequest.StorageClass Property
TS3CreateMultipartUploadRequest.Tagging Property
TS3CreateMultipartUploadRequest.WebsiteRedirectLocation Property
TS3CreateMultipartUploadResponse Class
Methods
TS3CreateMultipartUploadResponse.Create Constructor
TS3CreateMultipartUploadResponse.GetAbortDate Method
TS3CreateMultipartUploadResponse.GetAbortRuleId Method
TS3CreateMultipartUploadResponse.GetInitiateMultipartUploadResult Method
TS3CreateMultipartUploadResponse.GetServerSideEncryption Method
TS3CreateMultipartUploadResponse.GetSseAwsKmsKeyId Method
TS3CreateMultipartUploadResponse.GetSseBucketKeyEnabled Method
TS3CreateMultipartUploadResponse.GetSseContext Method
TS3CreateMultipartUploadResponse.GetSseCustomerAlgorithm Method
TS3CreateMultipartUploadResponse.GetSseCustomerKeyMD5 Method
Properties
TS3CreateMultipartUploadResponse.AbortDate Property
TS3CreateMultipartUploadResponse.AbortRuleId Property
TS3CreateMultipartUploadResponse.InitiateMultipartUploadResult Property
TS3CreateMultipartUploadResponse.ServerSideEncryption Property
TS3CreateMultipartUploadResponse.SseAwsKmsKeyId Property
TS3CreateMultipartUploadResponse.SseBucketKeyEnabled Property
TS3CreateMultipartUploadResponse.SseContext Property
TS3CreateMultipartUploadResponse.SseCustomerAlgorithm Property
TS3CreateMultipartUploadResponse.SseCustomerKeyMD5 Property
TS3DefaultRetention Class
Methods
TS3DefaultRetention.Create Constructor ()
TS3DefaultRetention.Create Constructor (IXMLNode)
TS3DefaultRetention.CreateNode Method
TS3DefaultRetention.GetDays Method
TS3DefaultRetention.GetMode Method
TS3DefaultRetention.GetYears Method
TS3DefaultRetention.SetDays Method
TS3DefaultRetention.SetMode Method
TS3DefaultRetention.SetYears Method
Properties
TS3DefaultRetention.Days Property
TS3DefaultRetention.Mode Property
TS3DefaultRetention.Years Property
TS3Delete Class
Methods
TS3Delete.Create Constructor
TS3Delete.Destroy Destructor
TS3Delete.GetObjects Method
TS3Delete.GetQuiet Method
TS3Delete.SetQuiet Method
TS3Delete.ToString Method
TS3Delete.ToXML Method
Properties
TS3Delete.Objects Property
TS3Delete.Quiet Property
TS3DeleteBucketAnalyticsConfigurationRequest Class
TS3DeleteBucketAnalyticsConfigurationResponse Class
TS3DeleteBucketCorsRequest Class
TS3DeleteBucketCorsResponse Class
TS3DeleteBucketEncryptionRequest Class
TS3DeleteBucketEncryptionResponse Class
TS3DeleteBucketIntelligentTieringConfigurationRequest Class
TS3DeleteBucketIntelligentTieringConfigurationResponse Class
TS3DeleteBucketInventoryConfigurationRequest Class
TS3DeleteBucketInventoryConfigurationResponse Class
TS3DeleteBucketLifecycleRequest Class
TS3DeleteBucketLifecycleResponse Class
TS3DeleteBucketMetricsConfigurationRequest Class
TS3DeleteBucketMetricsConfigurationResponse Class
TS3DeleteBucketOwnershipControlsRequest Class
TS3DeleteBucketOwnershipControlsResponse Class
TS3DeleteBucketPolicyRequest Class
TS3DeleteBucketPolicyResponse Class
TS3DeleteBucketReplicationRequest Class
TS3DeleteBucketReplicationResponse Class
TS3DeleteBucketRequest Class
TS3DeleteBucketResponse Class
TS3DeleteBucketTaggingRequest Class
TS3DeleteBucketTaggingResponse Class
TS3DeleteBucketWebsiteRequest Class
TS3DeleteBucketWebsiteResponse Class
TS3DeleteMarkerEntry Class
Methods
TS3DeleteMarkerEntry.Create Constructor
TS3DeleteMarkerEntry.GetIsLatest Method
TS3DeleteMarkerEntry.GetKey Method
TS3DeleteMarkerEntry.GetLastModified Method
TS3DeleteMarkerEntry.GetOwner Method
TS3DeleteMarkerEntry.GetVersionId Method
Properties
TS3DeleteMarkerEntry.IsLatest Property
TS3DeleteMarkerEntry.Key Property
TS3DeleteMarkerEntry.LastModified Property
TS3DeleteMarkerEntry.Owner Property
TS3DeleteMarkerEntry.VersionId Property
TS3DeleteMarkerReplication Class
Methods
TS3DeleteMarkerReplication.Create Constructor (IXMLNode)
TS3DeleteMarkerReplication.Create Constructor (string)
TS3DeleteMarkerReplication.CreateNode Method
TS3DeleteMarkerReplication.GetStatus Method
Properties
TS3DeleteMarkerReplication.Status Property
TS3DeleteMarkers Class
TS3DeleteObjectRequest Class
Methods
TS3DeleteObjectRequest.GetBypassGovernanceRetention Method
TS3DeleteObjectRequest.GetMFA Method
TS3DeleteObjectRequest.GetRequestPayer Method
TS3DeleteObjectRequest.GetVersionId Method
TS3DeleteObjectRequest.PrepareRequest Method
TS3DeleteObjectRequest.SetBypassGovernanceRetention Method
TS3DeleteObjectRequest.SetMFA Method
TS3DeleteObjectRequest.SetRequestPayer Method
TS3DeleteObjectRequest.SetVersionId Method
Properties
TS3DeleteObjectRequest.BypassGovernanceRetention Property
TS3DeleteObjectRequest.MFA Property
TS3DeleteObjectRequest.RequestPayer Property
TS3DeleteObjectRequest.VersionId Property
TS3DeleteObjectResponse Class
TS3DeleteObjectTaggingRequest Class
Methods
TS3DeleteObjectTaggingRequest.GetVersionId Method
TS3DeleteObjectTaggingRequest.PrepareRequest Method
TS3DeleteObjectTaggingRequest.SetVersionId Method
Properties
TS3DeleteObjectTaggingRequest.VersionId Property
TS3DeleteObjectTaggingResponse Class
TS3DeleteObjectsRequest Class
Methods
TS3DeleteObjectsRequest.Create Constructor
TS3DeleteObjectsRequest.GetBypassGovernanceRetention Method
TS3DeleteObjectsRequest.GetDelete Method
TS3DeleteObjectsRequest.GetMFA Method
TS3DeleteObjectsRequest.GetRequestPayer Method
TS3DeleteObjectsRequest.PrepareRequest Method
TS3DeleteObjectsRequest.SetBypassGovernanceRetention Method
TS3DeleteObjectsRequest.SetMFA Method
TS3DeleteObjectsRequest.SetRequestPayer Method
Properties
TS3DeleteObjectsRequest.BypassGovernanceRetention Property
TS3DeleteObjectsRequest.Delete Property
TS3DeleteObjectsRequest.MFA Property
TS3DeleteObjectsRequest.RequestPayer Property
TS3DeleteObjectsResponse Class
Methods
TS3DeleteObjectsResponse.Create Constructor
TS3DeleteObjectsResponse.Destroy Destructor
TS3DeleteObjectsResponse.GetDeleted Method
TS3DeleteObjectsResponse.GetErrors Method
Properties
TS3DeleteObjectsResponse.Deleted Property
TS3DeleteObjectsResponse.Errors Property
TS3DeletePublicAccessBlockRequest Class
TS3DeletePublicAccessBlockResponse Class
TS3DeletedObject Class
Methods
TS3DeletedObject.Create Constructor
TS3DeletedObject.GetDeleteMarker Method
TS3DeletedObject.GetDeleteMarkerVersionId Method
TS3DeletedObject.GetKey Method
TS3DeletedObject.GetVersionId Method
Properties
TS3DeletedObject.DeleteMarker Property
TS3DeletedObject.DeleteMarkerVersionId Property
TS3DeletedObject.Key Property
TS3DeletedObject.VersionId Property
TS3DeletedObjects Class
TS3Destination Class
Methods
TS3Destination.Create Constructor (IXMLNode)
TS3Destination.Create Constructor (TARN)
TS3Destination.CreateNode Method
TS3Destination.GetAccessControlTranslation Method
TS3Destination.GetAccount Method
TS3Destination.GetBucket Method
TS3Destination.GetEncryptionConfiguration Method
TS3Destination.GetMetrics Method
TS3Destination.GetReplicationTime Method
TS3Destination.GetStorageClass Method
TS3Destination.SetAccessControlTranslation Method
TS3Destination.SetAccount Method
TS3Destination.SetEncryptionConfiguration Method
TS3Destination.SetMetrics Method
TS3Destination.SetReplicationTime Method
TS3Destination.SetStorageClass Method
Properties
TS3Destination.AccessControlTranslation Property
TS3Destination.Account Property
TS3Destination.Bucket Property
TS3Destination.EncryptionConfiguration Property
TS3Destination.Metrics Property
TS3Destination.ReplicationTime Property
TS3Destination.StorageClass Property
TS3Encryption Class
Methods
TS3Encryption.AES256 Method
TS3Encryption.Create Constructor
TS3Encryption.CreateNode Method
TS3Encryption.GetEncryptionType Method
TS3Encryption.GetKMSContext Method
TS3Encryption.GetKMSKeyId Method
TS3Encryption.KMS Method
TS3Encryption.SetEncryptionType Method
TS3Encryption.SetKMSContext Method
TS3Encryption.SetKMSKeyId Method
Properties
TS3Encryption.EncryptionType Property
TS3Encryption.KMSContext Property
TS3Encryption.KMSKeyId Property
TS3EncryptionConfiguration Class
Methods
TS3EncryptionConfiguration.Create Constructor (IXMLNode)
TS3EncryptionConfiguration.Create Constructor (TARN)
TS3EncryptionConfiguration.CreateNode Method
TS3EncryptionConfiguration.GetReplicaKmsKeyID Method
Properties
TS3EncryptionConfiguration.ReplicaKmsKeyID Property
TS3Endpoint Class
Methods
TS3Endpoint.Create Constructor
TS3Endpoint.GetRegion Method
TS3Endpoint.GlobalEndpointURL Method
TS3Endpoint.RegionalEndpointURL Method
TS3Endpoint.SetRegion Method
TS3Endpoint.ToString Method
Properties
TS3Endpoint.Region Property
TS3Error Class
Methods
TS3Error.Create Constructor
TS3Error.GetCode Method
TS3Error.GetKey Method
TS3Error.GetMessage Method
TS3Error.GetVersionId Method
Properties
TS3Error.Code Property
TS3Error.Key Property
TS3Error.Message Property
TS3Error.VersionId Property
TS3ErrorDocument Class
Methods
TS3ErrorDocument.Create Constructor (IXMLNode)
TS3ErrorDocument.Create Constructor (string)
TS3ErrorDocument.CreateNode Method
TS3ErrorDocument.GetKey Method
Properties
TS3ErrorDocument.Key Property
TS3ErrorResponse Class
Methods
TS3ErrorResponse.Create Constructor
TS3ErrorResponse.GetCode Method
TS3ErrorResponse.GetMessage Method
TS3ErrorResponse.GetRequestId Method
TS3ErrorResponse.GetResource Method
TS3ErrorResponse.RaiseException Method
Properties
TS3ErrorResponse.Code Property
TS3ErrorResponse.Message Property
TS3ErrorResponse.RequestId Property
TS3ErrorResponse.Resource Property
TS3Errors Class
TS3ExistingObjectReplication Class
Methods
TS3ExistingObjectReplication.Create Constructor (IXMLNode)
TS3ExistingObjectReplication.Create Constructor (string)
TS3ExistingObjectReplication.CreateNode Method
TS3ExistingObjectReplication.GetStatus Method
Properties
TS3ExistingObjectReplication.Status Property
TS3FileUploader Class
Methods
TS3FileUploader.Create Constructor
TS3FileUploader.GetMultipartThreshold Method
TS3FileUploader.SetMultipartThreshold Method
TS3FileUploader.Upload Method
Properties
TS3FileUploader.MultipartThreshold Property
TS3Filter Class
Methods
TS3Filter.Create Constructor ()
TS3Filter.Create Constructor (IXMLNode)
TS3Filter.CreateNode Method
TS3Filter.GetAndCondition Method
TS3Filter.GetPrefix Method
TS3Filter.GetTag Method
TS3Filter.SetAndCondition Method
TS3Filter.SetPrefix Method
TS3Filter.SetTag Method
Properties
TS3Filter.AndCondition Property
TS3Filter.Prefix Property
TS3Filter.Tag Property
TS3FilterRule Class
Methods
TS3FilterRule.Create Constructor (IXMLNode)
TS3FilterRule.Create Constructor (string, string)
TS3FilterRule.CreateNode Method
TS3FilterRule.GetName Method
TS3FilterRule.GetValue Method
Properties
TS3FilterRule.Name Property
TS3FilterRule.Value Property
TS3FilterRules Class
TS3GetBucketAccelerateConfigurationRequest Class
TS3GetBucketAccelerateConfigurationResponse Class
Methods
TS3GetBucketAccelerateConfigurationResponse.Create Constructor
TS3GetBucketAccelerateConfigurationResponse.GetStatus Method
Properties
TS3GetBucketAccelerateConfigurationResponse.Status Property
TS3GetBucketAclRequest Class
TS3GetBucketAclResponse Class
Methods
TS3GetBucketAclResponse.Create Constructor
TS3GetBucketAclResponse.Destroy Destructor
TS3GetBucketAclResponse.GetAccessControlList Method
TS3GetBucketAclResponse.GetOwner Method
TS3GetBucketAclResponse.SetAccessControlList Method
TS3GetBucketAclResponse.SetOwner Method
Properties
TS3GetBucketAclResponse.AccessControlList Property
TS3GetBucketAclResponse.Owner Property
TS3GetBucketAnalyticsConfigurationRequest Class
TS3GetBucketAnalyticsConfigurationResponse Class
Methods
TS3GetBucketAnalyticsConfigurationResponse.Create Constructor
TS3GetBucketAnalyticsConfigurationResponse.GetFilter Method
TS3GetBucketAnalyticsConfigurationResponse.GetId Method
TS3GetBucketAnalyticsConfigurationResponse.GetStorageClassAnalysis Method
Properties
TS3GetBucketAnalyticsConfigurationResponse.Filter Property
TS3GetBucketAnalyticsConfigurationResponse.Id Property
TS3GetBucketAnalyticsConfigurationResponse.StorageClassAnalysis Property
TS3GetBucketCorsRequest Class
TS3GetBucketCorsResponse Class
Methods
TS3GetBucketCorsResponse.Create Constructor
TS3GetBucketCorsResponse.GetCORSConfiguration Method
Properties
TS3GetBucketCorsResponse.CORSConfiguration Property
TS3GetBucketEncryptionRequest Class
TS3GetBucketEncryptionResponse Class
Methods
TS3GetBucketEncryptionResponse.Create Constructor
TS3GetBucketEncryptionResponse.Destroy Destructor
TS3GetBucketEncryptionResponse.GetRules Method
Properties
TS3GetBucketEncryptionResponse.Rules Property
TS3GetBucketIntelligentTieringConfigurationRequest Class
TS3GetBucketIntelligentTieringConfigurationResponse Class
Methods
TS3GetBucketIntelligentTieringConfigurationResponse.Create Constructor
TS3GetBucketIntelligentTieringConfigurationResponse.Destroy Destructor
TS3GetBucketIntelligentTieringConfigurationResponse.GetFilter Method
TS3GetBucketIntelligentTieringConfigurationResponse.GetId Method
TS3GetBucketIntelligentTieringConfigurationResponse.GetStatus Method
TS3GetBucketIntelligentTieringConfigurationResponse.GetTierings Method
Properties
TS3GetBucketIntelligentTieringConfigurationResponse.Filter Property
TS3GetBucketIntelligentTieringConfigurationResponse.Id Property
TS3GetBucketIntelligentTieringConfigurationResponse.Status Property
TS3GetBucketIntelligentTieringConfigurationResponse.Tierings Property
TS3GetBucketInventoryConfigurationRequest Class
TS3GetBucketInventoryConfigurationResponse Class
Methods
TS3GetBucketInventoryConfigurationResponse.Create Constructor
TS3GetBucketInventoryConfigurationResponse.Destroy Destructor
TS3GetBucketInventoryConfigurationResponse.GetDestination Method
TS3GetBucketInventoryConfigurationResponse.GetFilter Method
TS3GetBucketInventoryConfigurationResponse.GetId Method
TS3GetBucketInventoryConfigurationResponse.GetIncludedObjectVersions Method
TS3GetBucketInventoryConfigurationResponse.GetIsEnabled Method
TS3GetBucketInventoryConfigurationResponse.GetOptionalFields Method
TS3GetBucketInventoryConfigurationResponse.GetSchedule Method
Properties
TS3GetBucketInventoryConfigurationResponse.Destination Property
TS3GetBucketInventoryConfigurationResponse.Filter Property
TS3GetBucketInventoryConfigurationResponse.Id Property
TS3GetBucketInventoryConfigurationResponse.IncludedObjectVersions Property
TS3GetBucketInventoryConfigurationResponse.IsEnabled Property
TS3GetBucketInventoryConfigurationResponse.OptionalFields Property
TS3GetBucketInventoryConfigurationResponse.Schedule Property
TS3GetBucketLifecycleConfigurationRequest Class
TS3GetBucketLifecycleConfigurationResponse Class
Methods
TS3GetBucketLifecycleConfigurationResponse.Create Constructor
TS3GetBucketLifecycleConfigurationResponse.Destroy Destructor
TS3GetBucketLifecycleConfigurationResponse.GetRules Method
Properties
TS3GetBucketLifecycleConfigurationResponse.Rules Property
TS3GetBucketLocationRequest Class
TS3GetBucketLocationResponse Class
Methods
TS3GetBucketLocationResponse.Create Constructor
TS3GetBucketLocationResponse.GetLocationConstraint Method
Properties
TS3GetBucketLocationResponse.LocationConstraint Property
TS3GetBucketLoggingRequest Class
TS3GetBucketLoggingResponse Class
Methods
TS3GetBucketLoggingResponse.Create Constructor
TS3GetBucketLoggingResponse.GetLoggingEnabled Method
Properties
TS3GetBucketLoggingResponse.LoggingEnabled Property
TS3GetBucketMetricsConfigurationRequest Class
TS3GetBucketMetricsConfigurationResponse Class
Methods
TS3GetBucketMetricsConfigurationResponse.Create Constructor
TS3GetBucketMetricsConfigurationResponse.GetFilter Method
TS3GetBucketMetricsConfigurationResponse.GetId Method
Properties
TS3GetBucketMetricsConfigurationResponse.Filter Property
TS3GetBucketMetricsConfigurationResponse.Id Property
TS3GetBucketNotificationConfigurationRequest Class
TS3GetBucketNotificationConfigurationResponse Class
Methods
TS3GetBucketNotificationConfigurationResponse.Create Constructor
TS3GetBucketNotificationConfigurationResponse.Destroy Destructor
TS3GetBucketNotificationConfigurationResponse.GetCloudFunctionConfiguration Method
TS3GetBucketNotificationConfigurationResponse.GetQueueConfiguration Method
TS3GetBucketNotificationConfigurationResponse.GetTopicConfiguration Method
Properties
TS3GetBucketNotificationConfigurationResponse.CloudFunctionConfiguration Property
TS3GetBucketNotificationConfigurationResponse.QueueConfiguration Property
TS3GetBucketNotificationConfigurationResponse.TopicConfiguration Property
TS3GetBucketOwnershipControlsRequest Class
TS3GetBucketOwnershipControlsResponse Class
Methods
TS3GetBucketOwnershipControlsResponse.Create Constructor
TS3GetBucketOwnershipControlsResponse.Destroy Destructor
TS3GetBucketOwnershipControlsResponse.GetRules Method
Properties
TS3GetBucketOwnershipControlsResponse.Rules Property
TS3GetBucketPolicyRequest Class
TS3GetBucketPolicyResponse Class
Methods
TS3GetBucketPolicyResponse.Create Constructor
TS3GetBucketPolicyResponse.Destroy Destructor
TS3GetBucketPolicyResponse.GetPolicy Method
Properties
TS3GetBucketPolicyResponse.Policy Property
TS3GetBucketPolicyStatusRequest Class
TS3GetBucketPolicyStatusResponse Class
Methods
TS3GetBucketPolicyStatusResponse.Create Constructor
TS3GetBucketPolicyStatusResponse.GetIsPublic Method
Properties
TS3GetBucketPolicyStatusResponse.IsPublic Property
TS3GetBucketReplicationRequest Class
TS3GetBucketReplicationResponse Class
Methods
TS3GetBucketReplicationResponse.Create Constructor
TS3GetBucketReplicationResponse.Destroy Destructor
TS3GetBucketReplicationResponse.GetRole Method
TS3GetBucketReplicationResponse.GetRules Method
Properties
TS3GetBucketReplicationResponse.Role Property
TS3GetBucketReplicationResponse.Rules Property
TS3GetBucketRequestPaymentRequest Class
TS3GetBucketRequestPaymentResponse Class
Methods
TS3GetBucketRequestPaymentResponse.Create Constructor
TS3GetBucketRequestPaymentResponse.GetPayer Method
Properties
TS3GetBucketRequestPaymentResponse.Payer Property
TS3GetBucketTaggingRequest Class
TS3GetBucketTaggingResponse Class
Methods
TS3GetBucketTaggingResponse.Create Constructor
TS3GetBucketTaggingResponse.GetTagSet Method
Properties
TS3GetBucketTaggingResponse.TagSet Property
TS3GetBucketVersioningRequest Class
TS3GetBucketVersioningResponse Class
Methods
TS3GetBucketVersioningResponse.Create Constructor
TS3GetBucketVersioningResponse.GetMFADelete Method
TS3GetBucketVersioningResponse.GetStatus Method
Properties
TS3GetBucketVersioningResponse.MFADelete Property
TS3GetBucketVersioningResponse.Status Property
TS3GetBucketWebsiteRequest Class
TS3GetBucketWebsiteResponse Class
Methods
TS3GetBucketWebsiteResponse.Create Constructor
TS3GetBucketWebsiteResponse.Destroy Destructor
TS3GetBucketWebsiteResponse.GetErrorDocument Method
TS3GetBucketWebsiteResponse.GetIndexDocument Method
TS3GetBucketWebsiteResponse.GetRedirectAllRequestsTo Method
TS3GetBucketWebsiteResponse.GetRoutingRules Method
Properties
TS3GetBucketWebsiteResponse.ErrorDocument Property
TS3GetBucketWebsiteResponse.IndexDocument Property
TS3GetBucketWebsiteResponse.RedirectAllRequestsTo Property
TS3GetBucketWebsiteResponse.RoutingRules Property
TS3GetObjectAclRequest Class
Methods
TS3GetObjectAclRequest.PrepareRequest Method
TS3GetObjectAclResponse Class
Methods
TS3GetObjectAclResponse.Create Constructor
TS3GetObjectAclResponse.GetAccessControlPolicy Method
Properties
TS3GetObjectAclResponse.AccessControlPolicy Property
TS3GetObjectLegalHoldRequest Class
TS3GetObjectLegalHoldResponse Class
Methods
TS3GetObjectLegalHoldResponse.Create Constructor
TS3GetObjectLegalHoldResponse.GetLegalHold Method
Properties
TS3GetObjectLegalHoldResponse.LegalHold Property
TS3GetObjectLockConfigurationRequest Class
TS3GetObjectLockConfigurationResponse Class
Methods
TS3GetObjectLockConfigurationResponse.Create Constructor
TS3GetObjectLockConfigurationResponse.GetObjectLockConfiguration Method
Properties
TS3GetObjectLockConfigurationResponse.ObjectLockConfiguration Property
TS3GetObjectRequest Class
Methods
TS3GetObjectRequest.GetIfMatch Method
TS3GetObjectRequest.GetIfModifiedSince Method
TS3GetObjectRequest.GetIfNoneMatch Method
TS3GetObjectRequest.GetIfUnmodifiedSince Method
TS3GetObjectRequest.GetPartNumber Method
TS3GetObjectRequest.GetRange Method
TS3GetObjectRequest.GetResponseCacheControl Method
TS3GetObjectRequest.GetResponseContentDisposition Method
TS3GetObjectRequest.GetResponseContentEncoding Method
TS3GetObjectRequest.GetResponseContentLanguage Method
TS3GetObjectRequest.GetResponseContentType Method
TS3GetObjectRequest.GetResponseExpires Method
TS3GetObjectRequest.GetSseCustomerAlgorithm Method
TS3GetObjectRequest.GetSseCustomerKey Method
TS3GetObjectRequest.GetSseCustomerKeyMD5 Method
TS3GetObjectRequest.PrepareRequest Method
TS3GetObjectRequest.SetIfMatch Method
TS3GetObjectRequest.SetIfModifiedSince Method
TS3GetObjectRequest.SetIfNoneMatch Method
TS3GetObjectRequest.SetIfUnmodifiedSince Method
TS3GetObjectRequest.SetPartNumber Method
TS3GetObjectRequest.SetRange Method
TS3GetObjectRequest.SetResponseCacheControl Method
TS3GetObjectRequest.SetResponseContentDisposition Method
TS3GetObjectRequest.SetResponseContentEncoding Method
TS3GetObjectRequest.SetResponseContentLanguage Method
TS3GetObjectRequest.SetResponseContentType Method
TS3GetObjectRequest.SetResponseExpires Method
TS3GetObjectRequest.SetSseCustomerAlgorithm Method
TS3GetObjectRequest.SetSseCustomerKey Method
TS3GetObjectRequest.SetSseCustomerKeyMD5 Method
Properties
TS3GetObjectRequest.IfMatch Property
TS3GetObjectRequest.IfModifiedSince Property
TS3GetObjectRequest.IfNoneMatch Property
TS3GetObjectRequest.IfUnmodifiedSince Property
TS3GetObjectRequest.PartNumber Property
TS3GetObjectRequest.Range Property
TS3GetObjectRequest.ResponseCacheControl Property
TS3GetObjectRequest.ResponseContentDisposition Property
TS3GetObjectRequest.ResponseContentEncoding Property
TS3GetObjectRequest.ResponseContentLanguage Property
TS3GetObjectRequest.ResponseContentType Property
TS3GetObjectRequest.ResponseExpires Property
TS3GetObjectRequest.SseCustomerAlgorithm Property
TS3GetObjectRequest.SseCustomerKey Property
TS3GetObjectRequest.SseCustomerKeyMD5 Property
TS3GetObjectResponse Class
Methods
TS3GetObjectResponse.GetBody Method
Properties
TS3GetObjectResponse.Body Property
TS3GetObjectRetentionRequest Class
TS3GetObjectRetentionResponse Class
Methods
TS3GetObjectRetentionResponse.Create Constructor
TS3GetObjectRetentionResponse.GetRetention Method
Properties
TS3GetObjectRetentionResponse.Retention Property
TS3GetObjectTaggingRequest Class
TS3GetObjectTaggingResponse Class
Methods
TS3GetObjectTaggingResponse.Create Constructor
TS3GetObjectTaggingResponse.GetTagging Method
Properties
TS3GetObjectTaggingResponse.Tagging Property
TS3GetObjectTorrentRequest Class
TS3GetObjectTorrentResponse Class
TS3GetPublicAccessBlockRequest Class
TS3GetPublicAccessBlockResponse Class
Methods
TS3GetPublicAccessBlockResponse.Create Constructor
TS3GetPublicAccessBlockResponse.GetBlockPublicAcls Method
TS3GetPublicAccessBlockResponse.GetBlockPublicPolicy Method
TS3GetPublicAccessBlockResponse.GetIgnorePublicAcls Method
TS3GetPublicAccessBlockResponse.GetRestrictPublicBuckets Method
Properties
TS3GetPublicAccessBlockResponse.BlockPublicAcls Property
TS3GetPublicAccessBlockResponse.BlockPublicPolicy Property
TS3GetPublicAccessBlockResponse.IgnorePublicAcls Property
TS3GetPublicAccessBlockResponse.RestrictPublicBuckets Property
TS3GlacierJobParameters Class
Methods
TS3GlacierJobParameters.Bulk Method
TS3GlacierJobParameters.Create Constructor
TS3GlacierJobParameters.CreateNode Method
TS3GlacierJobParameters.Expedited Method
TS3GlacierJobParameters.GetTier Method
TS3GlacierJobParameters.SetTier Method
TS3GlacierJobParameters.Standard Method
Properties
TS3GlacierJobParameters.Tier Property
TS3Grant Class
Methods
TS3Grant.Create Constructor ()
TS3Grant.Create Constructor (IXMLNode)
TS3Grant.CreateNode Method
TS3Grant.GetGrantee Method
TS3Grant.GetPermission Method
TS3Grant.SetGrantee Method
TS3Grant.SetPermission Method
Properties
TS3Grant.Grantee Property
TS3Grant.Permission Property
TS3Grantee Class
Methods
TS3Grantee.Create Constructor (IXMLNode)
TS3Grantee.Create Constructor (string, string, string)
TS3Grantee.CreateNode Method
TS3Grantee.GetDisplayName Method
TS3Grantee.GetGranteeType Method
TS3Grantee.GetValue Method
Properties
TS3Grantee.DisplayName Property
TS3Grantee.GranteeType Property
TS3Grantee.Value Property
TS3HeadBucketRequest Class
TS3HeadBucketResponse Class
TS3HeadObjectRequest Class
TS3HeadObjectResponse Class
Methods
TS3HeadObjectResponse.GetArchiveStatus Method
Properties
TS3HeadObjectResponse.ArchiveStatus Property
TS3IndexDocument Class
Methods
TS3IndexDocument.Create Constructor (IXMLNode)
TS3IndexDocument.Create Constructor (string)
TS3IndexDocument.CreateNode Method
TS3IndexDocument.GetSuffix Method
Properties
TS3IndexDocument.Suffix Property
TS3InitiateMultipartUploadResult Class
Methods
TS3InitiateMultipartUploadResult.Create Constructor
TS3InitiateMultipartUploadResult.GetBucket Method
TS3InitiateMultipartUploadResult.GetKey Method
TS3InitiateMultipartUploadResult.GetUploadId Method
Properties
TS3InitiateMultipartUploadResult.Bucket Property
TS3InitiateMultipartUploadResult.Key Property
TS3InitiateMultipartUploadResult.UploadId Property
TS3Initiator Class
Methods
TS3Initiator.Create Constructor
TS3Initiator.GetDisplayName Method
TS3Initiator.GetID Method
Properties
TS3Initiator.DisplayName Property
TS3Initiator.ID Property
TS3InputSerialization Class
Methods
TS3InputSerialization.CreateNode Method
TS3InputSerialization.GetCompressionType Method
TS3InputSerialization.GetFormat Method
TS3InputSerialization.SetCompressionType Method
TS3InputSerialization.SetFormat Method
Properties
TS3InputSerialization.CompressionType Property
TS3InputSerialization.Format Property
TS3IntelligentTieringConfiguration Class
Methods
TS3IntelligentTieringConfiguration.Create Constructor (IXMLNode)
TS3IntelligentTieringConfiguration.Create Constructor (string)
TS3IntelligentTieringConfiguration.Destroy Destructor
TS3IntelligentTieringConfiguration.GetFilter Method
TS3IntelligentTieringConfiguration.GetId Method
TS3IntelligentTieringConfiguration.GetStatus Method
TS3IntelligentTieringConfiguration.GetTierings Method
TS3IntelligentTieringConfiguration.SetFilter Method
TS3IntelligentTieringConfiguration.SetStatus Method
TS3IntelligentTieringConfiguration.ToString Method
TS3IntelligentTieringConfiguration.ToXML Method
Properties
TS3IntelligentTieringConfiguration.Filter Property
TS3IntelligentTieringConfiguration.Id Property
TS3IntelligentTieringConfiguration.Status Property
TS3IntelligentTieringConfiguration.Tierings Property
TS3IntelligentTieringConfigurations Class
TS3InventoryConfiguration Class
Methods
TS3InventoryConfiguration.Create Constructor (IXMLNode)
TS3InventoryConfiguration.Create Constructor (string)
TS3InventoryConfiguration.Destroy Destructor
TS3InventoryConfiguration.GetDestination Method
TS3InventoryConfiguration.GetFilter Method
TS3InventoryConfiguration.GetId Method
TS3InventoryConfiguration.GetIncludedObjectVersions Method
TS3InventoryConfiguration.GetIsEnabled Method
TS3InventoryConfiguration.GetOptionalFields Method
TS3InventoryConfiguration.GetSchedule Method
TS3InventoryConfiguration.SetFilter Method
TS3InventoryConfiguration.SetId Method
TS3InventoryConfiguration.SetIncludedObjectVersions Method
TS3InventoryConfiguration.SetIsEnabled Method
TS3InventoryConfiguration.ToString Method
TS3InventoryConfiguration.ToXML Method
Properties
TS3InventoryConfiguration.Destination Property
TS3InventoryConfiguration.Filter Property
TS3InventoryConfiguration.Id Property
TS3InventoryConfiguration.IncludedObjectVersions Property
TS3InventoryConfiguration.IsEnabled Property
TS3InventoryConfiguration.OptionalFields Property
TS3InventoryConfiguration.Schedule Property
TS3InventoryConfigurations Class
TS3InventoryDestination Class
Methods
TS3InventoryDestination.Create Constructor ()
TS3InventoryDestination.Create Constructor (IXMLNode)
TS3InventoryDestination.CreateNode Method
TS3InventoryDestination.GetS3BucketDestination Method
Properties
TS3InventoryDestination.S3BucketDestination Property
TS3InventoryEncryption Class
Methods
TS3InventoryEncryption.Create Constructor ()
TS3InventoryEncryption.Create Constructor (IXMLNode)
TS3InventoryEncryption.CreateNode Method
TS3InventoryEncryption.GetSSEKMS Method
TS3InventoryEncryption.GetSSES3 Method
TS3InventoryEncryption.NewSSEMKS Method
TS3InventoryEncryption.NewSSES3 Method
TS3InventoryEncryption.SetSSEKMS Method
TS3InventoryEncryption.SetSSES3 Method
Properties
TS3InventoryEncryption.SSEKMS Property
TS3InventoryEncryption.SSES3 Property
TS3InventoryFilter Class
Methods
TS3InventoryFilter.Create Constructor (IXMLNode)
TS3InventoryFilter.Create Constructor (string)
TS3InventoryFilter.CreateNode Method
TS3InventoryFilter.GetPrefix Method
TS3InventoryFilter.SetPrefix Method
Properties
TS3InventoryFilter.Prefix Property
TS3InventoryS3BucketDestination Class
Methods
TS3InventoryS3BucketDestination.Create Constructor ()
TS3InventoryS3BucketDestination.Create Constructor (IXMLNode)
TS3InventoryS3BucketDestination.CreateNode Method
TS3InventoryS3BucketDestination.GetAccountId Method
TS3InventoryS3BucketDestination.GetBucket Method
TS3InventoryS3BucketDestination.GetEncryption Method
TS3InventoryS3BucketDestination.GetFormat Method
TS3InventoryS3BucketDestination.GetPrefix Method
TS3InventoryS3BucketDestination.SetAccountId Method
TS3InventoryS3BucketDestination.SetBucket Method
TS3InventoryS3BucketDestination.SetEncryption Method
TS3InventoryS3BucketDestination.SetFormat Method
TS3InventoryS3BucketDestination.SetPrefix Method
Properties
TS3InventoryS3BucketDestination.AccountId Property
TS3InventoryS3BucketDestination.Bucket Property
TS3InventoryS3BucketDestination.Encryption Property
TS3InventoryS3BucketDestination.Format Property
TS3InventoryS3BucketDestination.Prefix Property
TS3InventorySchedule Class
Methods
TS3InventorySchedule.Create Constructor (IXMLNode)
TS3InventorySchedule.Create Constructor (string)
TS3InventorySchedule.CreateNode Method
TS3InventorySchedule.Daily Method
TS3InventorySchedule.GetFrequency Method
TS3InventorySchedule.SetFrequency Method
TS3InventorySchedule.Weekly Method
Properties
TS3InventorySchedule.Frequency Property
TS3JSONInput Class
Methods
TS3JSONInput.Create Constructor ()
TS3JSONInput.Create Constructor (string)
TS3JSONInput.CreateNode Method
TS3JSONInput.GetJSONType Method
TS3JSONInput.SetJSONType Method
Properties
TS3JSONInput.JSONType Property
TS3JSONOutput Class
Methods
TS3JSONOutput.Create Constructor ()
TS3JSONOutput.Create Constructor (string)
TS3JSONOutput.CreateNode Method
TS3JSONOutput.GetRecordDelimiter Method
TS3JSONOutput.SetRecordDelimiter Method
Properties
TS3JSONOutput.RecordDelimiter Property
TS3KeyFilter Class
Methods
TS3KeyFilter.Create Constructor ()
TS3KeyFilter.Create Constructor (IXMLNode)
TS3KeyFilter.CreateNode Method
TS3KeyFilter.Destroy Destructor
TS3KeyFilter.GetFilterRules Method
Properties
TS3KeyFilter.FilterRules Property
TS3LambdaFunctionConfiguration Class
Methods
TS3LambdaFunctionConfiguration.Create Constructor (IXMLNode)
TS3LambdaFunctionConfiguration.Create Constructor (TARN)
TS3LambdaFunctionConfiguration.CreateNode Method
TS3LambdaFunctionConfiguration.Destroy Destructor
TS3LambdaFunctionConfiguration.GetEvents Method
TS3LambdaFunctionConfiguration.GetFilter Method
TS3LambdaFunctionConfiguration.GetId Method
TS3LambdaFunctionConfiguration.GetLambdaFunction Method
TS3LambdaFunctionConfiguration.SetFilter Method
TS3LambdaFunctionConfiguration.SetId Method
TS3LambdaFunctionConfiguration.SetLambdaFunction Method
Properties
TS3LambdaFunctionConfiguration.Events Property
TS3LambdaFunctionConfiguration.Filter Property
TS3LambdaFunctionConfiguration.Id Property
TS3LambdaFunctionConfiguration.LambdaFunction Property
TS3LambdaFunctionConfigurations Class
TS3LegalHold Class
Methods
TS3LegalHold.Create Constructor ()
TS3LegalHold.Create Constructor (IXMLNode)
TS3LegalHold.GetStatus Method
TS3LegalHold.SetStatus Method
TS3LegalHold.ToString Method
TS3LegalHold.ToXML Method
Properties
TS3LegalHold.Status Property
TS3LifecycleConfiguration Class
Methods
TS3LifecycleConfiguration.Create Constructor
TS3LifecycleConfiguration.Destroy Destructor
TS3LifecycleConfiguration.GetRules Method
TS3LifecycleConfiguration.ToString Method
TS3LifecycleConfiguration.ToXML Method
Properties
TS3LifecycleConfiguration.Rules Property
TS3LifecycleExpiration Class
Methods
TS3LifecycleExpiration.Create Constructor (Boolean)
TS3LifecycleExpiration.Create Constructor (IXMLNode)
TS3LifecycleExpiration.Create Constructor (Integer)
TS3LifecycleExpiration.Create Constructor (TDateTime)
TS3LifecycleExpiration.CreateNode Method
TS3LifecycleExpiration.GetDate Method
TS3LifecycleExpiration.GetDays Method
TS3LifecycleExpiration.GetExpiredObjectDeleteMarker Method
Properties
TS3LifecycleExpiration.Date Property
TS3LifecycleExpiration.Days Property
TS3LifecycleExpiration.ExpiredObjectDeleteMarker Property
TS3LifecycleRule Class
Methods
TS3LifecycleRule.Create Constructor ()
TS3LifecycleRule.Create Constructor (IXMLNode)
TS3LifecycleRule.CreateNode Method
TS3LifecycleRule.Destroy Destructor
TS3LifecycleRule.GetAbortIncompleteMultipartUpload Method
TS3LifecycleRule.GetExpiration Method
TS3LifecycleRule.GetFilter Method
TS3LifecycleRule.GetID Method
TS3LifecycleRule.GetNoncurrentVersionExpiration Method
TS3LifecycleRule.GetNoncurrentVersionTransitions Method
TS3LifecycleRule.GetPrefix Method
TS3LifecycleRule.GetStatus Method
TS3LifecycleRule.GetTransitions Method
TS3LifecycleRule.SetAbortIncompleteMultipartUpload Method
TS3LifecycleRule.SetExpiration Method
TS3LifecycleRule.SetFilter Method
TS3LifecycleRule.SetID Method
TS3LifecycleRule.SetNoncurrentVersionExpiration Method
TS3LifecycleRule.SetStatus Method
Properties
TS3LifecycleRule.AbortIncompleteMultipartUpload Property
TS3LifecycleRule.Expiration Property
TS3LifecycleRule.Filter Property
TS3LifecycleRule.ID Property
TS3LifecycleRule.NoncurrentVersionExpiration Property
TS3LifecycleRule.NoncurrentVersionTransitions Property
TS3LifecycleRule.Prefix Property
TS3LifecycleRule.Status Property
TS3LifecycleRule.Transitions Property
TS3LifecycleRules Class
TS3ListBucketAnalyticsConfigurationsRequest Class
Methods
TS3ListBucketAnalyticsConfigurationsRequest.PrepareRequest Method
TS3ListBucketAnalyticsConfigurationsResponse Class
Methods
TS3ListBucketAnalyticsConfigurationsResponse.Create Constructor
TS3ListBucketAnalyticsConfigurationsResponse.Destroy Destructor
TS3ListBucketAnalyticsConfigurationsResponse.GetAnalyticsConfiguration Method
Properties
TS3ListBucketAnalyticsConfigurationsResponse.AnalyticsConfiguration Property
TS3ListBucketConfigurationsRequest Class
Methods
TS3ListBucketConfigurationsRequest.GetContinuationToken Method
TS3ListBucketConfigurationsRequest.SetContinuationToken Method
Properties
TS3ListBucketConfigurationsRequest.ContinuationToken Property
TS3ListBucketConfigurationsResponse Class
Methods
TS3ListBucketConfigurationsResponse.Create Constructor
TS3ListBucketConfigurationsResponse.GetContinuationToken Method
TS3ListBucketConfigurationsResponse.GetIsTruncated Method
TS3ListBucketConfigurationsResponse.GetNextContinuationToken Method
Properties
TS3ListBucketConfigurationsResponse.ContinuationToken Property
TS3ListBucketConfigurationsResponse.IsTruncated Property
TS3ListBucketConfigurationsResponse.NextContinuationToken Property
TS3ListBucketIntelligentTieringConfigurationsRequest Class
Methods
TS3ListBucketIntelligentTieringConfigurationsRequest.PrepareRequest Method
TS3ListBucketIntelligentTieringConfigurationsResponse Class
Methods
TS3ListBucketIntelligentTieringConfigurationsResponse.Create Constructor
TS3ListBucketIntelligentTieringConfigurationsResponse.Destroy Destructor
TS3ListBucketIntelligentTieringConfigurationsResponse.GetIntelligentTieringConfiguration Method
Properties
TS3ListBucketIntelligentTieringConfigurationsResponse.IntelligentTieringConfiguration Property
TS3ListBucketInventoryConfigurationsRequest Class
Methods
TS3ListBucketInventoryConfigurationsRequest.PrepareRequest Method
TS3ListBucketInventoryConfigurationsResponse Class
Methods
TS3ListBucketInventoryConfigurationsResponse.Create Constructor
TS3ListBucketInventoryConfigurationsResponse.Destroy Destructor
TS3ListBucketInventoryConfigurationsResponse.GetInventoryConfiguration Method
Properties
TS3ListBucketInventoryConfigurationsResponse.InventoryConfiguration Property
TS3ListBucketMetricsConfigurationsRequest Class
Methods
TS3ListBucketMetricsConfigurationsRequest.PrepareRequest Method
TS3ListBucketMetricsConfigurationsResponse Class
Methods
TS3ListBucketMetricsConfigurationsResponse.Create Constructor
TS3ListBucketMetricsConfigurationsResponse.Destroy Destructor
TS3ListBucketMetricsConfigurationsResponse.GetMetricsConfiguration Method
Properties
TS3ListBucketMetricsConfigurationsResponse.MetricsConfiguration Property
TS3ListBucketsRequest Class
TS3ListBucketsResponse Class
Methods
TS3ListBucketsResponse.Create Constructor
TS3ListBucketsResponse.GetBuckets Method
TS3ListBucketsResponse.GetOwner Method
Properties
TS3ListBucketsResponse.Buckets Property
TS3ListBucketsResponse.Owner Property
TS3ListMultipartUploadsRequest Class
Methods
TS3ListMultipartUploadsRequest.GetDelimiter Method
TS3ListMultipartUploadsRequest.GetEncodingType Method
TS3ListMultipartUploadsRequest.GetKeyMarker Method
TS3ListMultipartUploadsRequest.GetMaxUploads Method
TS3ListMultipartUploadsRequest.GetPrefix Method
TS3ListMultipartUploadsRequest.GetUploadIdMarker Method
TS3ListMultipartUploadsRequest.PrepareRequest Method
TS3ListMultipartUploadsRequest.SetDelimiter Method
TS3ListMultipartUploadsRequest.SetEncodingType Method
TS3ListMultipartUploadsRequest.SetKeyMarker Method
TS3ListMultipartUploadsRequest.SetMaxUploads Method
TS3ListMultipartUploadsRequest.SetPrefix Method
TS3ListMultipartUploadsRequest.SetUploadIdMarker Method
Properties
TS3ListMultipartUploadsRequest.Delimiter Property
TS3ListMultipartUploadsRequest.EncodingType Property
TS3ListMultipartUploadsRequest.KeyMarker Property
TS3ListMultipartUploadsRequest.MaxUploads Property
TS3ListMultipartUploadsRequest.Prefix Property
TS3ListMultipartUploadsRequest.UploadIdMarker Property
TS3ListMultipartUploadsResponse Class
Methods
TS3ListMultipartUploadsResponse.Create Constructor
TS3ListMultipartUploadsResponse.GetListMultipartUploadsResult Method
Properties
TS3ListMultipartUploadsResponse.ListMultipartUploadsResult Property
TS3ListMultipartUploadsResult Class
Methods
TS3ListMultipartUploadsResult.Create Constructor
TS3ListMultipartUploadsResult.Destroy Destructor
TS3ListMultipartUploadsResult.GetBucket Method
TS3ListMultipartUploadsResult.GetCommonPrefixes Method
TS3ListMultipartUploadsResult.GetDelimiter Method
TS3ListMultipartUploadsResult.GetEncodingType Method
TS3ListMultipartUploadsResult.GetIsTruncated Method
TS3ListMultipartUploadsResult.GetKeyMarker Method
TS3ListMultipartUploadsResult.GetMaxUploads Method
TS3ListMultipartUploadsResult.GetNextKeyMarker Method
TS3ListMultipartUploadsResult.GetNextUploadIdMarker Method
TS3ListMultipartUploadsResult.GetPrefix Method
TS3ListMultipartUploadsResult.GetUploadIdMarker Method
TS3ListMultipartUploadsResult.GetUploads Method
Properties
TS3ListMultipartUploadsResult.Bucket Property
TS3ListMultipartUploadsResult.CommonPrefixes Property
TS3ListMultipartUploadsResult.Delimiter Property
TS3ListMultipartUploadsResult.EncodingType Property
TS3ListMultipartUploadsResult.IsTruncated Property
TS3ListMultipartUploadsResult.KeyMarker Property
TS3ListMultipartUploadsResult.MaxUploads Property
TS3ListMultipartUploadsResult.NextKeyMarker Property
TS3ListMultipartUploadsResult.NextUploadIdMarker Property
TS3ListMultipartUploadsResult.Prefix Property
TS3ListMultipartUploadsResult.UploadIdMarker Property
TS3ListMultipartUploadsResult.Uploads Property
TS3ListObjectVersionsRequest Class
Methods
TS3ListObjectVersionsRequest.GetDelimiter Method
TS3ListObjectVersionsRequest.GetEncodingType Method
TS3ListObjectVersionsRequest.GetKeyMarker Method
TS3ListObjectVersionsRequest.GetMaxKeys Method
TS3ListObjectVersionsRequest.GetPrefix Method
TS3ListObjectVersionsRequest.GetVersionIdMarker Method
TS3ListObjectVersionsRequest.PrepareRequest Method
TS3ListObjectVersionsRequest.SetDelimiter Method
TS3ListObjectVersionsRequest.SetEncodingType Method
TS3ListObjectVersionsRequest.SetKeyMarker Method
TS3ListObjectVersionsRequest.SetMaxKeys Method
TS3ListObjectVersionsRequest.SetPrefix Method
TS3ListObjectVersionsRequest.SetVersionIdMarker Method
Properties
TS3ListObjectVersionsRequest.Delimiter Property
TS3ListObjectVersionsRequest.EncodingType Property
TS3ListObjectVersionsRequest.KeyMarker Property
TS3ListObjectVersionsRequest.MaxKeys Property
TS3ListObjectVersionsRequest.Prefix Property
TS3ListObjectVersionsRequest.VersionIdMarker Property
TS3ListObjectVersionsResponse Class
Methods
TS3ListObjectVersionsResponse.Create Constructor
TS3ListObjectVersionsResponse.Destroy Destructor
TS3ListObjectVersionsResponse.GetCommonPrefixes Method
TS3ListObjectVersionsResponse.GetDeleteMarkers Method
TS3ListObjectVersionsResponse.GetDelimiter Method
TS3ListObjectVersionsResponse.GetEncodingType Method
TS3ListObjectVersionsResponse.GetIsTruncated Method
TS3ListObjectVersionsResponse.GetKeyMarker Method
TS3ListObjectVersionsResponse.GetMaxKeys Method
TS3ListObjectVersionsResponse.GetName Method
TS3ListObjectVersionsResponse.GetNextKeyMarker Method
TS3ListObjectVersionsResponse.GetNextVersionIdMarker Method
TS3ListObjectVersionsResponse.GetPrefix Method
TS3ListObjectVersionsResponse.GetVersionIdMarker Method
TS3ListObjectVersionsResponse.GetVersions Method
Properties
TS3ListObjectVersionsResponse.CommonPrefixes Property
TS3ListObjectVersionsResponse.DeleteMarkers Property
TS3ListObjectVersionsResponse.Delimiter Property
TS3ListObjectVersionsResponse.EncodingType Property
TS3ListObjectVersionsResponse.IsTruncated Property
TS3ListObjectVersionsResponse.KeyMarker Property
TS3ListObjectVersionsResponse.MaxKeys Property
TS3ListObjectVersionsResponse.Name Property
TS3ListObjectVersionsResponse.NextKeyMarker Property
TS3ListObjectVersionsResponse.NextVersionIdMarker Property
TS3ListObjectVersionsResponse.Prefix Property
TS3ListObjectVersionsResponse.VersionIdMarker Property
TS3ListObjectVersionsResponse.Versions Property
TS3ListObjectsV2Request Class
Methods
TS3ListObjectsV2Request.Create Constructor (IS3ListObjectsV2Request)
TS3ListObjectsV2Request.Create Constructor (string)
TS3ListObjectsV2Request.GetContinuationToken Method
TS3ListObjectsV2Request.GetDelimiter Method
TS3ListObjectsV2Request.GetEncodingType Method
TS3ListObjectsV2Request.GetFetchOwner Method
TS3ListObjectsV2Request.GetMaxKeys Method
TS3ListObjectsV2Request.GetPrefix Method
TS3ListObjectsV2Request.GetRequestPayer Method
TS3ListObjectsV2Request.GetStartAfter Method
TS3ListObjectsV2Request.PrepareRequest Method
TS3ListObjectsV2Request.SetContinuationToken Method
TS3ListObjectsV2Request.SetDelimiter Method
TS3ListObjectsV2Request.SetEncodingType Method
TS3ListObjectsV2Request.SetFetchOwner Method
TS3ListObjectsV2Request.SetMaxKeys Method
TS3ListObjectsV2Request.SetPrefix Method
TS3ListObjectsV2Request.SetRequestPayer Method
TS3ListObjectsV2Request.SetStartAfter Method
Properties
TS3ListObjectsV2Request.ContinuationToken Property
TS3ListObjectsV2Request.Delimiter Property
TS3ListObjectsV2Request.EncodingType Property
TS3ListObjectsV2Request.FetchOwner Property
TS3ListObjectsV2Request.MaxKeys Property
TS3ListObjectsV2Request.Prefix Property
TS3ListObjectsV2Request.RequestPayer Property
TS3ListObjectsV2Request.StartAfter Property
TS3ListObjectsV2Response Class
Methods
TS3ListObjectsV2Response.Create Constructor
TS3ListObjectsV2Response.Destroy Destructor
TS3ListObjectsV2Response.GetCommonPrefixes Method
TS3ListObjectsV2Response.GetContents Method
TS3ListObjectsV2Response.GetContinuationToken Method
TS3ListObjectsV2Response.GetDelimiter Method
TS3ListObjectsV2Response.GetEncodingType Method
TS3ListObjectsV2Response.GetIsTruncated Method
TS3ListObjectsV2Response.GetKeyCount Method
TS3ListObjectsV2Response.GetMaxKeys Method
TS3ListObjectsV2Response.GetName Method
TS3ListObjectsV2Response.GetNextContinuationToken Method
TS3ListObjectsV2Response.GetPrefix Method
TS3ListObjectsV2Response.GetStartAfter Method
Properties
TS3ListObjectsV2Response.CommonPrefixes Property
TS3ListObjectsV2Response.Contents Property
TS3ListObjectsV2Response.ContinuationToken Property
TS3ListObjectsV2Response.Delimiter Property
TS3ListObjectsV2Response.EncodingType Property
TS3ListObjectsV2Response.IsTruncated Property
TS3ListObjectsV2Response.KeyCount Property
TS3ListObjectsV2Response.MaxKeys Property
TS3ListObjectsV2Response.Name Property
TS3ListObjectsV2Response.NextContinuationToken Property
TS3ListObjectsV2Response.Prefix Property
TS3ListObjectsV2Response.StartAfter Property
TS3ListPartsRequest Class
Methods
TS3ListPartsRequest.Create Constructor
TS3ListPartsRequest.GetMaxParts Method
TS3ListPartsRequest.GetPartNumberMarker Method
TS3ListPartsRequest.GetUploadId Method
TS3ListPartsRequest.PrepareRequest Method
TS3ListPartsRequest.SetMaxParts Method
TS3ListPartsRequest.SetPartNumberMarker Method
TS3ListPartsRequest.SetUploadId Method
Properties
TS3ListPartsRequest.MaxParts Property
TS3ListPartsRequest.PartNumberMarker Property
TS3ListPartsRequest.UploadId Property
TS3ListPartsResponse Class
Methods
TS3ListPartsResponse.Create Constructor
TS3ListPartsResponse.GetAbortDate Method
TS3ListPartsResponse.GetAbortRuleId Method
TS3ListPartsResponse.GetListPartsResult Method
Properties
TS3ListPartsResponse.AbortDate Property
TS3ListPartsResponse.AbortRuleId Property
TS3ListPartsResponse.ListPartsResult Property
TS3ListPartsResult Class
Methods
TS3ListPartsResult.Create Constructor
TS3ListPartsResult.Destroy Destructor
TS3ListPartsResult.GetBucket Method
TS3ListPartsResult.GetInitiator Method
TS3ListPartsResult.GetIsTruncated Method
TS3ListPartsResult.GetKey Method
TS3ListPartsResult.GetMaxParts Method
TS3ListPartsResult.GetNextPartNumberMarker Method
TS3ListPartsResult.GetOwner Method
TS3ListPartsResult.GetPartNumberMarker Method
TS3ListPartsResult.GetParts Method
TS3ListPartsResult.GetStorageClass Method
TS3ListPartsResult.GetUploadId Method
Properties
TS3ListPartsResult.Bucket Property
TS3ListPartsResult.Initiator Property
TS3ListPartsResult.IsTruncated Property
TS3ListPartsResult.Key Property
TS3ListPartsResult.MaxParts Property
TS3ListPartsResult.NextPartNumberMarker Property
TS3ListPartsResult.Owner Property
TS3ListPartsResult.PartNumberMarker Property
TS3ListPartsResult.Parts Property
TS3ListPartsResult.StorageClass Property
TS3ListPartsResult.UploadId Property
TS3Location Class
Methods
TS3Location.Create Constructor
TS3Location.CreateNode Method
TS3Location.Destroy Destructor
TS3Location.GetAccessControlList Method
TS3Location.GetBucketName Method
TS3Location.GetCannedACL Method
TS3Location.GetEncryption Method
TS3Location.GetPrefix Method
TS3Location.GetStorageClass Method
TS3Location.GetTagging Method
TS3Location.GetUserMetadata Method
TS3Location.SetBucketName Method
TS3Location.SetCannedACL Method
TS3Location.SetEncryption Method
TS3Location.SetPrefix Method
TS3Location.SetStorageClass Method
TS3Location.SetTagging Method
Properties
TS3Location.AccessControlList Property
TS3Location.BucketName Property
TS3Location.CannedACL Property
TS3Location.Encryption Property
TS3Location.Prefix Property
TS3Location.StorageClass Property
TS3Location.Tagging Property
TS3Location.UserMetadata Property
TS3LoggingEnabled Class
Methods
TS3LoggingEnabled.Create Constructor (IXMLNode)
TS3LoggingEnabled.Create Constructor (string, string)
TS3LoggingEnabled.CreateNode Method
TS3LoggingEnabled.Destroy Destructor
TS3LoggingEnabled.GetTargetBucket Method
TS3LoggingEnabled.GetTargetGrants Method
TS3LoggingEnabled.GetTargetPrefix Method
Properties
TS3LoggingEnabled.TargetBucket Property
TS3LoggingEnabled.TargetGrants Property
TS3LoggingEnabled.TargetPrefix Property
TS3MetadataEntries Class
Methods
TS3MetadataEntries.AddEntry Method
TS3MetadataEntries.CreateNode Method
TS3MetadataEntry Class
Methods
TS3MetadataEntry.Create Constructor
TS3MetadataEntry.CreateNode Method
TS3MetadataEntry.GetName Method
TS3MetadataEntry.GetValue Method
TS3MetadataEntry.SetName Method
TS3MetadataEntry.SetValue Method
Properties
TS3MetadataEntry.Name Property
TS3MetadataEntry.Value Property
TS3Metrics Class
Methods
TS3Metrics.Create Constructor (IXMLNode)
TS3Metrics.Create Constructor (string)
TS3Metrics.CreateNode Method
TS3Metrics.GetEventThreshold Method
TS3Metrics.GetStatus Method
TS3Metrics.SetEventThreshold Method
Properties
TS3Metrics.EventThreshold Property
TS3Metrics.Status Property
TS3MetricsConfiguration Class
Methods
TS3MetricsConfiguration.Create Constructor (IXMLNode)
TS3MetricsConfiguration.Create Constructor (string)
TS3MetricsConfiguration.GetFilter Method
TS3MetricsConfiguration.GetId Method
TS3MetricsConfiguration.SetFilter Method
TS3MetricsConfiguration.ToString Method
TS3MetricsConfiguration.ToXML Method
Properties
TS3MetricsConfiguration.Filter Property
TS3MetricsConfiguration.Id Property
TS3MetricsConfigurations Class
TS3MultipartUpload Class
Methods
TS3MultipartUpload.Create Constructor
TS3MultipartUpload.GetInitiated Method
TS3MultipartUpload.GetInitiator Method
TS3MultipartUpload.GetKey Method
TS3MultipartUpload.GetOwner Method
TS3MultipartUpload.GetStorageClass Method
TS3MultipartUpload.GetUploadId Method
Properties
TS3MultipartUpload.Initiated Property
TS3MultipartUpload.Initiator Property
TS3MultipartUpload.Key Property
TS3MultipartUpload.Owner Property
TS3MultipartUpload.StorageClass Property
TS3MultipartUpload.UploadId Property
TS3MultipartUploader Class
Methods
TS3MultipartUploader.Create Constructor
TS3MultipartUploader.GetPartSize Method
TS3MultipartUploader.SetPartSize Method
TS3MultipartUploader.Upload Method
Properties
TS3MultipartUploader.PartSize Property
TS3MultipartUploads Class
TS3NoncurrentVersionExpiration Class
Methods
TS3NoncurrentVersionExpiration.Create Constructor (IXMLNode)
TS3NoncurrentVersionExpiration.Create Constructor (TOptional<Integer>)
TS3NoncurrentVersionExpiration.CreateNode Method
TS3NoncurrentVersionExpiration.GetNoncurrentDays Method
Properties
TS3NoncurrentVersionExpiration.NoncurrentDays Property
TS3NoncurrentVersionTransition Class
Methods
TS3NoncurrentVersionTransition.Create Constructor ()
TS3NoncurrentVersionTransition.Create Constructor (IXMLNode)
TS3NoncurrentVersionTransition.CreateNode Method
TS3NoncurrentVersionTransition.GetNoncurrentDays Method
TS3NoncurrentVersionTransition.GetStorageClass Method
TS3NoncurrentVersionTransition.SetNoncurrentDays Method
TS3NoncurrentVersionTransition.SetStorageClass Method
Properties
TS3NoncurrentVersionTransition.NoncurrentDays Property
TS3NoncurrentVersionTransition.StorageClass Property
TS3NoncurrentVersionTransitions Class
TS3NotificationConfiguration Class
Methods
TS3NotificationConfiguration.Create Constructor
TS3NotificationConfiguration.Destroy Destructor
TS3NotificationConfiguration.GetLambdaFunctionConfigurations Method
TS3NotificationConfiguration.GetQueueConfigurations Method
TS3NotificationConfiguration.GetTopicConfigurations Method
TS3NotificationConfiguration.ToString Method
TS3NotificationConfiguration.ToXML Method
Properties
TS3NotificationConfiguration.LambdaFunctionConfigurations Property
TS3NotificationConfiguration.QueueConfigurations Property
TS3NotificationConfiguration.TopicConfigurations Property
TS3NotificationConfigurationEvents Class
TS3NotificationConfigurationFilter Class
Methods
TS3NotificationConfigurationFilter.Create Constructor ()
TS3NotificationConfigurationFilter.Create Constructor (IXMLNode)
TS3NotificationConfigurationFilter.CreateNode Method
TS3NotificationConfigurationFilter.GetS3Key Method
Properties
TS3NotificationConfigurationFilter.S3Key Property
TS3Object Class
Methods
TS3Object.Create Constructor (IS3Bucket, IXMLNode, IS3Client)
TS3Object.Create Constructor (IS3Bucket, string, IS3Client)
TS3Object.Create Constructor (string, string, IS3Client)
TS3Object.Delete Method
TS3Object.DownloadFile Method
TS3Object.Exists Method
TS3Object.Get Method
TS3Object.GetAcceptRanges Method
TS3Object.GetArchiveStatus Method
TS3Object.GetBucket Method
TS3Object.GetCacheControl Method
TS3Object.GetClient Method
TS3Object.GetContentDisposition Method
TS3Object.GetContentEncoding Method
TS3Object.GetContentLanguage Method
TS3Object.GetContentLength Method
TS3Object.GetContentType Method
TS3Object.GetDeleteMarker Method
TS3Object.GetETag Method
TS3Object.GetExpiration Method
TS3Object.GetExpires Method
TS3Object.GetKey Method
TS3Object.GetLastModified Method
TS3Object.GetMetadata Method
TS3Object.GetMissingMeta Method
TS3Object.GetObjectLockLegalHoldStatus Method
TS3Object.GetObjectLockMode Method
TS3Object.GetObjectLockRetainUntilDate Method
TS3Object.GetOwner Method
TS3Object.GetPartsCount Method
TS3Object.GetReplicationStatus Method
TS3Object.GetRequestCharged Method
TS3Object.GetRestore Method
TS3Object.GetServerSideEncryption Method
TS3Object.GetSize Method
TS3Object.GetSseBucketKeyEnabled Method
TS3Object.GetSseCustomerAlgorithm Method
TS3Object.GetSseCustomerKeyMD5 Method
TS3Object.GetSseKmsKeyId Method
TS3Object.GetStorageClass Method
TS3Object.GetVersionId Method
TS3Object.GetWebsiteRedirectLocation Method
TS3Object.Head Method
TS3Object.Put Method (IS3ObjectPutAttributes, TAWSClientSendDataCallback)
TS3Object.Put Method (TStream, TAWSClientSendDataCallback)
TS3Object.SetClient Method
TS3Object.UploadFile Method
TS3Object.UploadStream Method
Properties
TS3Object.AcceptRanges Property
TS3Object.ArchiveStatus Property
TS3Object.Bucket Property
TS3Object.CacheControl Property
TS3Object.Client Property
TS3Object.ContentDisposition Property
TS3Object.ContentEncoding Property
TS3Object.ContentLanguage Property
TS3Object.ContentLength Property
TS3Object.ContentType Property
TS3Object.DeleteMarker Property
TS3Object.ETag Property
TS3Object.Expiration Property
TS3Object.Expires Property
TS3Object.Key Property
TS3Object.LastModified Property
TS3Object.Metadata Property
TS3Object.MissingMeta Property
TS3Object.ObjectLockLegalHoldStatus Property
TS3Object.ObjectLockMode Property
TS3Object.ObjectLockRetainUntilDate Property
TS3Object.Owner Property
TS3Object.PartsCount Property
TS3Object.ReplicationStatus Property
TS3Object.RequestCharged Property
TS3Object.Restore Property
TS3Object.ServerSideEncryption Property
TS3Object.Size Property
TS3Object.SseBucketKeyEnabled Property
TS3Object.SseCustomerAlgorithm Property
TS3Object.SseCustomerKeyMD5 Property
TS3Object.SseKmsKeyId Property
TS3Object.StorageClass Property
TS3Object.VersionId Property
TS3Object.WebsiteRedirectLocation Property
TS3ObjectEndpoint Class
Methods
TS3ObjectEndpoint.Create Constructor
TS3ObjectEndpoint.GetKey Method
TS3ObjectEndpoint.SetKey Method
TS3ObjectEndpoint.ToString Method
Properties
TS3ObjectEndpoint.Key Property
TS3ObjectExistsWaiter Class
Methods
TS3ObjectExistsWaiter.Wait Method (IS3HeadObjectRequest)
TS3ObjectExistsWaiter.Wait Method (string, string)
TS3ObjectGetRequest Class
Methods
TS3ObjectGetRequest.GetVersionId Method
TS3ObjectGetRequest.PrepareRequest Method
TS3ObjectGetRequest.SetVersionId Method
Properties
TS3ObjectGetRequest.VersionId Property
TS3ObjectIdentifier Class
Methods
TS3ObjectIdentifier.Create Constructor
TS3ObjectIdentifier.CreateNode Method
TS3ObjectIdentifier.GetKey Method
TS3ObjectIdentifier.GetVersionId Method
TS3ObjectIdentifier.SetKey Method
TS3ObjectIdentifier.SetVersionId Method
Properties
TS3ObjectIdentifier.Key Property
TS3ObjectIdentifier.VersionId Property
TS3ObjectIdentifiers Class
TS3ObjectLockConfiguration Class
Methods
TS3ObjectLockConfiguration.Create Constructor ()
TS3ObjectLockConfiguration.Create Constructor (IXMLNode)
TS3ObjectLockConfiguration.GetObjectLockEnabled Method
TS3ObjectLockConfiguration.GetRule Method
TS3ObjectLockConfiguration.SetObjectLockEnabled Method
TS3ObjectLockConfiguration.SetRule Method
TS3ObjectLockConfiguration.ToString Method
TS3ObjectLockConfiguration.ToXML Method
Properties
TS3ObjectLockConfiguration.ObjectLockEnabled Property
TS3ObjectLockConfiguration.Rule Property
TS3ObjectLockRule Class
Methods
TS3ObjectLockRule.Create Constructor ()
TS3ObjectLockRule.Create Constructor (IXMLNode)
TS3ObjectLockRule.CreateNode Method
TS3ObjectLockRule.GetDefaultRetention Method
Properties
TS3ObjectLockRule.DefaultRetention Property
TS3ObjectNotExistsWaiter Class
Methods
TS3ObjectNotExistsWaiter.Wait Method (IS3HeadObjectRequest)
TS3ObjectNotExistsWaiter.Wait Method (string, string)
TS3ObjectPutAttributes Class
Methods
TS3ObjectPutAttributes.Create Constructor
TS3ObjectPutAttributes.GetAcl Method
TS3ObjectPutAttributes.GetBody Method
TS3ObjectPutAttributes.GetCacheControl Method
TS3ObjectPutAttributes.GetContentDisposition Method
TS3ObjectPutAttributes.GetContentEncoding Method
TS3ObjectPutAttributes.GetContentLanguage Method
TS3ObjectPutAttributes.GetContentType Method
TS3ObjectPutAttributes.GetExpires Method
TS3ObjectPutAttributes.GetGrantFullControl Method
TS3ObjectPutAttributes.GetGrantRead Method
TS3ObjectPutAttributes.GetGrantReadAcp Method
TS3ObjectPutAttributes.GetGrantWriteAcp Method
TS3ObjectPutAttributes.GetObjectLockLegalHold Method
TS3ObjectPutAttributes.GetObjectLockMode Method
TS3ObjectPutAttributes.GetObjectLockRetainUntilDate Method
TS3ObjectPutAttributes.GetRequestPayer Method
TS3ObjectPutAttributes.GetServerSideEncryption Method
TS3ObjectPutAttributes.GetSseAwsKmsKeyId Method
TS3ObjectPutAttributes.GetSseBucketKeyEnabled Method
TS3ObjectPutAttributes.GetSseContext Method
TS3ObjectPutAttributes.GetSseCustomerAlgorithm Method
TS3ObjectPutAttributes.GetSseCustomerKey Method
TS3ObjectPutAttributes.GetSseCustomerKeyMD5 Method
TS3ObjectPutAttributes.GetStorageClass Method
TS3ObjectPutAttributes.GetTags Method
TS3ObjectPutAttributes.GetWebsiteRedirectLocation Method
TS3ObjectPutAttributes.SetAcl Method
TS3ObjectPutAttributes.SetBody Method
TS3ObjectPutAttributes.SetCacheControl Method
TS3ObjectPutAttributes.SetContentDisposition Method
TS3ObjectPutAttributes.SetContentEncoding Method
TS3ObjectPutAttributes.SetContentLanguage Method
TS3ObjectPutAttributes.SetContentType Method
TS3ObjectPutAttributes.SetExpires Method
TS3ObjectPutAttributes.SetGrantFullControl Method
TS3ObjectPutAttributes.SetGrantRead Method
TS3ObjectPutAttributes.SetGrantReadAcp Method
TS3ObjectPutAttributes.SetGrantWriteAcp Method
TS3ObjectPutAttributes.SetObjectLockLegalHold Method
TS3ObjectPutAttributes.SetObjectLockMode Method
TS3ObjectPutAttributes.SetObjectLockRetainUntilDate Method
TS3ObjectPutAttributes.SetRequestPayer Method
TS3ObjectPutAttributes.SetServerSideEncryption Method
TS3ObjectPutAttributes.SetSseAwsKmsKeyId Method
TS3ObjectPutAttributes.SetSseBucketKeyEnabled Method
TS3ObjectPutAttributes.SetSseContext Method
TS3ObjectPutAttributes.SetSseCustomerAlgorithm Method
TS3ObjectPutAttributes.SetSseCustomerKey Method
TS3ObjectPutAttributes.SetSseCustomerKeyMD5 Method
TS3ObjectPutAttributes.SetStorageClass Method
TS3ObjectPutAttributes.SetWebsiteRedirectLocation Method
Properties
TS3ObjectPutAttributes.Acl Property
TS3ObjectPutAttributes.Body Property
TS3ObjectPutAttributes.CacheControl Property
TS3ObjectPutAttributes.ContentDisposition Property
TS3ObjectPutAttributes.ContentEncoding Property
TS3ObjectPutAttributes.ContentLanguage Property
TS3ObjectPutAttributes.ContentType Property
TS3ObjectPutAttributes.Expires Property
TS3ObjectPutAttributes.GrantFullControl Property
TS3ObjectPutAttributes.GrantRead Property
TS3ObjectPutAttributes.GrantReadAcp Property
TS3ObjectPutAttributes.GrantWriteAcp Property
TS3ObjectPutAttributes.ObjectLockLegalHold Property
TS3ObjectPutAttributes.ObjectLockMode Property
TS3ObjectPutAttributes.ObjectLockRetainUntilDate Property
TS3ObjectPutAttributes.RequestPayer Property
TS3ObjectPutAttributes.ServerSideEncryption Property
TS3ObjectPutAttributes.SseAwsKmsKeyId Property
TS3ObjectPutAttributes.SseBucketKeyEnabled Property
TS3ObjectPutAttributes.SseContext Property
TS3ObjectPutAttributes.SseCustomerAlgorithm Property
TS3ObjectPutAttributes.SseCustomerKey Property
TS3ObjectPutAttributes.SseCustomerKeyMD5 Property
TS3ObjectPutAttributes.StorageClass Property
TS3ObjectPutAttributes.Tags Property
TS3ObjectPutAttributes.WebsiteRedirectLocation Property
TS3ObjectRequest Class
Methods
TS3ObjectRequest.Create Constructor
TS3ObjectRequest.GetBucket Method
TS3ObjectRequest.GetEndpoint Method
TS3ObjectRequest.GetExpectedBucketOwner Method
TS3ObjectRequest.GetKey Method
TS3ObjectRequest.GetRequestPayer Method
TS3ObjectRequest.PrepareRequest Method
TS3ObjectRequest.SetBucket Method
TS3ObjectRequest.SetExpectedBucketOwner Method
TS3ObjectRequest.SetKey Method
TS3ObjectRequest.SetRequestPayer Method
Properties
TS3ObjectRequest.Bucket Property
TS3ObjectRequest.ExpectedBucketOwner Property
TS3ObjectRequest.Key Property
TS3ObjectRequest.RequestPayer Property
TS3ObjectResponse Class
Methods
TS3ObjectResponse.Create Constructor
TS3ObjectResponse.Destroy Destructor
TS3ObjectResponse.GetExpiration Method
TS3ObjectResponse.GetMeta Method
TS3ObjectResponse.GetMissingMeta Method
TS3ObjectResponse.GetMpPartsCount Method
TS3ObjectResponse.GetObjectLockLegalHold Method
TS3ObjectResponse.GetObjectLockMode Method
TS3ObjectResponse.GetObjectLockRetainUntilDate Method
TS3ObjectResponse.GetReplicationStatus Method
TS3ObjectResponse.GetRestore Method
TS3ObjectResponse.GetServerSideEncryption Method
TS3ObjectResponse.GetSseAwsKmsKeyId Method
TS3ObjectResponse.GetSseBucketKeyEnabled Method
TS3ObjectResponse.GetSseContext Method
TS3ObjectResponse.GetSseCustomerAlgorithm Method
TS3ObjectResponse.GetSseCustomerKeyMD5 Method
TS3ObjectResponse.GetStorageClass Method
TS3ObjectResponse.GetTaggingCount Method
TS3ObjectResponse.GetWebsiteRedirectLocation Method
Properties
TS3ObjectResponse.Expiration Property
TS3ObjectResponse.Meta Property
TS3ObjectResponse.MissingMeta Property
TS3ObjectResponse.MpPartsCount Property
TS3ObjectResponse.ObjectLockLegalHold Property
TS3ObjectResponse.ObjectLockMode Property
TS3ObjectResponse.ObjectLockRetainUntilDate Property
TS3ObjectResponse.ReplicationStatus Property
TS3ObjectResponse.Restore Property
TS3ObjectResponse.ServerSideEncryption Property
TS3ObjectResponse.SseAwsKmsKeyId Property
TS3ObjectResponse.SseBucketKeyEnabled Property
TS3ObjectResponse.SseContext Property
TS3ObjectResponse.SseCustomerAlgorithm Property
TS3ObjectResponse.SseCustomerKeyMD5 Property
TS3ObjectResponse.StorageClass Property
TS3ObjectResponse.TaggingCount Property
TS3ObjectResponse.WebsiteRedirectLocation Property
TS3ObjectVersion Class
Methods
TS3ObjectVersion.Create Constructor
TS3ObjectVersion.GetETag Method
TS3ObjectVersion.GetIsLatest Method
TS3ObjectVersion.GetKey Method
TS3ObjectVersion.GetLastModified Method
TS3ObjectVersion.GetOwner Method
TS3ObjectVersion.GetSize Method
TS3ObjectVersion.GetStorageClass Method
TS3ObjectVersion.GetVersionId Method
Properties
TS3ObjectVersion.ETag Property
TS3ObjectVersion.IsLatest Property
TS3ObjectVersion.Key Property
TS3ObjectVersion.LastModified Property
TS3ObjectVersion.Owner Property
TS3ObjectVersion.Size Property
TS3ObjectVersion.StorageClass Property
TS3ObjectVersion.VersionId Property
TS3ObjectVersions Class
TS3OptionalFields Class
Methods
TS3OptionalFields.ParseXML Method
TS3Options Class
Methods
TS3Options.GetNamespace Method
TS3OutputLocation Class
Methods
TS3OutputLocation.Create Constructor
TS3OutputLocation.CreateNode Method
TS3OutputLocation.GetS3 Method
TS3OutputLocation.SetS3 Method
Properties
TS3OutputLocation.S3 Property
TS3OutputSerialization Class
Methods
TS3OutputSerialization.CreateNode Method
TS3OutputSerialization.GetFormat Method
TS3OutputSerialization.SetFormat Method
Properties
TS3OutputSerialization.Format Property
TS3Owner Class
Methods
TS3Owner.Create Constructor ()
TS3Owner.Create Constructor (IXMLNode)
TS3Owner.Create Constructor (string, string)
TS3Owner.CreateNode Method
TS3Owner.GetDisplayName Method
TS3Owner.GetID Method
TS3Owner.SetDisplayName Method
TS3Owner.SetID Method
Properties
TS3Owner.DisplayName Property
TS3Owner.ID Property
TS3OwnershipControls Class
Methods
TS3OwnershipControls.Create Constructor
TS3OwnershipControls.Destroy Destructor
TS3OwnershipControls.GetRules Method
TS3OwnershipControls.ToString Method
TS3OwnershipControls.ToXML Method
Properties
TS3OwnershipControls.Rules Property
TS3OwnershipControlsRule Class
Methods
TS3OwnershipControlsRule.Create Constructor (IXMLNode)
TS3OwnershipControlsRule.Create Constructor (string)
TS3OwnershipControlsRule.CreateNode Method
TS3OwnershipControlsRule.GetObjectOwnership Method
Properties
TS3OwnershipControlsRule.ObjectOwnership Property
TS3OwnershipControlsRules Class
TS3ParquetInput Class
Methods
TS3ParquetInput.CreateNode Method
TS3Part Class
Methods
TS3Part.Create Constructor
TS3Part.GetETag Method
TS3Part.GetLastModified Method
TS3Part.GetPartNumber Method
TS3Part.GetSize Method
Properties
TS3Part.ETag Property
TS3Part.LastModified Property
TS3Part.PartNumber Property
TS3Part.Size Property
TS3Parts Class
TS3Presigner Class
Methods
TS3Presigner.Create Constructor
TS3Presigner.Destroy Destructor
TS3Presigner.PresignedRequest Method
TS3Presigner.PresignedUrl Method
TS3PresignerRequest Class
Methods
TS3PresignerRequest.Create Constructor
TS3PresignerRequest.GetExpiresIn Method
TS3PresignerRequest.GetRequest Method
TS3PresignerRequest.GetSecure Method
TS3PresignerRequest.GetTime Method
TS3PresignerRequest.SetExpiresIn Method
TS3PresignerRequest.SetRequest Method
TS3PresignerRequest.SetSecure Method
TS3PresignerRequest.SetTime Method
Properties
TS3PresignerRequest.ExpiresIn Property
TS3PresignerRequest.Request Property
TS3PresignerRequest.Secure Property
TS3PresignerRequest.Time Property
TS3PublicAccessBlockConfiguration Class
Methods
TS3PublicAccessBlockConfiguration.GetBlockPublicAcls Method
TS3PublicAccessBlockConfiguration.GetBlockPublicPolicy Method
TS3PublicAccessBlockConfiguration.GetIgnorePublicAcls Method
TS3PublicAccessBlockConfiguration.GetRestrictPublicBuckets Method
TS3PublicAccessBlockConfiguration.SetBlockPublicAcls Method
TS3PublicAccessBlockConfiguration.SetBlockPublicPolicy Method
TS3PublicAccessBlockConfiguration.SetIgnorePublicAcls Method
TS3PublicAccessBlockConfiguration.SetRestrictPublicBuckets Method
TS3PublicAccessBlockConfiguration.ToString Method
TS3PublicAccessBlockConfiguration.ToXML Method
Properties
TS3PublicAccessBlockConfiguration.BlockPublicAcls Property
TS3PublicAccessBlockConfiguration.BlockPublicPolicy Property
TS3PublicAccessBlockConfiguration.IgnorePublicAcls Property
TS3PublicAccessBlockConfiguration.RestrictPublicBuckets Property
TS3PutBucketAccelerateConfigurationRequest Class
Methods
TS3PutBucketAccelerateConfigurationRequest.Create Constructor
TS3PutBucketAccelerateConfigurationRequest.GetAccelerateConfiguration Method
TS3PutBucketAccelerateConfigurationRequest.PrepareRequest Method
Properties
TS3PutBucketAccelerateConfigurationRequest.AccelerateConfiguration Property
TS3PutBucketAccelerateConfigurationResponse Class
TS3PutBucketAclRequest Class
Methods
TS3PutBucketAclRequest.GetAccessControlPolicy Method
TS3PutBucketAclRequest.GetAcl Method
TS3PutBucketAclRequest.GetGrantFullControl Method
TS3PutBucketAclRequest.GetGrantRead Method
TS3PutBucketAclRequest.GetGrantReadAcp Method
TS3PutBucketAclRequest.GetGrantWrite Method
TS3PutBucketAclRequest.GetGrantWriteAcp Method
TS3PutBucketAclRequest.PrepareRequest Method
TS3PutBucketAclRequest.SetAccessControlPolicy Method
TS3PutBucketAclRequest.SetAcl Method
TS3PutBucketAclRequest.SetGrantFullControl Method
TS3PutBucketAclRequest.SetGrantRead Method
TS3PutBucketAclRequest.SetGrantReadAcp Method
TS3PutBucketAclRequest.SetGrantWrite Method
TS3PutBucketAclRequest.SetGrantWriteAcp Method
Properties
TS3PutBucketAclRequest.AccessControlPolicy Property
TS3PutBucketAclRequest.Acl Property
TS3PutBucketAclRequest.GrantFullControl Property
TS3PutBucketAclRequest.GrantRead Property
TS3PutBucketAclRequest.GrantReadAcp Property
TS3PutBucketAclRequest.GrantWrite Property
TS3PutBucketAclRequest.GrantWriteAcp Property
TS3PutBucketAclResponse Class
TS3PutBucketAnalyticsConfigurationRequest Class
Methods
TS3PutBucketAnalyticsConfigurationRequest.Create Constructor
TS3PutBucketAnalyticsConfigurationRequest.GetAnalyticsConfiguration Method
TS3PutBucketAnalyticsConfigurationRequest.PrepareRequest Method
Properties
TS3PutBucketAnalyticsConfigurationRequest.AnalyticsConfiguration Property
TS3PutBucketAnalyticsConfigurationResponse Class
TS3PutBucketCorsRequest Class
Methods
TS3PutBucketCorsRequest.Create Constructor
TS3PutBucketCorsRequest.GetCORSConfiguration Method
TS3PutBucketCorsRequest.PrepareRequest Method
Properties
TS3PutBucketCorsRequest.CORSConfiguration Property
TS3PutBucketCorsResponse Class
TS3PutBucketEncryptionRequest Class
Methods
TS3PutBucketEncryptionRequest.Create Constructor
TS3PutBucketEncryptionRequest.Destroy Destructor
TS3PutBucketEncryptionRequest.GetRules Method
TS3PutBucketEncryptionRequest.PrepareRequest Method
TS3PutBucketEncryptionRequest.ToString Method
TS3PutBucketEncryptionRequest.ToXML Method
Properties
TS3PutBucketEncryptionRequest.Rules Property
TS3PutBucketEncryptionResponse Class
TS3PutBucketIntelligentTieringConfigurationRequest Class
Methods
TS3PutBucketIntelligentTieringConfigurationRequest.Create Constructor
TS3PutBucketIntelligentTieringConfigurationRequest.GetIntelligentTieringConfiguration Method
TS3PutBucketIntelligentTieringConfigurationRequest.PrepareRequest Method
TS3PutBucketIntelligentTieringConfigurationRequest.SetIntelligentTieringConfiguration Method
Properties
TS3PutBucketIntelligentTieringConfigurationRequest.IntelligentTieringConfiguration Property
TS3PutBucketIntelligentTieringConfigurationResponse Class
TS3PutBucketInventoryConfigurationRequest Class
Methods
TS3PutBucketInventoryConfigurationRequest.Create Constructor
TS3PutBucketInventoryConfigurationRequest.GetInventoryConfiguration Method
TS3PutBucketInventoryConfigurationRequest.PrepareRequest Method
Properties
TS3PutBucketInventoryConfigurationRequest.InventoryConfiguration Property
TS3PutBucketInventoryConfigurationResponse Class
TS3PutBucketLifecycleConfigurationRequest Class
Methods
TS3PutBucketLifecycleConfigurationRequest.Create Constructor
TS3PutBucketLifecycleConfigurationRequest.GetLifecycleConfiguration Method
TS3PutBucketLifecycleConfigurationRequest.PrepareRequest Method
Properties
TS3PutBucketLifecycleConfigurationRequest.LifecycleConfiguration Property
TS3PutBucketLifecycleConfigurationResponse Class
TS3PutBucketLoggingRequest Class
Methods
TS3PutBucketLoggingRequest.Create Constructor
TS3PutBucketLoggingRequest.GetBucketLoggingStatus Method
TS3PutBucketLoggingRequest.PrepareRequest Method
Properties
TS3PutBucketLoggingRequest.BucketLoggingStatus Property
TS3PutBucketLoggingResponse Class
TS3PutBucketMetricsConfigurationRequest Class
Methods
TS3PutBucketMetricsConfigurationRequest.Create Constructor
TS3PutBucketMetricsConfigurationRequest.GetMetricsConfiguration Method
TS3PutBucketMetricsConfigurationRequest.PrepareRequest Method
Properties
TS3PutBucketMetricsConfigurationRequest.MetricsConfiguration Property
TS3PutBucketMetricsConfigurationResponse Class
TS3PutBucketNotificationConfigurationRequest Class
Methods
TS3PutBucketNotificationConfigurationRequest.Create Constructor
TS3PutBucketNotificationConfigurationRequest.GetNotificationConfiguration Method
TS3PutBucketNotificationConfigurationRequest.PrepareRequest Method
Properties
TS3PutBucketNotificationConfigurationRequest.NotificationConfiguration Property
TS3PutBucketNotificationConfigurationResponse Class
TS3PutBucketOwnershipControlsRequest Class
Methods
TS3PutBucketOwnershipControlsRequest.Create Constructor
TS3PutBucketOwnershipControlsRequest.GetOwnershipControls Method
TS3PutBucketOwnershipControlsRequest.PrepareRequest Method
Properties
TS3PutBucketOwnershipControlsRequest.OwnershipControls Property
TS3PutBucketOwnershipControlsResponse Class
TS3PutBucketPolicyRequest Class
Methods
TS3PutBucketPolicyRequest.Destroy Destructor
TS3PutBucketPolicyRequest.GetConfirmRemoveSelfBucketAccess Method
TS3PutBucketPolicyRequest.GetPolicy Method
TS3PutBucketPolicyRequest.PrepareRequest Method
TS3PutBucketPolicyRequest.SetConfirmRemoveSelfBucketAccess Method
TS3PutBucketPolicyRequest.SetPolicy Method
Properties
TS3PutBucketPolicyRequest.ConfirmRemoveSelfBucketAccess Property
TS3PutBucketPolicyRequest.Policy Property
TS3PutBucketPolicyResponse Class
TS3PutBucketReplicationRequest Class
Methods
TS3PutBucketReplicationRequest.Create Constructor
TS3PutBucketReplicationRequest.GetBucketObjectLockToken Method
TS3PutBucketReplicationRequest.GetReplicationConfiguration Method
TS3PutBucketReplicationRequest.PrepareRequest Method
TS3PutBucketReplicationRequest.SetBucketObjectLockToken Method
Properties
TS3PutBucketReplicationRequest.BucketObjectLockToken Property
TS3PutBucketReplicationRequest.ReplicationConfiguration Property
TS3PutBucketReplicationResponse Class
TS3PutBucketRequestPaymentRequest Class
Methods
TS3PutBucketRequestPaymentRequest.Create Constructor
TS3PutBucketRequestPaymentRequest.GetRequestPaymentConfiguration Method
TS3PutBucketRequestPaymentRequest.PrepareRequest Method
Properties
TS3PutBucketRequestPaymentRequest.RequestPaymentConfiguration Property
TS3PutBucketRequestPaymentResponse Class
TS3PutBucketTaggingRequest Class
Methods
TS3PutBucketTaggingRequest.Create Constructor
TS3PutBucketTaggingRequest.GetTagging Method
TS3PutBucketTaggingRequest.PrepareRequest Method
Properties
TS3PutBucketTaggingRequest.Tagging Property
TS3PutBucketTaggingResponse Class
TS3PutBucketVersioningRequest Class
Methods
TS3PutBucketVersioningRequest.Create Constructor
TS3PutBucketVersioningRequest.GetMFA Method
TS3PutBucketVersioningRequest.GetVersioningConfiguration Method
TS3PutBucketVersioningRequest.PrepareRequest Method
TS3PutBucketVersioningRequest.SetMFA Method
Properties
TS3PutBucketVersioningRequest.MFA Property
TS3PutBucketVersioningRequest.VersioningConfiguration Property
TS3PutBucketVersioningResponse Class
TS3PutBucketWebsiteRequest Class
Methods
TS3PutBucketWebsiteRequest.Create Constructor
TS3PutBucketWebsiteRequest.GetWebsiteConfiguration Method
TS3PutBucketWebsiteRequest.PrepareRequest Method
Properties
TS3PutBucketWebsiteRequest.WebsiteConfiguration Property
TS3PutBucketWebsiteResponse Class
TS3PutObjectAclRequest Class
Methods
TS3PutObjectAclRequest.GetAccessControlPolicy Method
TS3PutObjectAclRequest.GetAcl Method
TS3PutObjectAclRequest.GetGrantFullControl Method
TS3PutObjectAclRequest.GetGrantRead Method
TS3PutObjectAclRequest.GetGrantReadAcp Method
TS3PutObjectAclRequest.GetGrantWrite Method
TS3PutObjectAclRequest.GetGrantWriteAcp Method
TS3PutObjectAclRequest.GetVersionId Method
TS3PutObjectAclRequest.PrepareRequest Method
TS3PutObjectAclRequest.SetAccessControlPolicy Method
TS3PutObjectAclRequest.SetAcl Method
TS3PutObjectAclRequest.SetGrantFullControl Method
TS3PutObjectAclRequest.SetGrantRead Method
TS3PutObjectAclRequest.SetGrantReadAcp Method
TS3PutObjectAclRequest.SetGrantWrite Method
TS3PutObjectAclRequest.SetGrantWriteAcp Method
TS3PutObjectAclRequest.SetVersionId Method
Properties
TS3PutObjectAclRequest.AccessControlPolicy Property
TS3PutObjectAclRequest.Acl Property
TS3PutObjectAclRequest.GrantFullControl Property
TS3PutObjectAclRequest.GrantRead Property
TS3PutObjectAclRequest.GrantReadAcp Property
TS3PutObjectAclRequest.GrantWrite Property
TS3PutObjectAclRequest.GrantWriteAcp Property
TS3PutObjectAclRequest.VersionId Property
TS3PutObjectAclResponse Class
TS3PutObjectLegalHoldRequest Class
Methods
TS3PutObjectLegalHoldRequest.Create Constructor
TS3PutObjectLegalHoldRequest.GetLegalHold Method
TS3PutObjectLegalHoldRequest.GetVersionId Method
TS3PutObjectLegalHoldRequest.PrepareRequest Method
TS3PutObjectLegalHoldRequest.SetVersionId Method
Properties
TS3PutObjectLegalHoldRequest.LegalHold Property
TS3PutObjectLegalHoldRequest.VersionId Property
TS3PutObjectLegalHoldResponse Class
TS3PutObjectLockConfigurationRequest Class
Methods
TS3PutObjectLockConfigurationRequest.Create Constructor
TS3PutObjectLockConfigurationRequest.GetBucketObjectLockToken Method
TS3PutObjectLockConfigurationRequest.GetObjectLockConfiguration Method
TS3PutObjectLockConfigurationRequest.GetRequestPayer Method
TS3PutObjectLockConfigurationRequest.PrepareRequest Method
TS3PutObjectLockConfigurationRequest.SetBucketObjectLockToken Method
TS3PutObjectLockConfigurationRequest.SetRequestPayer Method
Properties
TS3PutObjectLockConfigurationRequest.BucketObjectLockToken Property
TS3PutObjectLockConfigurationRequest.ObjectLockConfiguration Property
TS3PutObjectLockConfigurationRequest.RequestPayer Property
TS3PutObjectLockConfigurationResponse Class
TS3PutObjectRequest Class
Methods
TS3PutObjectRequest.Create Constructor (string, string, IS3ObjectPutAttributes)
TS3PutObjectRequest.Create Constructor (string, string, TStream)
TS3PutObjectRequest.GetAcl Method
TS3PutObjectRequest.GetBody Method
TS3PutObjectRequest.GetCacheControl Method
TS3PutObjectRequest.GetContentDisposition Method
TS3PutObjectRequest.GetContentEncoding Method
TS3PutObjectRequest.GetContentLanguage Method
TS3PutObjectRequest.GetContentType Method
TS3PutObjectRequest.GetExpires Method
TS3PutObjectRequest.GetGrantFullControl Method
TS3PutObjectRequest.GetGrantRead Method
TS3PutObjectRequest.GetGrantReadAcp Method
TS3PutObjectRequest.GetGrantWriteAcp Method
TS3PutObjectRequest.GetObjectLockLegalHold Method
TS3PutObjectRequest.GetObjectLockMode Method
TS3PutObjectRequest.GetObjectLockRetainUntilDate Method
TS3PutObjectRequest.GetOnSendData Method
TS3PutObjectRequest.GetServerSideEncryption Method
TS3PutObjectRequest.GetSseAwsKmsKeyId Method
TS3PutObjectRequest.GetSseBucketKeyEnabled Method
TS3PutObjectRequest.GetSseContext Method
TS3PutObjectRequest.GetSseCustomerAlgorithm Method
TS3PutObjectRequest.GetSseCustomerKey Method
TS3PutObjectRequest.GetSseCustomerKeyMD5 Method
TS3PutObjectRequest.GetStorageClass Method
TS3PutObjectRequest.GetTags Method
TS3PutObjectRequest.GetWebsiteRedirectLocation Method
TS3PutObjectRequest.PrepareRequest Method
TS3PutObjectRequest.SetAcl Method
TS3PutObjectRequest.SetBody Method
TS3PutObjectRequest.SetCacheControl Method
TS3PutObjectRequest.SetContentDisposition Method
TS3PutObjectRequest.SetContentEncoding Method
TS3PutObjectRequest.SetContentLanguage Method
TS3PutObjectRequest.SetContentType Method
TS3PutObjectRequest.SetExpires Method
TS3PutObjectRequest.SetGrantFullControl Method
TS3PutObjectRequest.SetGrantRead Method
TS3PutObjectRequest.SetGrantReadAcp Method
TS3PutObjectRequest.SetGrantWriteAcp Method
TS3PutObjectRequest.SetObjectLockLegalHold Method
TS3PutObjectRequest.SetObjectLockMode Method
TS3PutObjectRequest.SetObjectLockRetainUntilDate Method
TS3PutObjectRequest.SetOnSendData Method
TS3PutObjectRequest.SetServerSideEncryption Method
TS3PutObjectRequest.SetSseAwsKmsKeyId Method
TS3PutObjectRequest.SetSseBucketKeyEnabled Method
TS3PutObjectRequest.SetSseContext Method
TS3PutObjectRequest.SetSseCustomerAlgorithm Method
TS3PutObjectRequest.SetSseCustomerKey Method
TS3PutObjectRequest.SetSseCustomerKeyMD5 Method
TS3PutObjectRequest.SetStorageClass Method
TS3PutObjectRequest.SetWebsiteRedirectLocation Method
Properties
TS3PutObjectRequest.Acl Property
TS3PutObjectRequest.Body Property
TS3PutObjectRequest.CacheControl Property
TS3PutObjectRequest.ContentDisposition Property
TS3PutObjectRequest.ContentEncoding Property
TS3PutObjectRequest.ContentLanguage Property
TS3PutObjectRequest.ContentType Property
TS3PutObjectRequest.Expires Property
TS3PutObjectRequest.GrantFullControl Property
TS3PutObjectRequest.GrantRead Property
TS3PutObjectRequest.GrantReadAcp Property
TS3PutObjectRequest.GrantWriteAcp Property
TS3PutObjectRequest.ObjectLockLegalHold Property
TS3PutObjectRequest.ObjectLockMode Property
TS3PutObjectRequest.ObjectLockRetainUntilDate Property
TS3PutObjectRequest.OnSendData Property
TS3PutObjectRequest.ServerSideEncryption Property
TS3PutObjectRequest.SseAwsKmsKeyId Property
TS3PutObjectRequest.SseBucketKeyEnabled Property
TS3PutObjectRequest.SseContext Property
TS3PutObjectRequest.SseCustomerAlgorithm Property
TS3PutObjectRequest.SseCustomerKey Property
TS3PutObjectRequest.SseCustomerKeyMD5 Property
TS3PutObjectRequest.StorageClass Property
TS3PutObjectRequest.Tags Property
TS3PutObjectRequest.WebsiteRedirectLocation Property
TS3PutObjectResponse Class
Methods
TS3PutObjectResponse.GetExpiration Method
TS3PutObjectResponse.GetServerSideEncryption Method
TS3PutObjectResponse.GetSseAwsKmsKeyId Method
TS3PutObjectResponse.GetSseBucketKeyEnabled Method
TS3PutObjectResponse.GetSseContext Method
TS3PutObjectResponse.GetSseCustomerAlgorithm Method
TS3PutObjectResponse.GetSseCustomerKeyMD5 Method
TS3PutObjectResponse.GetVersionId Method
Properties
TS3PutObjectResponse.Expiration Property
TS3PutObjectResponse.ServerSideEncryption Property
TS3PutObjectResponse.SseAwsKmsKeyId Property
TS3PutObjectResponse.SseBucketKeyEnabled Property
TS3PutObjectResponse.SseContext Property
TS3PutObjectResponse.SseCustomerAlgorithm Property
TS3PutObjectResponse.SseCustomerKeyMD5 Property
TS3PutObjectResponse.VersionId Property
TS3PutObjectRetentionRequest Class
Methods
TS3PutObjectRetentionRequest.Create Constructor
TS3PutObjectRetentionRequest.GetBypassGovernanceRetention Method
TS3PutObjectRetentionRequest.GetRetention Method
TS3PutObjectRetentionRequest.GetVersionId Method
TS3PutObjectRetentionRequest.PrepareRequest Method
TS3PutObjectRetentionRequest.SetBypassGovernanceRetention Method
TS3PutObjectRetentionRequest.SetRetention Method
TS3PutObjectRetentionRequest.SetVersionId Method
Properties
TS3PutObjectRetentionRequest.BypassGovernanceRetention Property
TS3PutObjectRetentionRequest.Retention Property
TS3PutObjectRetentionRequest.VersionId Property
TS3PutObjectRetentionResponse Class
TS3PutObjectTaggingRequest Class
Methods
TS3PutObjectTaggingRequest.Create Constructor
TS3PutObjectTaggingRequest.GetTagging Method
TS3PutObjectTaggingRequest.GetVersionId Method
TS3PutObjectTaggingRequest.PrepareRequest Method
TS3PutObjectTaggingRequest.SetVersionId Method
Properties
TS3PutObjectTaggingRequest.Tagging Property
TS3PutObjectTaggingRequest.VersionId Property
TS3PutObjectTaggingResponse Class
TS3PutPublicAccessBlockRequest Class
Methods
TS3PutPublicAccessBlockRequest.Create Constructor
TS3PutPublicAccessBlockRequest.GetPublicAccessBlockConfiguration Method
TS3PutPublicAccessBlockRequest.PrepareRequest Method
Properties
TS3PutPublicAccessBlockRequest.PublicAccessBlockConfiguration Property
TS3PutPublicAccessBlockResponse Class
TS3QueueConfiguration Class
Methods
TS3QueueConfiguration.Create Constructor (IXMLNode)
TS3QueueConfiguration.Create Constructor (TARN)
TS3QueueConfiguration.CreateNode Method
TS3QueueConfiguration.Destroy Destructor
TS3QueueConfiguration.GetEvents Method
TS3QueueConfiguration.GetFilter Method
TS3QueueConfiguration.GetId Method
TS3QueueConfiguration.GetQueue Method
TS3QueueConfiguration.SetFilter Method
TS3QueueConfiguration.SetId Method
TS3QueueConfiguration.SetQueue Method
Properties
TS3QueueConfiguration.Events Property
TS3QueueConfiguration.Filter Property
TS3QueueConfiguration.Id Property
TS3QueueConfiguration.Queue Property
TS3QueueConfigurations Class
TS3Redirect Class
Methods
TS3Redirect.Create Constructor ()
TS3Redirect.Create Constructor (IXMLNode)
TS3Redirect.CreateNode Method
TS3Redirect.GetHostName Method
TS3Redirect.GetHttpRedirectCode Method
TS3Redirect.GetProtocol Method
TS3Redirect.GetReplaceKeyPrefixWith Method
TS3Redirect.GetReplaceKeyWith Method
TS3Redirect.SetHostName Method
TS3Redirect.SetHttpRedirectCode Method
TS3Redirect.SetProtocol Method
TS3Redirect.SetReplaceKeyPrefixWith Method
TS3Redirect.SetReplaceKeyWith Method
Properties
TS3Redirect.HostName Property
TS3Redirect.HttpRedirectCode Property
TS3Redirect.Protocol Property
TS3Redirect.ReplaceKeyPrefixWith Property
TS3Redirect.ReplaceKeyWith Property
TS3RedirectAllRequestsTo Class
Methods
TS3RedirectAllRequestsTo.Create Constructor (IXMLNode)
TS3RedirectAllRequestsTo.Create Constructor (string, string)
TS3RedirectAllRequestsTo.CreateNode Method
TS3RedirectAllRequestsTo.GetHostName Method
TS3RedirectAllRequestsTo.GetProtocol Method
Properties
TS3RedirectAllRequestsTo.HostName Property
TS3RedirectAllRequestsTo.Protocol Property
TS3ReplicaModifications Class
Methods
TS3ReplicaModifications.Create Constructor (IXMLNode)
TS3ReplicaModifications.Create Constructor (string)
TS3ReplicaModifications.CreateNode Method
TS3ReplicaModifications.GetStatus Method
Properties
TS3ReplicaModifications.Status Property
TS3ReplicationConfiguration Class
Methods
TS3ReplicationConfiguration.Create Constructor
TS3ReplicationConfiguration.Destroy Destructor
TS3ReplicationConfiguration.GetRole Method
TS3ReplicationConfiguration.GetRules Method
TS3ReplicationConfiguration.SetRole Method
TS3ReplicationConfiguration.ToString Method
TS3ReplicationConfiguration.ToXML Method
Properties
TS3ReplicationConfiguration.Role Property
TS3ReplicationConfiguration.Rules Property
TS3ReplicationRule Class
Methods
TS3ReplicationRule.Create Constructor (IXMLNode)
TS3ReplicationRule.Create Constructor (TARN)
TS3ReplicationRule.CreateNode Method
TS3ReplicationRule.GetDeleteMarkerReplication Method
TS3ReplicationRule.GetDestination Method
TS3ReplicationRule.GetExistingObjectReplication Method
TS3ReplicationRule.GetFilter Method
TS3ReplicationRule.GetID Method
TS3ReplicationRule.GetPriority Method
TS3ReplicationRule.GetSourceSelectionCriteria Method
TS3ReplicationRule.GetStatus Method
TS3ReplicationRule.SetDeleteMarkerReplication Method
TS3ReplicationRule.SetExistingObjectReplication Method
TS3ReplicationRule.SetFilter Method
TS3ReplicationRule.SetID Method
TS3ReplicationRule.SetPriority Method
TS3ReplicationRule.SetSourceSelectionCriteria Method
TS3ReplicationRule.SetStatus Method
Properties
TS3ReplicationRule.DeleteMarkerReplication Property
TS3ReplicationRule.Destination Property
TS3ReplicationRule.ExistingObjectReplication Property
TS3ReplicationRule.Filter Property
TS3ReplicationRule.ID Property
TS3ReplicationRule.Priority Property
TS3ReplicationRule.SourceSelectionCriteria Property
TS3ReplicationRule.Status Property
TS3ReplicationRules Class
TS3ReplicationTime Class
Methods
TS3ReplicationTime.Create Constructor (IXMLNode)
TS3ReplicationTime.Create Constructor (string)
TS3ReplicationTime.CreateNode Method
TS3ReplicationTime.GetStatus Method
TS3ReplicationTime.GetTime Method
TS3ReplicationTime.SetTime Method
Properties
TS3ReplicationTime.Status Property
TS3ReplicationTime.Time Property
TS3ReplicationTimeValue Class
Methods
TS3ReplicationTimeValue.Create Constructor (IXMLNode)
TS3ReplicationTimeValue.Create Constructor (TOptional<Integer>)
TS3ReplicationTimeValue.CreateNode Method
TS3ReplicationTimeValue.GetMinutes Method
Properties
TS3ReplicationTimeValue.Minutes Property
TS3Request Class
Methods
TS3Request.GetEndpoint Method
TS3Request.GetEndpointURL Method
TS3Request.GetSubResource Method
TS3Request.PrepareRequest Method
Properties
TS3Request.SubResource Property
TS3RequestPaymentConfiguration Class
Methods
TS3RequestPaymentConfiguration.GetPayer Method
TS3RequestPaymentConfiguration.SetPayer Method
TS3RequestPaymentConfiguration.ToString Method
TS3RequestPaymentConfiguration.ToXML Method
Properties
TS3RequestPaymentConfiguration.Payer Property
TS3Response Class
Methods
TS3Response.Create Constructor
TS3Response.GetAcceptRanges Method
TS3Response.GetCacheControl Method
TS3Response.GetConnection Method
TS3Response.GetContentDisposition Method
TS3Response.GetContentEncoding Method
TS3Response.GetContentLanguage Method
TS3Response.GetContentLength Method
TS3Response.GetContentRange Method
TS3Response.GetContentType Method
TS3Response.GetDate Method
TS3Response.GetDeleteMarker Method
TS3Response.GetETag Method
TS3Response.GetExpires Method
TS3Response.GetId2 Method
TS3Response.GetIsXML Method
TS3Response.GetLastModified Method
TS3Response.GetRequestCharged Method
TS3Response.GetRequestId Method
TS3Response.GetServer Method
TS3Response.GetStatusCode Method
TS3Response.GetVersionId Method
TS3Response.HandleError Method
Properties
TS3Response.AcceptRanges Property
TS3Response.CacheControl Property
TS3Response.Connection Property
TS3Response.ContentDisposition Property
TS3Response.ContentEncoding Property
TS3Response.ContentLanguage Property
TS3Response.ContentLength Property
TS3Response.ContentRange Property
TS3Response.ContentType Property
TS3Response.Date Property
TS3Response.DeleteMarker Property
TS3Response.ETag Property
TS3Response.Expires Property
TS3Response.Id2 Property
TS3Response.LastModified Property
TS3Response.RequestCharged Property
TS3Response.RequestId Property
TS3Response.Server Property
TS3Response.StatusCode Property
TS3Response.VersionId Property
TS3ResponseFactory Class
Methods
TS3ResponseFactory.Create Constructor
TS3ResponseFactory.CreateResponse Method
Properties
TS3ResponseFactory.Client Property
TS3ResponseFactory.ResponseClass Property
TS3RestoreObjectRequest Class
Methods
TS3RestoreObjectRequest.Create Constructor
TS3RestoreObjectRequest.GetRestoreRequest Method
TS3RestoreObjectRequest.GetVersionId Method
TS3RestoreObjectRequest.PrepareRequest Method
TS3RestoreObjectRequest.SetVersionId Method
Properties
TS3RestoreObjectRequest.RestoreRequest Property
TS3RestoreObjectRequest.VersionId Property
TS3RestoreObjectResponse Class
Methods
TS3RestoreObjectResponse.GetRestoreOutputPath Method
Properties
TS3RestoreObjectResponse.RestoreOutputPath Property
TS3RestoreRequest Class
Methods
TS3RestoreRequest.GetDays Method
TS3RestoreRequest.GetDescription Method
TS3RestoreRequest.GetGlacierJobParameters Method
TS3RestoreRequest.GetOutputLocation Method
TS3RestoreRequest.GetRestoreType Method
TS3RestoreRequest.GetSelectParameters Method
TS3RestoreRequest.GetTier Method
TS3RestoreRequest.SetDays Method
TS3RestoreRequest.SetDescription Method
TS3RestoreRequest.SetGlacierJobParameters Method
TS3RestoreRequest.SetOutputLocation Method
TS3RestoreRequest.SetRestoreType Method
TS3RestoreRequest.SetSelectParameters Method
TS3RestoreRequest.SetTier Method
TS3RestoreRequest.ToString Method
TS3RestoreRequest.ToXML Method
Properties
TS3RestoreRequest.Days Property
TS3RestoreRequest.Description Property
TS3RestoreRequest.GlacierJobParameters Property
TS3RestoreRequest.OutputLocation Property
TS3RestoreRequest.RestoreType Property
TS3RestoreRequest.SelectParameters Property
TS3RestoreRequest.Tier Property
TS3Retention Class
Methods
TS3Retention.Create Constructor ()
TS3Retention.Create Constructor (IXMLNode)
TS3Retention.GetMode Method
TS3Retention.GetRetainUntilDate Method
TS3Retention.SetMode Method
TS3Retention.SetRetainUntilDate Method
TS3Retention.ToString Method
TS3Retention.ToXML Method
Properties
TS3Retention.Mode Property
TS3Retention.RetainUntilDate Property
TS3RoutingRule Class
Methods
TS3RoutingRule.Create Constructor ()
TS3RoutingRule.Create Constructor (IXMLNode)
TS3RoutingRule.CreateNode Method
TS3RoutingRule.GetCondition Method
TS3RoutingRule.GetRedirect Method
TS3RoutingRule.SetCondition Method
TS3RoutingRule.SetRedirect Method
Properties
TS3RoutingRule.Condition Property
TS3RoutingRule.Redirect Property
TS3RoutingRules Class
Methods
TS3RoutingRules.CreateNode Method
TS3RoutingRules.ParseXML Method
TS3SSEKMS Class
Methods
TS3SSEKMS.Create Constructor
TS3SSEKMS.CreateNode Method
TS3SSEKMS.GetKeyId Method
Properties
TS3SSEKMS.KeyId Property
TS3SSES3 Class
Methods
TS3SSES3.CreateNode Method
TS3SelectParameters Class
Methods
TS3SelectParameters.Create Constructor
TS3SelectParameters.CreateNode Method
TS3SelectParameters.GetExpression Method
TS3SelectParameters.GetExpressionType Method
TS3SelectParameters.GetInputSerialization Method
TS3SelectParameters.GetOutputSerialization Method
TS3SelectParameters.SetExpression Method
TS3SelectParameters.SetExpressionType Method
TS3SelectParameters.SetInputSerialization Method
TS3SelectParameters.SetOutputSerialization Method
TS3SelectParameters.SQL Method
Properties
TS3SelectParameters.Expression Property
TS3SelectParameters.ExpressionType Property
TS3SelectParameters.InputSerialization Property
TS3SelectParameters.OutputSerialization Property
TS3ServerSideEncryptionByDefault Class
Methods
TS3ServerSideEncryptionByDefault.Create Constructor (IXMLNode)
TS3ServerSideEncryptionByDefault.Create Constructor (string)
TS3ServerSideEncryptionByDefault.CreateNode Method
TS3ServerSideEncryptionByDefault.GetKMSMasterKeyID Method
TS3ServerSideEncryptionByDefault.GetSSEAlgorithm Method
Properties
TS3ServerSideEncryptionByDefault.KMSMasterKeyID Property
TS3ServerSideEncryptionByDefault.SSEAlgorithm Property
TS3ServerSideEncryptionRule Class
Methods
TS3ServerSideEncryptionRule.Create Constructor ()
TS3ServerSideEncryptionRule.Create Constructor (IXMLNode)
TS3ServerSideEncryptionRule.CreateNode Method
TS3ServerSideEncryptionRule.Destroy Destructor
TS3ServerSideEncryptionRule.GetApplyServerSideEncryptionByDefault Method
TS3ServerSideEncryptionRule.GetBucketKeyEnabled Method
TS3ServerSideEncryptionRule.SetApplyServerSideEncryptionByDefault Method
TS3ServerSideEncryptionRule.SetBucketKeyEnabled Method
Properties
TS3ServerSideEncryptionRule.ApplyServerSideEncryptionByDefault Property
TS3ServerSideEncryptionRule.BucketKeyEnabled Property
TS3ServerSideEncryptionRules Class
TS3SourceSelectionCriteria Class
Methods
TS3SourceSelectionCriteria.Create Constructor ()
TS3SourceSelectionCriteria.Create Constructor (IXMLNode)
TS3SourceSelectionCriteria.CreateNode Method
TS3SourceSelectionCriteria.GetReplicaModifications Method
TS3SourceSelectionCriteria.GetSseKmsEncryptedObjects Method
TS3SourceSelectionCriteria.SetReplicaModifications Method
TS3SourceSelectionCriteria.SetSseKmsEncryptedObjects Method
Properties
TS3SourceSelectionCriteria.ReplicaModifications Property
TS3SourceSelectionCriteria.SseKmsEncryptedObjects Property
TS3SseKmsEncryptedObjects Class
Methods
TS3SseKmsEncryptedObjects.Create Constructor (IXMLNode)
TS3SseKmsEncryptedObjects.Create Constructor (string)
TS3SseKmsEncryptedObjects.CreateNode Method
TS3SseKmsEncryptedObjects.GetStatus Method
Properties
TS3SseKmsEncryptedObjects.Status Property
TS3StorageClassAnalysis Class
Methods
TS3StorageClassAnalysis.Create Constructor ()
TS3StorageClassAnalysis.Create Constructor (IXMLNode)
TS3StorageClassAnalysis.CreateNode Method
TS3StorageClassAnalysis.GetDataExport Method
TS3StorageClassAnalysis.SetDataExport Method
Properties
TS3StorageClassAnalysis.DataExport Property
TS3StorageClassAnalysisDataExport Class
Methods
TS3StorageClassAnalysisDataExport.Create Constructor ()
TS3StorageClassAnalysisDataExport.Create Constructor (IXMLNode)
TS3StorageClassAnalysisDataExport.CreateNode Method
TS3StorageClassAnalysisDataExport.GetDestination Method
TS3StorageClassAnalysisDataExport.GetOutputSchemaVersion Method
TS3StorageClassAnalysisDataExport.SetDestination Method
Properties
TS3StorageClassAnalysisDataExport.Destination Property
TS3StorageClassAnalysisDataExport.OutputSchemaVersion Property
TS3StreamUploader Class
Methods
TS3StreamUploader.Create Constructor
TS3StreamUploader.GetMultipartThreshold Method
TS3StreamUploader.SetMultipartThreshold Method
TS3StreamUploader.Upload Method
Properties
TS3StreamUploader.MultipartThreshold Property
TS3Tagging Class
Methods
TS3Tagging.Create Constructor ()
TS3Tagging.Create Constructor (IXMLNode)
TS3Tagging.CreateNode Method
TS3Tagging.GetTagSet Method
TS3Tagging.ToString Method
TS3Tagging.ToXML Method
Properties
TS3Tagging.TagSet Property
TS3TargetGrant Class
Methods
TS3TargetGrant.Create Constructor ()
TS3TargetGrant.Create Constructor (IXMLNode)
TS3TargetGrant.CreateNode Method
TS3TargetGrant.GetGrantee Method
TS3TargetGrant.GetPermission Method
TS3TargetGrant.SetGrantee Method
TS3TargetGrant.SetPermission Method
Properties
TS3TargetGrant.Grantee Property
TS3TargetGrant.Permission Property
TS3TargetGrants Class
Methods
TS3TargetGrants.CreateNode Method
TS3TargetGrants.ParseXML Method
TS3Tiering Class
Methods
TS3Tiering.Create Constructor (IXMLNode)
TS3Tiering.Create Constructor (string, Integer)
TS3Tiering.CreateNode Method
TS3Tiering.GetAccessTier Method
TS3Tiering.GetDays Method
Properties
TS3Tiering.AccessTier Property
TS3Tiering.Days Property
TS3Tierings Class
TS3TopicConfiguration Class
Methods
TS3TopicConfiguration.Create Constructor (IXMLNode)
TS3TopicConfiguration.Create Constructor (TARN)
TS3TopicConfiguration.CreateNode Method
TS3TopicConfiguration.Destroy Destructor
TS3TopicConfiguration.GetEvents Method
TS3TopicConfiguration.GetFilter Method
TS3TopicConfiguration.GetId Method
TS3TopicConfiguration.GetTopic Method
TS3TopicConfiguration.SetFilter Method
TS3TopicConfiguration.SetId Method
TS3TopicConfiguration.SetTopic Method
Properties
TS3TopicConfiguration.Events Property
TS3TopicConfiguration.Filter Property
TS3TopicConfiguration.Id Property
TS3TopicConfiguration.Topic Property
TS3TopicConfigurations Class
TS3Transition Class
Methods
TS3Transition.Create Constructor ()
TS3Transition.Create Constructor (IXMLNode)
TS3Transition.CreateNode Method
TS3Transition.GetDate Method
TS3Transition.GetDays Method
TS3Transition.GetStorageClass Method
TS3Transition.SetDate Method
TS3Transition.SetDays Method
TS3Transition.SetStorageClass Method
Properties
TS3Transition.Date Property
TS3Transition.Days Property
TS3Transition.StorageClass Property
TS3Transitions Class
TS3UploadPartCopyRequest Class
Methods
TS3UploadPartCopyRequest.GetCopySource Method
TS3UploadPartCopyRequest.GetCopySourceIfMatch Method
TS3UploadPartCopyRequest.GetCopySourceIfModifiedSince Method
TS3UploadPartCopyRequest.GetCopySourceIfNoneMatch Method
TS3UploadPartCopyRequest.GetCopySourceIfUnmodifiedSince Method
TS3UploadPartCopyRequest.GetCopySourceRange Method
TS3UploadPartCopyRequest.GetCopySourceSseCustomerAlgorithm Method
TS3UploadPartCopyRequest.GetCopySourceSseCustomerKey Method
TS3UploadPartCopyRequest.GetCopySourceSseCustomerKeyMD5 Method
TS3UploadPartCopyRequest.GetPartNumber Method
TS3UploadPartCopyRequest.GetSourceExpectedBucketOwner Method
TS3UploadPartCopyRequest.GetSseCustomerAlgorithm Method
TS3UploadPartCopyRequest.GetSseCustomerKey Method
TS3UploadPartCopyRequest.GetSseCustomerKeyMD5 Method
TS3UploadPartCopyRequest.GetUploadId Method
TS3UploadPartCopyRequest.PrepareRequest Method
TS3UploadPartCopyRequest.SetCopySource Method
TS3UploadPartCopyRequest.SetCopySourceIfMatch Method
TS3UploadPartCopyRequest.SetCopySourceIfModifiedSince Method
TS3UploadPartCopyRequest.SetCopySourceIfNoneMatch Method
TS3UploadPartCopyRequest.SetCopySourceIfUnmodifiedSince Method
TS3UploadPartCopyRequest.SetCopySourceRange Method
TS3UploadPartCopyRequest.SetCopySourceSseCustomerAlgorithm Method
TS3UploadPartCopyRequest.SetCopySourceSseCustomerKey Method
TS3UploadPartCopyRequest.SetCopySourceSseCustomerKeyMD5 Method
TS3UploadPartCopyRequest.SetPartNumber Method
TS3UploadPartCopyRequest.SetSourceExpectedBucketOwner Method
TS3UploadPartCopyRequest.SetSseCustomerAlgorithm Method
TS3UploadPartCopyRequest.SetSseCustomerKey Method
TS3UploadPartCopyRequest.SetSseCustomerKeyMD5 Method
TS3UploadPartCopyRequest.SetUploadId Method
Properties
TS3UploadPartCopyRequest.CopySource Property
TS3UploadPartCopyRequest.CopySourceIfMatch Property
TS3UploadPartCopyRequest.CopySourceIfModifiedSince Property
TS3UploadPartCopyRequest.CopySourceIfNoneMatch Property
TS3UploadPartCopyRequest.CopySourceIfUnmodifiedSince Property
TS3UploadPartCopyRequest.CopySourceRange Property
TS3UploadPartCopyRequest.CopySourceSseCustomerAlgorithm Property
TS3UploadPartCopyRequest.CopySourceSseCustomerKey Property
TS3UploadPartCopyRequest.CopySourceSseCustomerKeyMD5 Property
TS3UploadPartCopyRequest.PartNumber Property
TS3UploadPartCopyRequest.SourceExpectedBucketOwner Property
TS3UploadPartCopyRequest.SseCustomerAlgorithm Property
TS3UploadPartCopyRequest.SseCustomerKey Property
TS3UploadPartCopyRequest.SseCustomerKeyMD5 Property
TS3UploadPartCopyRequest.UploadId Property
TS3UploadPartCopyResponse Class
Methods
TS3UploadPartCopyResponse.Create Constructor
TS3UploadPartCopyResponse.GetCopyPartResult Method
TS3UploadPartCopyResponse.GetCopySourceVersionId Method
TS3UploadPartCopyResponse.GetServerSideEncryption Method
TS3UploadPartCopyResponse.GetSseAwsKmsKeyId Method
TS3UploadPartCopyResponse.GetSseBucketKeyEnabled Method
TS3UploadPartCopyResponse.GetSseCustomerAlgorithm Method
TS3UploadPartCopyResponse.GetSseCustomerKeyMD5 Method
Properties
TS3UploadPartCopyResponse.CopyPartResult Property
TS3UploadPartCopyResponse.CopySourceVersionId Property
TS3UploadPartCopyResponse.ServerSideEncryption Property
TS3UploadPartCopyResponse.SseAwsKmsKeyId Property
TS3UploadPartCopyResponse.SseBucketKeyEnabled Property
TS3UploadPartCopyResponse.SseCustomerAlgorithm Property
TS3UploadPartCopyResponse.SseCustomerKeyMD5 Property
TS3UploadPartRequest Class
Methods
TS3UploadPartRequest.GetBody Method
TS3UploadPartRequest.GetOnProgress Method
TS3UploadPartRequest.GetPartNumber Method
TS3UploadPartRequest.GetSseCustomerAlgorithm Method
TS3UploadPartRequest.GetSseCustomerKey Method
TS3UploadPartRequest.GetSseCustomerKeyMD5 Method
TS3UploadPartRequest.GetUploadId Method
TS3UploadPartRequest.PrepareRequest Method
TS3UploadPartRequest.SetBody Method
TS3UploadPartRequest.SetOnProgress Method
TS3UploadPartRequest.SetPartNumber Method
TS3UploadPartRequest.SetSseCustomerAlgorithm Method
TS3UploadPartRequest.SetSseCustomerKey Method
TS3UploadPartRequest.SetSseCustomerKeyMD5 Method
TS3UploadPartRequest.SetUploadId Method
Properties
TS3UploadPartRequest.Body Property
TS3UploadPartRequest.OnProgress Property
TS3UploadPartRequest.PartNumber Property
TS3UploadPartRequest.SseCustomerAlgorithm Property
TS3UploadPartRequest.SseCustomerKey Property
TS3UploadPartRequest.SseCustomerKeyMD5 Property
TS3UploadPartRequest.UploadId Property
TS3UploadPartResponse Class
Methods
TS3UploadPartResponse.GetServerSideEncryption Method
TS3UploadPartResponse.GetSseAwsKmsKeyId Method
TS3UploadPartResponse.GetSseBucketKeyEnabled Method
TS3UploadPartResponse.GetSseCustomerAlgorithm Method
TS3UploadPartResponse.GetSseCustomerKey Method
TS3UploadPartResponse.GetSseCustomerKeyMD5 Method
Properties
TS3UploadPartResponse.ServerSideEncryption Property
TS3UploadPartResponse.SseAwsKmsKeyId Property
TS3UploadPartResponse.SseBucketKeyEnabled Property
TS3UploadPartResponse.SseCustomerAlgorithm Property
TS3UploadPartResponse.SseCustomerKey Property
TS3UploadPartResponse.SseCustomerKeyMD5 Property
TS3VersioningConfiguration Class
Methods
TS3VersioningConfiguration.GetMFADelete Method
TS3VersioningConfiguration.GetStatus Method
TS3VersioningConfiguration.SetMFADelete Method
TS3VersioningConfiguration.SetStatus Method
TS3VersioningConfiguration.ToString Method
TS3VersioningConfiguration.ToXML Method
Properties
TS3VersioningConfiguration.MFADelete Property
TS3VersioningConfiguration.Status Property
TS3Waiter Class
Methods
TS3Waiter.Create Constructor
TS3Waiter.GetAttempts Method
TS3Waiter.GetBeforeAttempt Method
TS3Waiter.GetBeforeWait Method
TS3Waiter.GetClient Method
TS3Waiter.GetDelay Method
TS3Waiter.GetMaxAttempts Method
TS3Waiter.IncAttempts Method
TS3Waiter.ResetAttempts Method
Properties
TS3Waiter.Attempts Property
TS3Waiter.BeforeAttempt Property
TS3Waiter.BeforeWait Property
TS3Waiter.Client Property
TS3Waiter.Delay Property
TS3Waiter.MaxAttempts Property
TS3WebsiteConfiguration Class
Methods
TS3WebsiteConfiguration.Create Constructor
TS3WebsiteConfiguration.Destroy Destructor
TS3WebsiteConfiguration.GetErrorDocument Method
TS3WebsiteConfiguration.GetIndexDocument Method
TS3WebsiteConfiguration.GetRedirectAllRequestsTo Method
TS3WebsiteConfiguration.GetRoutingRules Method
TS3WebsiteConfiguration.SetErrorDocument Method
TS3WebsiteConfiguration.SetIndexDocument Method
TS3WebsiteConfiguration.SetRedirectAllRequestsTo Method
TS3WebsiteConfiguration.ToString Method
TS3WebsiteConfiguration.ToXML Method
Properties
TS3WebsiteConfiguration.ErrorDocument Property
TS3WebsiteConfiguration.IndexDocument Property
TS3WebsiteConfiguration.RedirectAllRequestsTo Property
TS3WebsiteConfiguration.RoutingRules Property
IS3AbortIncompleteMultipartUpload Interface
Methods
IS3AbortIncompleteMultipartUpload.GetDaysAfterInitiation Method
Properties
IS3AbortIncompleteMultipartUpload.DaysAfterInitiation Property
IS3AbortMultipartUploadRequest Interface
Methods
IS3AbortMultipartUploadRequest.GetUploadId Method
IS3AbortMultipartUploadRequest.SetUploadId Method
Properties
IS3AbortMultipartUploadRequest.UploadId Property
IS3AbortMultipartUploadResponse Interface
IS3AccelerateConfiguration Interface
Methods
IS3AccelerateConfiguration.GetStatus Method
IS3AccelerateConfiguration.SetStatus Method
IS3AccelerateConfiguration.ToString Method
IS3AccelerateConfiguration.ToXML Method
Properties
IS3AccelerateConfiguration.Status Property
IS3AccessControlPolicy Interface
Methods
IS3AccessControlPolicy.GetAccessControlList Method
IS3AccessControlPolicy.GetOwner Method
IS3AccessControlPolicy.SetOwner Method
IS3AccessControlPolicy.ToString Method
IS3AccessControlPolicy.ToXML Method
Properties
IS3AccessControlPolicy.AccessControlList Property
IS3AccessControlPolicy.Owner Property
IS3AccessControlTranslation Interface
Methods
IS3AccessControlTranslation.GetOwner Method
Properties
IS3AccessControlTranslation.Owner Property
IS3AnalyticsConfiguration Interface
Methods
IS3AnalyticsConfiguration.GetFilter Method
IS3AnalyticsConfiguration.GetId Method
IS3AnalyticsConfiguration.GetStorageClassAnalysis Method
IS3AnalyticsConfiguration.SetFilter Method
IS3AnalyticsConfiguration.ToString Method
IS3AnalyticsConfiguration.ToXML Method
Properties
IS3AnalyticsConfiguration.Filter Property
IS3AnalyticsConfiguration.Id Property
IS3AnalyticsConfiguration.StorageClassAnalysis Property
IS3AnalyticsExportDestination Interface
Methods
IS3AnalyticsExportDestination.GetS3BucketDestination Method
Properties
IS3AnalyticsExportDestination.S3BucketDestination Property
IS3AnalyticsS3BucketDestination Interface
Methods
IS3AnalyticsS3BucketDestination.GetBucket Method
IS3AnalyticsS3BucketDestination.GetBucketAccountId Method
IS3AnalyticsS3BucketDestination.GetFormat Method
IS3AnalyticsS3BucketDestination.GetPrefix Method
IS3AnalyticsS3BucketDestination.SetBucket Method
IS3AnalyticsS3BucketDestination.SetBucketAccountId Method
IS3AnalyticsS3BucketDestination.SetFormat Method
IS3AnalyticsS3BucketDestination.SetPrefix Method
Properties
IS3AnalyticsS3BucketDestination.Bucket Property
IS3AnalyticsS3BucketDestination.BucketAccountId Property
IS3AnalyticsS3BucketDestination.Format Property
IS3AnalyticsS3BucketDestination.Prefix Property
IS3AndOperator Interface
Methods
IS3AndOperator.GetPrefix Method
IS3AndOperator.GetTags Method
IS3AndOperator.SetPrefix Method
Properties
IS3AndOperator.Prefix Property
IS3AndOperator.Tags Property
IS3Bucket Interface
Methods
IS3Bucket.GetClient Method
IS3Bucket.GetCreationDate Method
IS3Bucket.GetExists Method
IS3Bucket.GetLocation Method
IS3Bucket.GetName Method
IS3Bucket.GetObject Method
IS3Bucket.Objects Method
IS3Bucket.SetClient Method
Properties
IS3Bucket.Client Property
IS3Bucket.CreationDate Property
IS3Bucket.Exists Property
IS3Bucket.Location Property
IS3Bucket.Name Property
IS3BucketConfigurationRequest Interface
Methods
IS3BucketConfigurationRequest.GetId Method
IS3BucketConfigurationRequest.SetId Method
Properties
IS3BucketConfigurationRequest.Id Property
IS3BucketEndpoint Interface
Methods
IS3BucketEndpoint.GetBucket Method
IS3BucketEndpoint.SetBucket Method
Properties
IS3BucketEndpoint.Bucket Property
IS3BucketLoggingStatus Interface
Methods
IS3BucketLoggingStatus.GetLoggingEnabled Method
IS3BucketLoggingStatus.SetLoggingEnabled Method
IS3BucketLoggingStatus.ToString Method
IS3BucketLoggingStatus.ToXML Method
Properties
IS3BucketLoggingStatus.LoggingEnabled Property
IS3BucketRequest Interface
Methods
IS3BucketRequest.GetBucket Method
IS3BucketRequest.GetExpectedBucketOwner Method
IS3BucketRequest.SetBucket Method
IS3BucketRequest.SetExpectedBucketOwner Method
Properties
IS3BucketRequest.Bucket Property
IS3BucketRequest.ExpectedBucketOwner Property
IS3BucketWaiter Interface
Methods
IS3BucketWaiter.Wait Method
IS3CORSConfiguration Interface
Methods
IS3CORSConfiguration.GetCORSRules Method
IS3CORSConfiguration.ToString Method
IS3CORSConfiguration.ToXML Method
Properties
IS3CORSConfiguration.CORSRules Property
IS3CORSRule Interface
Methods
IS3CORSRule.GetAllowedHeaders Method
IS3CORSRule.GetAllowedMethods Method
IS3CORSRule.GetAllowedOrigins Method
IS3CORSRule.GetExposeHeaders Method
IS3CORSRule.GetID Method
IS3CORSRule.GetMaxAgeSeconds Method
IS3CORSRule.SetID Method
IS3CORSRule.SetMaxAgeSeconds Method
Properties
IS3CORSRule.AllowedHeaders Property
IS3CORSRule.AllowedMethods Property
IS3CORSRule.AllowedOrigins Property
IS3CORSRule.ExposeHeaders Property
IS3CORSRule.ID Property
IS3CORSRule.MaxAgeSeconds Property
IS3CSVInput Interface
Methods
IS3CSVInput.GetAllowQuotedRecordDelimiter Method
IS3CSVInput.GetComments Method
IS3CSVInput.GetFieldDelimiter Method
IS3CSVInput.GetFileHeaderInfo Method
IS3CSVInput.GetQuoteCharacter Method
IS3CSVInput.GetQuoteEscapeCharacter Method
IS3CSVInput.GetRecordDelimiter Method
IS3CSVInput.SetAllowQuotedRecordDelimiter Method
IS3CSVInput.SetComments Method
IS3CSVInput.SetFieldDelimiter Method
IS3CSVInput.SetFileHeaderInfo Method
IS3CSVInput.SetQuoteCharacter Method
IS3CSVInput.SetQuoteEscapeCharacter Method
IS3CSVInput.SetRecordDelimiter Method
Properties
IS3CSVInput.AllowQuotedRecordDelimiter Property
IS3CSVInput.Comments Property
IS3CSVInput.FieldDelimiter Property
IS3CSVInput.FileHeaderInfo Property
IS3CSVInput.QuoteCharacter Property
IS3CSVInput.QuoteEscapeCharacter Property
IS3CSVInput.RecordDelimiter Property
IS3CSVOutput Interface
Methods
IS3CSVOutput.GetFieldDelimiter Method
IS3CSVOutput.GetQuoteCharacter Method
IS3CSVOutput.GetQuoteEscapeCharacter Method
IS3CSVOutput.GetQuoteFields Method
IS3CSVOutput.GetRecordDelimiter Method
IS3CSVOutput.SetFieldDelimiter Method
IS3CSVOutput.SetQuoteCharacter Method
IS3CSVOutput.SetQuoteEscapeCharacter Method
IS3CSVOutput.SetQuoteFields Method
IS3CSVOutput.SetRecordDelimiter Method
Properties
IS3CSVOutput.FieldDelimiter Property
IS3CSVOutput.QuoteCharacter Property
IS3CSVOutput.QuoteEscapeCharacter Property
IS3CSVOutput.QuoteFields Property
IS3CSVOutput.RecordDelimiter Property
IS3Client Interface
Methods
IS3Client.AbortMultipartUpload Method (string, string, string)
IS3Client.CompleteMultipartUpload Method
IS3Client.CopyObject Method
IS3Client.CreateBucket Method (string)
IS3Client.CreateMultipartUpload Method (string, string)
IS3Client.DeleteBucket Method (string)
IS3Client.DeleteBucketAnalyticsConfiguration Method (string, string)
IS3Client.DeleteBucketCors Method (string)
IS3Client.DeleteBucketEncryption Method (string)
IS3Client.DeleteBucketIntelligentTieringConfiguration Method (string, string)
IS3Client.DeleteBucketInventoryConfiguration Method (string, string)
IS3Client.DeleteBucketLifecycle Method (string)
IS3Client.DeleteBucketMetricsConfiguration Method (string, string)
IS3Client.DeleteBucketOwnershipControls Method (string)
IS3Client.DeleteBucketPolicy Method (string)
IS3Client.DeleteBucketReplication Method (string)
IS3Client.DeleteBucketTagging Method (string)
IS3Client.DeleteBucketWebsite Method (string)
IS3Client.DeleteObject Method (string, string)
IS3Client.DeleteObjects Method
IS3Client.DeleteObjectTagging Method (string, string)
IS3Client.DeletePublicAccessBlock Method (string)
IS3Client.GetBucketAccelerateConfiguration Method (string)
IS3Client.GetBucketAcl Method (string)
IS3Client.GetBucketAnalyticsConfiguration Method (string, string)
IS3Client.GetBucketCors Method (string)
IS3Client.GetBucketEncryption Method (string)
IS3Client.GetBucketIntelligentTieringConfiguration Method (string, string)
IS3Client.GetBucketInventoryConfiguration Method (string, string)
IS3Client.GetBucketLifecycleConfiguration Method (string, string)
IS3Client.GetBucketLocation Method (string)
IS3Client.GetBucketLogging Method (string)
IS3Client.GetBucketMetricsConfiguration Method (string, string)
IS3Client.GetBucketNotificationConfiguration Method (string)
IS3Client.GetBucketOwnershipControls Method (string)
IS3Client.GetBucketPolicy Method (string)
IS3Client.GetBucketPolicyStatus Method (string)
IS3Client.GetBucketReplication Method (string)
IS3Client.GetBucketRequestPayment Method (string)
IS3Client.GetBucketTagging Method (string)
IS3Client.GetBucketVersioning Method (string)
IS3Client.GetBucketWebsite Method (string)
IS3Client.GetObject Method (string, string)
IS3Client.GetObjectAcl Method (string, string)
IS3Client.GetObjectLegalHold Method (string, string)
IS3Client.GetObjectLockConfiguration Method (string)
IS3Client.GetObjectRetention Method (string, string)
IS3Client.GetObjectTagging Method (string, string)
IS3Client.GetObjectTorrent Method (string, string)
IS3Client.GetPublicAccessBlock Method (string)
IS3Client.HeadBucket Method (string)
IS3Client.HeadObject Method (string, string)
IS3Client.ListBucketAnalyticsConfigurations Method (string, string)
IS3Client.ListBucketIntelligentTieringConfigurations Method (string, string)
IS3Client.ListBucketInventoryConfigurations Method (string, string)
IS3Client.ListBucketMetricsConfigurations Method (string, string)
IS3Client.ListBuckets Method ()
IS3Client.ListMultipartUploads Method (string)
IS3Client.ListObjectsV2 Method (string)
IS3Client.ListObjectVersions Method (string)
IS3Client.ListParts Method (string, string, string)
IS3Client.PutBucketAccelerateConfiguration Method (string, string)
IS3Client.PutBucketAcl Method
IS3Client.PutBucketAnalyticsConfiguration Method
IS3Client.PutBucketCors Method
IS3Client.PutBucketEncryption Method
IS3Client.PutBucketIntelligentTieringConfiguration Method
IS3Client.PutBucketInventoryConfiguration Method
IS3Client.PutBucketLifecycleConfiguration Method
IS3Client.PutBucketLogging Method
IS3Client.PutBucketMetricsConfiguration Method
IS3Client.PutBucketNotificationConfiguration Method
IS3Client.PutBucketOwnershipControls Method
IS3Client.PutBucketPolicy Method
IS3Client.PutBucketReplication Method
IS3Client.PutBucketRequestPayment Method
IS3Client.PutBucketTagging Method
IS3Client.PutBucketVersioning Method
IS3Client.PutBucketWebsite Method
IS3Client.PutObject Method
IS3Client.PutObjectAcl Method
IS3Client.PutObjectLegalHold Method
IS3Client.PutObjectLockConfiguration Method
IS3Client.PutObjectRetention Method
IS3Client.PutObjectTagging Method
IS3Client.PutPublicAccessBlock Method
IS3Client.RestoreObject Method
IS3Client.UploadPart Method
IS3Client.UploadPartCopy Method
IS3CommonPrefix Interface
Methods
IS3CommonPrefix.GetPrefix Method
Properties
IS3CommonPrefix.Prefix Property
IS3CompleteMultipartUploadRequest Interface
Methods
IS3CompleteMultipartUploadRequest.GetCompleteMultipartUpload Method
IS3CompleteMultipartUploadRequest.GetUploadId Method
IS3CompleteMultipartUploadRequest.SetUploadId Method
Properties
IS3CompleteMultipartUploadRequest.CompleteMultipartUpload Property
IS3CompleteMultipartUploadRequest.UploadId Property
IS3CompleteMultipartUploadResponse Interface
Methods
IS3CompleteMultipartUploadResponse.GetCompleteMultipartUploadResult Method
IS3CompleteMultipartUploadResponse.GetExpiration Method
IS3CompleteMultipartUploadResponse.GetServerSideEncryption Method
IS3CompleteMultipartUploadResponse.GetSseAwsKmsKeyId Method
IS3CompleteMultipartUploadResponse.GetSseBucketKeyEnabled Method
Properties
IS3CompleteMultipartUploadResponse.CompleteMultipartUploadResult Property
IS3CompleteMultipartUploadResponse.Expiration Property
IS3CompleteMultipartUploadResponse.ServerSideEncryption Property
IS3CompleteMultipartUploadResponse.SseAwsKmsKeyId Property
IS3CompleteMultipartUploadResponse.SseBucketKeyEnabled Property
IS3CompleteMultipartUploadResult Interface
Methods
IS3CompleteMultipartUploadResult.GetBucket Method
IS3CompleteMultipartUploadResult.GetETag Method
IS3CompleteMultipartUploadResult.GetKey Method
IS3CompleteMultipartUploadResult.GetLocation Method
Properties
IS3CompleteMultipartUploadResult.Bucket Property
IS3CompleteMultipartUploadResult.ETag Property
IS3CompleteMultipartUploadResult.Key Property
IS3CompleteMultipartUploadResult.Location Property
IS3CompletedMultipartUpload Interface
Methods
IS3CompletedMultipartUpload.AddPart Method
IS3CompletedMultipartUpload.GetParts Method
IS3CompletedMultipartUpload.ToString Method
IS3CompletedMultipartUpload.ToXML Method
Properties
IS3CompletedMultipartUpload.Parts Property
IS3CompletedPart Interface
Methods
IS3CompletedPart.GetETag Method
IS3CompletedPart.GetPartNumber Method
IS3CompletedPart.SetETag Method
IS3CompletedPart.SetPartNumber Method
Properties
IS3CompletedPart.ETag Property
IS3CompletedPart.PartNumber Property
IS3Condition Interface
Methods
IS3Condition.GetHttpErrorCodeReturnedEquals Method
IS3Condition.GetKeyPrefixEquals Method
IS3Condition.SetHttpErrorCodeReturnedEquals Method
IS3Condition.SetKeyPrefixEquals Method
Properties
IS3Condition.HttpErrorCodeReturnedEquals Property
IS3Condition.KeyPrefixEquals Property
IS3CopyObjectRequest Interface
Methods
IS3CopyObjectRequest.GetACL Method
IS3CopyObjectRequest.GetCacheControl Method
IS3CopyObjectRequest.GetContentDisposition Method
IS3CopyObjectRequest.GetContentEncoding Method
IS3CopyObjectRequest.GetContentLanguage Method
IS3CopyObjectRequest.GetContentType Method
IS3CopyObjectRequest.GetCopySource Method
IS3CopyObjectRequest.GetCopySourceIfMatch Method
IS3CopyObjectRequest.GetCopySourceIfModifiedSince Method
IS3CopyObjectRequest.GetCopySourceIfNoneMatch Method
IS3CopyObjectRequest.GetCopySourceIfUnmodifiedSince Method
IS3CopyObjectRequest.GetCopySourceSseCustomerAlgorithm Method
IS3CopyObjectRequest.GetCopySourceSseCustomerKey Method
IS3CopyObjectRequest.GetCopySourceSseCustomerKeyMD5 Method
IS3CopyObjectRequest.GetExpires Method
IS3CopyObjectRequest.GetGrantFullControl Method
IS3CopyObjectRequest.GetGrantRead Method
IS3CopyObjectRequest.GetGrantReadAcp Method
IS3CopyObjectRequest.GetGrantWriteAcp Method
IS3CopyObjectRequest.GetMetadataDirective Method
IS3CopyObjectRequest.GetObjectLockLegalHold Method
IS3CopyObjectRequest.GetObjectLockMode Method
IS3CopyObjectRequest.GetObjectLockRetainUntilDate Method
IS3CopyObjectRequest.GetRequestPayer Method
IS3CopyObjectRequest.GetServerSideEncryption Method
IS3CopyObjectRequest.GetSourceExpectedBucketOwner Method
IS3CopyObjectRequest.GetSseAwsKmsKeyId Method
IS3CopyObjectRequest.GetSseBucketKeyEnabled Method
IS3CopyObjectRequest.GetSseContext Method
IS3CopyObjectRequest.GetSseCustomerAlgorithm Method
IS3CopyObjectRequest.GetSseCustomerKey Method
IS3CopyObjectRequest.GetSseCustomerKeyMD5 Method
IS3CopyObjectRequest.GetStorageClass Method
IS3CopyObjectRequest.GetTagging Method
IS3CopyObjectRequest.GetTaggingDirective Method
IS3CopyObjectRequest.GetWebsiteRedirectLocation Method
IS3CopyObjectRequest.SetACL Method
IS3CopyObjectRequest.SetCacheControl Method
IS3CopyObjectRequest.SetContentDisposition Method
IS3CopyObjectRequest.SetContentEncoding Method
IS3CopyObjectRequest.SetContentLanguage Method
IS3CopyObjectRequest.SetContentType Method
IS3CopyObjectRequest.SetCopySource Method
IS3CopyObjectRequest.SetCopySourceIfMatch Method
IS3CopyObjectRequest.SetCopySourceIfModifiedSince Method
IS3CopyObjectRequest.SetCopySourceIfNoneMatch Method
IS3CopyObjectRequest.SetCopySourceIfUnmodifiedSince Method
IS3CopyObjectRequest.SetCopySourceSseCustomerAlgorithm Method
IS3CopyObjectRequest.SetCopySourceSseCustomerKey Method
IS3CopyObjectRequest.SetCopySourceSseCustomerKeyMD5 Method
IS3CopyObjectRequest.SetExpires Method
IS3CopyObjectRequest.SetGrantFullControl Method
IS3CopyObjectRequest.SetGrantRead Method
IS3CopyObjectRequest.SetGrantReadAcp Method
IS3CopyObjectRequest.SetGrantWriteAcp Method
IS3CopyObjectRequest.SetMetadataDirective Method
IS3CopyObjectRequest.SetObjectLockLegalHold Method
IS3CopyObjectRequest.SetObjectLockMode Method
IS3CopyObjectRequest.SetObjectLockRetainUntilDate Method
IS3CopyObjectRequest.SetRequestPayer Method
IS3CopyObjectRequest.SetServerSideEncryption Method
IS3CopyObjectRequest.SetSourceExpectedBucketOwner Method
IS3CopyObjectRequest.SetSseAwsKmsKeyId Method
IS3CopyObjectRequest.SetSseBucketKeyEnabled Method
IS3CopyObjectRequest.SetSseContext Method
IS3CopyObjectRequest.SetSseCustomerAlgorithm Method
IS3CopyObjectRequest.SetSseCustomerKey Method
IS3CopyObjectRequest.SetSseCustomerKeyMD5 Method
IS3CopyObjectRequest.SetStorageClass Method
IS3CopyObjectRequest.SetTagging Method
IS3CopyObjectRequest.SetTaggingDirective Method
IS3CopyObjectRequest.SetWebsiteRedirectLocation Method
Properties
IS3CopyObjectRequest.ACL Property
IS3CopyObjectRequest.CacheControl Property
IS3CopyObjectRequest.ContentDisposition Property
IS3CopyObjectRequest.ContentEncoding Property
IS3CopyObjectRequest.ContentLanguage Property
IS3CopyObjectRequest.ContentType Property
IS3CopyObjectRequest.CopySource Property
IS3CopyObjectRequest.CopySourceIfMatch Property
IS3CopyObjectRequest.CopySourceIfModifiedSince Property
IS3CopyObjectRequest.CopySourceIfNoneMatch Property
IS3CopyObjectRequest.CopySourceIfUnmodifiedSince Property
IS3CopyObjectRequest.CopySourceSseCustomerAlgorithm Property
IS3CopyObjectRequest.CopySourceSseCustomerKey Property
IS3CopyObjectRequest.CopySourceSseCustomerKeyMD5 Property
IS3CopyObjectRequest.Expires Property
IS3CopyObjectRequest.GrantFullControl Property
IS3CopyObjectRequest.GrantRead Property
IS3CopyObjectRequest.GrantReadAcp Property
IS3CopyObjectRequest.GrantWriteAcp Property
IS3CopyObjectRequest.MetadataDirective Property
IS3CopyObjectRequest.ObjectLockLegalHold Property
IS3CopyObjectRequest.ObjectLockMode Property
IS3CopyObjectRequest.ObjectLockRetainUntilDate Property
IS3CopyObjectRequest.RequestPayer Property
IS3CopyObjectRequest.ServerSideEncryption Property
IS3CopyObjectRequest.SourceExpectedBucketOwner Property
IS3CopyObjectRequest.SseAwsKmsKeyId Property
IS3CopyObjectRequest.SseBucketKeyEnabled Property
IS3CopyObjectRequest.SseContext Property
IS3CopyObjectRequest.SseCustomerAlgorithm Property
IS3CopyObjectRequest.SseCustomerKey Property
IS3CopyObjectRequest.SseCustomerKeyMD5 Property
IS3CopyObjectRequest.StorageClass Property
IS3CopyObjectRequest.Tagging Property
IS3CopyObjectRequest.TaggingDirective Property
IS3CopyObjectRequest.WebsiteRedirectLocation Property
IS3CopyObjectResponse Interface
Methods
IS3CopyObjectResponse.GetCopyObjectResult Method
IS3CopyObjectResponse.GetCopySourceVersionId Method
Properties
IS3CopyObjectResponse.CopyObjectResult Property
IS3CopyObjectResponse.CopySourceVersionId Property
IS3CopyObjectResult Interface
Methods
IS3CopyObjectResult.GetETag Method
IS3CopyObjectResult.GetLastModified Method
Properties
IS3CopyObjectResult.ETag Property
IS3CopyObjectResult.LastModified Property
IS3CopyPartResult Interface
Methods
IS3CopyPartResult.GetETag Method
IS3CopyPartResult.GetLastModified Method
Properties
IS3CopyPartResult.ETag Property
IS3CopyPartResult.LastModified Property
IS3CreateBucketRequest Interface
Methods
IS3CreateBucketRequest.GetACL Method
IS3CreateBucketRequest.GetBucket Method
IS3CreateBucketRequest.GetBucketObjectLockEnabled Method
IS3CreateBucketRequest.GetGrantFullControl Method
IS3CreateBucketRequest.GetGrantRead Method
IS3CreateBucketRequest.GetGrantReadAcp Method
IS3CreateBucketRequest.GetGrantWrite Method
IS3CreateBucketRequest.GetGrantWriteAcp Method
IS3CreateBucketRequest.GetLocationConstraint Method
IS3CreateBucketRequest.SetACL Method
IS3CreateBucketRequest.SetBucket Method
IS3CreateBucketRequest.SetBucketObjectLockEnabled Method
IS3CreateBucketRequest.SetGrantFullControl Method
IS3CreateBucketRequest.SetGrantRead Method
IS3CreateBucketRequest.SetGrantReadAcp Method
IS3CreateBucketRequest.SetGrantWrite Method
IS3CreateBucketRequest.SetGrantWriteAcp Method
IS3CreateBucketRequest.SetLocationConstraint Method
Properties
IS3CreateBucketRequest.ACL Property
IS3CreateBucketRequest.Bucket Property
IS3CreateBucketRequest.BucketObjectLockEnabled Property
IS3CreateBucketRequest.GrantFullControl Property
IS3CreateBucketRequest.GrantRead Property
IS3CreateBucketRequest.GrantReadAcp Property
IS3CreateBucketRequest.GrantWrite Property
IS3CreateBucketRequest.GrantWriteAcp Property
IS3CreateBucketRequest.LocationConstraint Property
IS3CreateBucketResponse Interface
Methods
IS3CreateBucketResponse.GetLocation Method
Properties
IS3CreateBucketResponse.Location Property
IS3CreateMultipartUploadRequest Interface
IS3CreateMultipartUploadResponse Interface
Methods
IS3CreateMultipartUploadResponse.GetAbortDate Method
IS3CreateMultipartUploadResponse.GetAbortRuleId Method
IS3CreateMultipartUploadResponse.GetInitiateMultipartUploadResult Method
IS3CreateMultipartUploadResponse.GetServerSideEncryption Method
IS3CreateMultipartUploadResponse.GetSseAwsKmsKeyId Method
IS3CreateMultipartUploadResponse.GetSseBucketKeyEnabled Method
IS3CreateMultipartUploadResponse.GetSseContext Method
IS3CreateMultipartUploadResponse.GetSseCustomerAlgorithm Method
IS3CreateMultipartUploadResponse.GetSseCustomerKeyMD5 Method
Properties
IS3CreateMultipartUploadResponse.AbortDate Property
IS3CreateMultipartUploadResponse.AbortRuleId Property
IS3CreateMultipartUploadResponse.InitiateMultipartUploadResult Property
IS3CreateMultipartUploadResponse.ServerSideEncryption Property
IS3CreateMultipartUploadResponse.SseAwsKmsKeyId Property
IS3CreateMultipartUploadResponse.SseBucketKeyEnabled Property
IS3CreateMultipartUploadResponse.SseContext Property
IS3CreateMultipartUploadResponse.SseCustomerAlgorithm Property
IS3CreateMultipartUploadResponse.SseCustomerKeyMD5 Property
IS3DefaultRetention Interface
Methods
IS3DefaultRetention.GetDays Method
IS3DefaultRetention.GetMode Method
IS3DefaultRetention.GetYears Method
IS3DefaultRetention.SetDays Method
IS3DefaultRetention.SetMode Method
IS3DefaultRetention.SetYears Method
Properties
IS3DefaultRetention.Days Property
IS3DefaultRetention.Mode Property
IS3DefaultRetention.Years Property
IS3Delete Interface
Methods
IS3Delete.GetObjects Method
IS3Delete.GetQuiet Method
IS3Delete.SetQuiet Method
IS3Delete.ToString Method
IS3Delete.ToXML Method
Properties
IS3Delete.Objects Property
IS3Delete.Quiet Property
IS3DeleteBucketAnalyticsConfigurationRequest Interface
IS3DeleteBucketAnalyticsConfigurationResponse Interface
IS3DeleteBucketCorsRequest Interface
IS3DeleteBucketCorsResponse Interface
IS3DeleteBucketEncryptionRequest Interface
IS3DeleteBucketEncryptionResponse Interface
IS3DeleteBucketIntelligentTieringConfigurationRequest Interface
IS3DeleteBucketIntelligentTieringConfigurationResponse Interface
IS3DeleteBucketInventoryConfigurationRequest Interface
IS3DeleteBucketInventoryConfigurationResponse Interface
IS3DeleteBucketLifecycleRequest Interface
IS3DeleteBucketLifecycleResponse Interface
IS3DeleteBucketMetricsConfigurationRequest Interface
IS3DeleteBucketMetricsConfigurationResponse Interface
IS3DeleteBucketOwnershipControlsRequest Interface
IS3DeleteBucketOwnershipControlsResponse Interface
IS3DeleteBucketPolicyRequest Interface
IS3DeleteBucketPolicyResponse Interface
IS3DeleteBucketReplicationRequest Interface
IS3DeleteBucketReplicationResponse Interface
IS3DeleteBucketRequest Interface
IS3DeleteBucketResponse Interface
IS3DeleteBucketTaggingRequest Interface
IS3DeleteBucketTaggingResponse Interface
IS3DeleteBucketWebsiteRequest Interface
IS3DeleteBucketWebsiteResponse Interface
IS3DeleteMarkerEntry Interface
Methods
IS3DeleteMarkerEntry.GetIsLatest Method
IS3DeleteMarkerEntry.GetKey Method
IS3DeleteMarkerEntry.GetLastModified Method
IS3DeleteMarkerEntry.GetOwner Method
IS3DeleteMarkerEntry.GetVersionId Method
Properties
IS3DeleteMarkerEntry.IsLatest Property
IS3DeleteMarkerEntry.Key Property
IS3DeleteMarkerEntry.LastModified Property
IS3DeleteMarkerEntry.Owner Property
IS3DeleteMarkerEntry.VersionId Property
IS3DeleteMarkerReplication Interface
Methods
IS3DeleteMarkerReplication.GetStatus Method
Properties
IS3DeleteMarkerReplication.Status Property
IS3DeleteObjectRequest Interface
Methods
IS3DeleteObjectRequest.GetBypassGovernanceRetention Method
IS3DeleteObjectRequest.GetMFA Method
IS3DeleteObjectRequest.GetRequestPayer Method
IS3DeleteObjectRequest.GetVersionId Method
IS3DeleteObjectRequest.SetBypassGovernanceRetention Method
IS3DeleteObjectRequest.SetMFA Method
IS3DeleteObjectRequest.SetRequestPayer Method
IS3DeleteObjectRequest.SetVersionId Method
Properties
IS3DeleteObjectRequest.BypassGovernanceRetention Property
IS3DeleteObjectRequest.MFA Property
IS3DeleteObjectRequest.RequestPayer Property
IS3DeleteObjectRequest.VersionId Property
IS3DeleteObjectResponse Interface
IS3DeleteObjectTaggingRequest Interface
Methods
IS3DeleteObjectTaggingRequest.GetVersionId Method
IS3DeleteObjectTaggingRequest.SetVersionId Method
Properties
IS3DeleteObjectTaggingRequest.VersionId Property
IS3DeleteObjectTaggingResponse Interface
IS3DeleteObjectsRequest Interface
Methods
IS3DeleteObjectsRequest.GetBypassGovernanceRetention Method
IS3DeleteObjectsRequest.GetDelete Method
IS3DeleteObjectsRequest.GetMFA Method
IS3DeleteObjectsRequest.GetRequestPayer Method
IS3DeleteObjectsRequest.SetBypassGovernanceRetention Method
IS3DeleteObjectsRequest.SetMFA Method
IS3DeleteObjectsRequest.SetRequestPayer Method
Properties
IS3DeleteObjectsRequest.BypassGovernanceRetention Property
IS3DeleteObjectsRequest.Delete Property
IS3DeleteObjectsRequest.MFA Property
IS3DeleteObjectsRequest.RequestPayer Property
IS3DeleteObjectsResponse Interface
Methods
IS3DeleteObjectsResponse.GetDeleted Method
IS3DeleteObjectsResponse.GetErrors Method
Properties
IS3DeleteObjectsResponse.Deleted Property
IS3DeleteObjectsResponse.Errors Property
IS3DeletePublicAccessBlockRequest Interface
IS3DeletePublicAccessBlockResponse Interface
IS3DeletedObject Interface
Methods
IS3DeletedObject.GetDeleteMarker Method
IS3DeletedObject.GetDeleteMarkerVersionId Method
IS3DeletedObject.GetKey Method
IS3DeletedObject.GetVersionId Method
Properties
IS3DeletedObject.DeleteMarker Property
IS3DeletedObject.DeleteMarkerVersionId Property
IS3DeletedObject.Key Property
IS3DeletedObject.VersionId Property
IS3Destination Interface
Methods
IS3Destination.GetAccessControlTranslation Method
IS3Destination.GetAccount Method
IS3Destination.GetBucket Method
IS3Destination.GetEncryptionConfiguration Method
IS3Destination.GetMetrics Method
IS3Destination.GetReplicationTime Method
IS3Destination.GetStorageClass Method
IS3Destination.SetAccessControlTranslation Method
IS3Destination.SetAccount Method
IS3Destination.SetEncryptionConfiguration Method
IS3Destination.SetMetrics Method
IS3Destination.SetReplicationTime Method
IS3Destination.SetStorageClass Method
Properties
IS3Destination.AccessControlTranslation Property
IS3Destination.Account Property
IS3Destination.Bucket Property
IS3Destination.EncryptionConfiguration Property
IS3Destination.Metrics Property
IS3Destination.ReplicationTime Property
IS3Destination.StorageClass Property
IS3Encryption Interface
Methods
IS3Encryption.GetEncryptionType Method
IS3Encryption.GetKMSContext Method
IS3Encryption.GetKMSKeyId Method
IS3Encryption.SetEncryptionType Method
IS3Encryption.SetKMSContext Method
IS3Encryption.SetKMSKeyId Method
Properties
IS3Encryption.EncryptionType Property
IS3Encryption.KMSContext Property
IS3Encryption.KMSKeyId Property
IS3EncryptionConfiguration Interface
Methods
IS3EncryptionConfiguration.GetReplicaKmsKeyID Method
Properties
IS3EncryptionConfiguration.ReplicaKmsKeyID Property
IS3Endpoint Interface
Methods
IS3Endpoint.GetRegion Method
IS3Endpoint.SetRegion Method
Properties
IS3Endpoint.Region Property
IS3Error Interface
Methods
IS3Error.GetCode Method
IS3Error.GetKey Method
IS3Error.GetMessage Method
IS3Error.GetVersionId Method
Properties
IS3Error.Code Property
IS3Error.Key Property
IS3Error.Message Property
IS3Error.VersionId Property
IS3ErrorDocument Interface
Methods
IS3ErrorDocument.GetKey Method
Properties
IS3ErrorDocument.Key Property
IS3ErrorResponse Interface
Methods
IS3ErrorResponse.GetCode Method
IS3ErrorResponse.GetMessage Method
IS3ErrorResponse.GetRequestId Method
IS3ErrorResponse.GetResource Method
IS3ErrorResponse.RaiseException Method
Properties
IS3ErrorResponse.Code Property
IS3ErrorResponse.Message Property
IS3ErrorResponse.RequestId Property
IS3ErrorResponse.Resource Property
IS3ExistingObjectReplication Interface
Methods
IS3ExistingObjectReplication.GetStatus Method
Properties
IS3ExistingObjectReplication.Status Property
IS3FileUploader Interface
Methods
IS3FileUploader.GetMultipartThreshold Method
IS3FileUploader.SetMultipartThreshold Method
IS3FileUploader.Upload Method
Properties
IS3FileUploader.MultipartThreshold Property
IS3Filter Interface
Methods
IS3Filter.GetAndCondition Method
IS3Filter.GetPrefix Method
IS3Filter.GetTag Method
IS3Filter.SetAndCondition Method
IS3Filter.SetPrefix Method
IS3Filter.SetTag Method
Properties
IS3Filter.AndCondition Property
IS3Filter.Prefix Property
IS3Filter.Tag Property
IS3FilterRule Interface
Methods
IS3FilterRule.GetName Method
IS3FilterRule.GetValue Method
Properties
IS3FilterRule.Name Property
IS3FilterRule.Value Property
IS3GetBucketAccelerateConfigurationRequest Interface
IS3GetBucketAccelerateConfigurationResponse Interface
Methods
IS3GetBucketAccelerateConfigurationResponse.GetStatus Method
Properties
IS3GetBucketAccelerateConfigurationResponse.Status Property
IS3GetBucketAclRequest Interface
IS3GetBucketAclResponse Interface
Methods
IS3GetBucketAclResponse.GetAccessControlList Method
IS3GetBucketAclResponse.GetOwner Method
IS3GetBucketAclResponse.SetAccessControlList Method
IS3GetBucketAclResponse.SetOwner Method
Properties
IS3GetBucketAclResponse.AccessControlList Property
IS3GetBucketAclResponse.Owner Property
IS3GetBucketAnalyticsConfigurationRequest Interface
IS3GetBucketAnalyticsConfigurationResponse Interface
Methods
IS3GetBucketAnalyticsConfigurationResponse.GetFilter Method
IS3GetBucketAnalyticsConfigurationResponse.GetId Method
IS3GetBucketAnalyticsConfigurationResponse.GetStorageClassAnalysis Method
Properties
IS3GetBucketAnalyticsConfigurationResponse.Filter Property
IS3GetBucketAnalyticsConfigurationResponse.Id Property
IS3GetBucketAnalyticsConfigurationResponse.StorageClassAnalysis Property
IS3GetBucketCorsRequest Interface
IS3GetBucketCorsResponse Interface
Methods
IS3GetBucketCorsResponse.GetCORSConfiguration Method
Properties
IS3GetBucketCorsResponse.CORSConfiguration Property
IS3GetBucketEncryptionRequest Interface
IS3GetBucketEncryptionResponse Interface
Methods
IS3GetBucketEncryptionResponse.GetRules Method
Properties
IS3GetBucketEncryptionResponse.Rules Property
IS3GetBucketIntelligentTieringConfigurationRequest Interface
IS3GetBucketIntelligentTieringConfigurationResponse Interface
Methods
IS3GetBucketIntelligentTieringConfigurationResponse.GetFilter Method
IS3GetBucketIntelligentTieringConfigurationResponse.GetId Method
IS3GetBucketIntelligentTieringConfigurationResponse.GetStatus Method
IS3GetBucketIntelligentTieringConfigurationResponse.GetTierings Method
Properties
IS3GetBucketIntelligentTieringConfigurationResponse.Filter Property
IS3GetBucketIntelligentTieringConfigurationResponse.Id Property
IS3GetBucketIntelligentTieringConfigurationResponse.Status Property
IS3GetBucketIntelligentTieringConfigurationResponse.Tierings Property
IS3GetBucketInventoryConfigurationRequest Interface
IS3GetBucketInventoryConfigurationResponse Interface
Methods
IS3GetBucketInventoryConfigurationResponse.GetDestination Method
IS3GetBucketInventoryConfigurationResponse.GetFilter Method
IS3GetBucketInventoryConfigurationResponse.GetId Method
IS3GetBucketInventoryConfigurationResponse.GetIncludedObjectVersions Method
IS3GetBucketInventoryConfigurationResponse.GetIsEnabled Method
IS3GetBucketInventoryConfigurationResponse.GetOptionalFields Method
IS3GetBucketInventoryConfigurationResponse.GetSchedule Method
Properties
IS3GetBucketInventoryConfigurationResponse.Destination Property
IS3GetBucketInventoryConfigurationResponse.Filter Property
IS3GetBucketInventoryConfigurationResponse.Id Property
IS3GetBucketInventoryConfigurationResponse.IncludedObjectVersions Property
IS3GetBucketInventoryConfigurationResponse.IsEnabled Property
IS3GetBucketInventoryConfigurationResponse.OptionalFields Property
IS3GetBucketInventoryConfigurationResponse.Schedule Property
IS3GetBucketLifecycleConfigurationRequest Interface
IS3GetBucketLifecycleConfigurationResponse Interface
Methods
IS3GetBucketLifecycleConfigurationResponse.GetRules Method
Properties
IS3GetBucketLifecycleConfigurationResponse.Rules Property
IS3GetBucketLocationRequest Interface
IS3GetBucketLocationResponse Interface
Methods
IS3GetBucketLocationResponse.GetLocationConstraint Method
Properties
IS3GetBucketLocationResponse.LocationConstraint Property
IS3GetBucketLoggingRequest Interface
IS3GetBucketLoggingResponse Interface
Methods
IS3GetBucketLoggingResponse.GetLoggingEnabled Method
Properties
IS3GetBucketLoggingResponse.LoggingEnabled Property
IS3GetBucketMetricsConfigurationRequest Interface
IS3GetBucketMetricsConfigurationResponse Interface
Methods
IS3GetBucketMetricsConfigurationResponse.GetFilter Method
IS3GetBucketMetricsConfigurationResponse.GetId Method
Properties
IS3GetBucketMetricsConfigurationResponse.Filter Property
IS3GetBucketMetricsConfigurationResponse.Id Property
IS3GetBucketNotificationConfigurationRequest Interface
IS3GetBucketNotificationConfigurationResponse Interface
Methods
IS3GetBucketNotificationConfigurationResponse.GetCloudFunctionConfiguration Method
IS3GetBucketNotificationConfigurationResponse.GetQueueConfiguration Method
IS3GetBucketNotificationConfigurationResponse.GetTopicConfiguration Method
Properties
IS3GetBucketNotificationConfigurationResponse.CloudFunctionConfiguration Property
IS3GetBucketNotificationConfigurationResponse.QueueConfiguration Property
IS3GetBucketNotificationConfigurationResponse.TopicConfiguration Property
IS3GetBucketOwnershipControlsRequest Interface
IS3GetBucketOwnershipControlsResponse Interface
Methods
IS3GetBucketOwnershipControlsResponse.GetRules Method
Properties
IS3GetBucketOwnershipControlsResponse.Rules Property
IS3GetBucketPolicyRequest Interface
IS3GetBucketPolicyResponse Interface
Methods
IS3GetBucketPolicyResponse.GetPolicy Method
Properties
IS3GetBucketPolicyResponse.Policy Property
IS3GetBucketPolicyStatusRequest Interface
IS3GetBucketPolicyStatusResponse Interface
Methods
IS3GetBucketPolicyStatusResponse.GetIsPublic Method
Properties
IS3GetBucketPolicyStatusResponse.IsPublic Property
IS3GetBucketReplicationRequest Interface
IS3GetBucketReplicationResponse Interface
Methods
IS3GetBucketReplicationResponse.GetRole Method
IS3GetBucketReplicationResponse.GetRules Method
Properties
IS3GetBucketReplicationResponse.Role Property
IS3GetBucketReplicationResponse.Rules Property
IS3GetBucketRequestPaymentRequest Interface
IS3GetBucketRequestPaymentResponse Interface
Methods
IS3GetBucketRequestPaymentResponse.GetPayer Method
Properties
IS3GetBucketRequestPaymentResponse.Payer Property
IS3GetBucketTaggingRequest Interface
IS3GetBucketTaggingResponse Interface
Methods
IS3GetBucketTaggingResponse.GetTagSet Method
Properties
IS3GetBucketTaggingResponse.TagSet Property
IS3GetBucketVersioningRequest Interface
IS3GetBucketVersioningResponse Interface
Methods
IS3GetBucketVersioningResponse.GetMFADelete Method
IS3GetBucketVersioningResponse.GetStatus Method
Properties
IS3GetBucketVersioningResponse.MFADelete Property
IS3GetBucketVersioningResponse.Status Property
IS3GetBucketWebsiteRequest Interface
IS3GetBucketWebsiteResponse Interface
Methods
IS3GetBucketWebsiteResponse.GetErrorDocument Method
IS3GetBucketWebsiteResponse.GetIndexDocument Method
IS3GetBucketWebsiteResponse.GetRedirectAllRequestsTo Method
IS3GetBucketWebsiteResponse.GetRoutingRules Method
Properties
IS3GetBucketWebsiteResponse.ErrorDocument Property
IS3GetBucketWebsiteResponse.IndexDocument Property
IS3GetBucketWebsiteResponse.RedirectAllRequestsTo Property
IS3GetBucketWebsiteResponse.RoutingRules Property
IS3GetObjectAclRequest Interface
IS3GetObjectAclResponse Interface
Methods
IS3GetObjectAclResponse.GetAccessControlPolicy Method
Properties
IS3GetObjectAclResponse.AccessControlPolicy Property
IS3GetObjectLegalHoldRequest Interface
IS3GetObjectLegalHoldResponse Interface
Methods
IS3GetObjectLegalHoldResponse.GetLegalHold Method
Properties
IS3GetObjectLegalHoldResponse.LegalHold Property
IS3GetObjectLockConfigurationRequest Interface
IS3GetObjectLockConfigurationResponse Interface
Methods
IS3GetObjectLockConfigurationResponse.GetObjectLockConfiguration Method
Properties
IS3GetObjectLockConfigurationResponse.ObjectLockConfiguration Property
IS3GetObjectRequest Interface
Methods
IS3GetObjectRequest.GetIfMatch Method
IS3GetObjectRequest.GetIfModifiedSince Method
IS3GetObjectRequest.GetIfNoneMatch Method
IS3GetObjectRequest.GetIfUnmodifiedSince Method
IS3GetObjectRequest.GetPartNumber Method
IS3GetObjectRequest.GetRange Method
IS3GetObjectRequest.GetRequestPayer Method
IS3GetObjectRequest.GetResponseCacheControl Method
IS3GetObjectRequest.GetResponseContentDisposition Method
IS3GetObjectRequest.GetResponseContentEncoding Method
IS3GetObjectRequest.GetResponseContentLanguage Method
IS3GetObjectRequest.GetResponseContentType Method
IS3GetObjectRequest.GetResponseExpires Method
IS3GetObjectRequest.GetSseCustomerAlgorithm Method
IS3GetObjectRequest.GetSseCustomerKey Method
IS3GetObjectRequest.GetSseCustomerKeyMD5 Method
IS3GetObjectRequest.GetVersionId Method
IS3GetObjectRequest.SetIfMatch Method
IS3GetObjectRequest.SetIfModifiedSince Method
IS3GetObjectRequest.SetIfNoneMatch Method
IS3GetObjectRequest.SetIfUnmodifiedSince Method
IS3GetObjectRequest.SetPartNumber Method
IS3GetObjectRequest.SetRange Method
IS3GetObjectRequest.SetRequestPayer Method
IS3GetObjectRequest.SetResponseCacheControl Method
IS3GetObjectRequest.SetResponseContentDisposition Method
IS3GetObjectRequest.SetResponseContentEncoding Method
IS3GetObjectRequest.SetResponseContentLanguage Method
IS3GetObjectRequest.SetResponseContentType Method
IS3GetObjectRequest.SetResponseExpires Method
IS3GetObjectRequest.SetSseCustomerAlgorithm Method
IS3GetObjectRequest.SetSseCustomerKey Method
IS3GetObjectRequest.SetSseCustomerKeyMD5 Method
IS3GetObjectRequest.SetVersionId Method
Properties
IS3GetObjectRequest.IfMatch Property
IS3GetObjectRequest.IfModifiedSince Property
IS3GetObjectRequest.IfNoneMatch Property
IS3GetObjectRequest.IfUnmodifiedSince Property
IS3GetObjectRequest.PartNumber Property
IS3GetObjectRequest.Range Property
IS3GetObjectRequest.RequestPayer Property
IS3GetObjectRequest.ResponseCacheControl Property
IS3GetObjectRequest.ResponseContentDisposition Property
IS3GetObjectRequest.ResponseContentEncoding Property
IS3GetObjectRequest.ResponseContentLanguage Property
IS3GetObjectRequest.ResponseContentType Property
IS3GetObjectRequest.ResponseExpires Property
IS3GetObjectRequest.SseCustomerAlgorithm Property
IS3GetObjectRequest.SseCustomerKey Property
IS3GetObjectRequest.SseCustomerKeyMD5 Property
IS3GetObjectRequest.VersionId Property
IS3GetObjectResponse Interface
Methods
IS3GetObjectResponse.GetBody Method
Properties
IS3GetObjectResponse.Body Property
IS3GetObjectRetentionRequest Interface
IS3GetObjectRetentionResponse Interface
Methods
IS3GetObjectRetentionResponse.GetRetention Method
Properties
IS3GetObjectRetentionResponse.Retention Property
IS3GetObjectTaggingRequest Interface
IS3GetObjectTaggingResponse Interface
Methods
IS3GetObjectTaggingResponse.GetTagging Method
Properties
IS3GetObjectTaggingResponse.Tagging Property
IS3GetObjectTorrentRequest Interface
IS3GetObjectTorrentResponse Interface
IS3GetPublicAccessBlockRequest Interface
IS3GetPublicAccessBlockResponse Interface
Methods
IS3GetPublicAccessBlockResponse.GetBlockPublicAcls Method
IS3GetPublicAccessBlockResponse.GetBlockPublicPolicy Method
IS3GetPublicAccessBlockResponse.GetIgnorePublicAcls Method
IS3GetPublicAccessBlockResponse.GetRestrictPublicBuckets Method
Properties
IS3GetPublicAccessBlockResponse.BlockPublicAcls Property
IS3GetPublicAccessBlockResponse.BlockPublicPolicy Property
IS3GetPublicAccessBlockResponse.IgnorePublicAcls Property
IS3GetPublicAccessBlockResponse.RestrictPublicBuckets Property
IS3GlacierJobParameters Interface
Methods
IS3GlacierJobParameters.GetTier Method
IS3GlacierJobParameters.SetTier Method
Properties
IS3GlacierJobParameters.Tier Property
IS3Grant Interface
Methods
IS3Grant.GetGrantee Method
IS3Grant.GetPermission Method
IS3Grant.SetGrantee Method
IS3Grant.SetPermission Method
Properties
IS3Grant.Grantee Property
IS3Grant.Permission Property
IS3Grantee Interface
Methods
IS3Grantee.GetDisplayName Method
IS3Grantee.GetGranteeType Method
IS3Grantee.GetValue Method
Properties
IS3Grantee.DisplayName Property
IS3Grantee.GranteeType Property
IS3Grantee.Value Property
IS3HeadBucketRequest Interface
IS3HeadBucketResponse Interface
IS3HeadObjectRequest Interface
IS3HeadObjectResponse Interface
Methods
IS3HeadObjectResponse.GetArchiveStatus Method
Properties
IS3HeadObjectResponse.ArchiveStatus Property
IS3IndexDocument Interface
Methods
IS3IndexDocument.GetSuffix Method
Properties
IS3IndexDocument.Suffix Property
IS3InitiateMultipartUploadResult Interface
Methods
IS3InitiateMultipartUploadResult.GetBucket Method
IS3InitiateMultipartUploadResult.GetKey Method
IS3InitiateMultipartUploadResult.GetUploadId Method
Properties
IS3InitiateMultipartUploadResult.Bucket Property
IS3InitiateMultipartUploadResult.Key Property
IS3InitiateMultipartUploadResult.UploadId Property
IS3Initiator Interface
Methods
IS3Initiator.GetDisplayName Method
IS3Initiator.GetID Method
Properties
IS3Initiator.DisplayName Property
IS3Initiator.ID Property
IS3InputFormat Interface
IS3InputSerialization Interface
Methods
IS3InputSerialization.GetCompressionType Method
IS3InputSerialization.GetFormat Method
IS3InputSerialization.SetCompressionType Method
IS3InputSerialization.SetFormat Method
Properties
IS3InputSerialization.CompressionType Property
IS3InputSerialization.Format Property
IS3IntelligentTieringConfiguration Interface
Methods
IS3IntelligentTieringConfiguration.GetFilter Method
IS3IntelligentTieringConfiguration.GetId Method
IS3IntelligentTieringConfiguration.GetStatus Method
IS3IntelligentTieringConfiguration.GetTierings Method
IS3IntelligentTieringConfiguration.SetFilter Method
IS3IntelligentTieringConfiguration.SetStatus Method
IS3IntelligentTieringConfiguration.ToString Method
IS3IntelligentTieringConfiguration.ToXML Method
Properties
IS3IntelligentTieringConfiguration.Filter Property
IS3IntelligentTieringConfiguration.Id Property
IS3IntelligentTieringConfiguration.Status Property
IS3IntelligentTieringConfiguration.Tierings Property
IS3InventoryConfiguration Interface
Methods
IS3InventoryConfiguration.GetDestination Method
IS3InventoryConfiguration.GetFilter Method
IS3InventoryConfiguration.GetId Method
IS3InventoryConfiguration.GetIncludedObjectVersions Method
IS3InventoryConfiguration.GetIsEnabled Method
IS3InventoryConfiguration.GetOptionalFields Method
IS3InventoryConfiguration.GetSchedule Method
IS3InventoryConfiguration.SetFilter Method
IS3InventoryConfiguration.SetId Method
IS3InventoryConfiguration.SetIncludedObjectVersions Method
IS3InventoryConfiguration.SetIsEnabled Method
IS3InventoryConfiguration.ToString Method
IS3InventoryConfiguration.ToXML Method
Properties
IS3InventoryConfiguration.Destination Property
IS3InventoryConfiguration.Filter Property
IS3InventoryConfiguration.Id Property
IS3InventoryConfiguration.IncludedObjectVersions Property
IS3InventoryConfiguration.IsEnabled Property
IS3InventoryConfiguration.OptionalFields Property
IS3InventoryConfiguration.Schedule Property
IS3InventoryDestination Interface
Methods
IS3InventoryDestination.GetS3BucketDestination Method
Properties
IS3InventoryDestination.S3BucketDestination Property
IS3InventoryEncryption Interface
Methods
IS3InventoryEncryption.GetSSEKMS Method
IS3InventoryEncryption.GetSSES3 Method
IS3InventoryEncryption.SetSSEKMS Method
IS3InventoryEncryption.SetSSES3 Method
Properties
IS3InventoryEncryption.SSEKMS Property
IS3InventoryEncryption.SSES3 Property
IS3InventoryFilter Interface
Methods
IS3InventoryFilter.GetPrefix Method
IS3InventoryFilter.SetPrefix Method
Properties
IS3InventoryFilter.Prefix Property
IS3InventoryS3BucketDestination Interface
Methods
IS3InventoryS3BucketDestination.GetAccountId Method
IS3InventoryS3BucketDestination.GetBucket Method
IS3InventoryS3BucketDestination.GetEncryption Method
IS3InventoryS3BucketDestination.GetFormat Method
IS3InventoryS3BucketDestination.GetPrefix Method
IS3InventoryS3BucketDestination.SetAccountId Method
IS3InventoryS3BucketDestination.SetBucket Method
IS3InventoryS3BucketDestination.SetEncryption Method
IS3InventoryS3BucketDestination.SetFormat Method
IS3InventoryS3BucketDestination.SetPrefix Method
Properties
IS3InventoryS3BucketDestination.AccountId Property
IS3InventoryS3BucketDestination.Bucket Property
IS3InventoryS3BucketDestination.Encryption Property
IS3InventoryS3BucketDestination.Format Property
IS3InventoryS3BucketDestination.Prefix Property
IS3InventorySchedule Interface
Methods
IS3InventorySchedule.GetFrequency Method
IS3InventorySchedule.SetFrequency Method
Properties
IS3InventorySchedule.Frequency Property
IS3JSONInput Interface
Methods
IS3JSONInput.GetJSONType Method
IS3JSONInput.SetJSONType Method
Properties
IS3JSONInput.JSONType Property
IS3JSONOutput Interface
Methods
IS3JSONOutput.GetRecordDelimiter Method
IS3JSONOutput.SetRecordDelimiter Method
Properties
IS3JSONOutput.RecordDelimiter Property
IS3KeyFilter Interface
Methods
IS3KeyFilter.GetFilterRules Method
Properties
IS3KeyFilter.FilterRules Property
IS3LambdaFunctionConfiguration Interface
Methods
IS3LambdaFunctionConfiguration.GetEvents Method
IS3LambdaFunctionConfiguration.GetFilter Method
IS3LambdaFunctionConfiguration.GetId Method
IS3LambdaFunctionConfiguration.GetLambdaFunction Method
IS3LambdaFunctionConfiguration.SetFilter Method
IS3LambdaFunctionConfiguration.SetId Method
IS3LambdaFunctionConfiguration.SetLambdaFunction Method
Properties
IS3LambdaFunctionConfiguration.Events Property
IS3LambdaFunctionConfiguration.Filter Property
IS3LambdaFunctionConfiguration.Id Property
IS3LambdaFunctionConfiguration.LambdaFunction Property
IS3LegalHold Interface
Methods
IS3LegalHold.GetStatus Method
IS3LegalHold.SetStatus Method
IS3LegalHold.ToString Method
IS3LegalHold.ToXML Method
Properties
IS3LegalHold.Status Property
IS3LifecycleConfiguration Interface
Methods
IS3LifecycleConfiguration.GetRules Method
IS3LifecycleConfiguration.ToString Method
IS3LifecycleConfiguration.ToXML Method
Properties
IS3LifecycleConfiguration.Rules Property
IS3LifecycleExpiration Interface
Methods
IS3LifecycleExpiration.GetDate Method
IS3LifecycleExpiration.GetDays Method
IS3LifecycleExpiration.GetExpiredObjectDeleteMarker Method
Properties
IS3LifecycleExpiration.Date Property
IS3LifecycleExpiration.Days Property
IS3LifecycleExpiration.ExpiredObjectDeleteMarker Property
IS3LifecycleRule Interface
Methods
IS3LifecycleRule.GetAbortIncompleteMultipartUpload Method
IS3LifecycleRule.GetExpiration Method
IS3LifecycleRule.GetFilter Method
IS3LifecycleRule.GetID Method
IS3LifecycleRule.GetNoncurrentVersionExpiration Method
IS3LifecycleRule.GetNoncurrentVersionTransitions Method
IS3LifecycleRule.GetPrefix Method
IS3LifecycleRule.GetStatus Method
IS3LifecycleRule.GetTransitions Method
IS3LifecycleRule.SetAbortIncompleteMultipartUpload Method
IS3LifecycleRule.SetExpiration Method
IS3LifecycleRule.SetFilter Method
IS3LifecycleRule.SetID Method
IS3LifecycleRule.SetNoncurrentVersionExpiration Method
IS3LifecycleRule.SetStatus Method
Properties
IS3LifecycleRule.AbortIncompleteMultipartUpload Property
IS3LifecycleRule.Expiration Property
IS3LifecycleRule.Filter Property
IS3LifecycleRule.ID Property
IS3LifecycleRule.NoncurrentVersionExpiration Property
IS3LifecycleRule.NoncurrentVersionTransitions Property
IS3LifecycleRule.Prefix Property
IS3LifecycleRule.Status Property
IS3LifecycleRule.Transitions Property
IS3ListBucketAnalyticsConfigurationsRequest Interface
IS3ListBucketAnalyticsConfigurationsResponse Interface
Methods
IS3ListBucketAnalyticsConfigurationsResponse.GetAnalyticsConfiguration Method
Properties
IS3ListBucketAnalyticsConfigurationsResponse.AnalyticsConfiguration Property
IS3ListBucketConfigurationsRequest Interface
Methods
IS3ListBucketConfigurationsRequest.GetContinuationToken Method
IS3ListBucketConfigurationsRequest.SetContinuationToken Method
Properties
IS3ListBucketConfigurationsRequest.ContinuationToken Property
IS3ListBucketConfigurationsResponse Interface
Methods
IS3ListBucketConfigurationsResponse.GetContinuationToken Method
IS3ListBucketConfigurationsResponse.GetIsTruncated Method
IS3ListBucketConfigurationsResponse.GetNextContinuationToken Method
Properties
IS3ListBucketConfigurationsResponse.ContinuationToken Property
IS3ListBucketConfigurationsResponse.IsTruncated Property
IS3ListBucketConfigurationsResponse.NextContinuationToken Property
IS3ListBucketIntelligentTieringConfigurationsRequest Interface
IS3ListBucketIntelligentTieringConfigurationsResponse Interface
Methods
IS3ListBucketIntelligentTieringConfigurationsResponse.GetIntelligentTieringConfiguration Method
Properties
IS3ListBucketIntelligentTieringConfigurationsResponse.IntelligentTieringConfiguration Property
IS3ListBucketInventoryConfigurationsRequest Interface
IS3ListBucketInventoryConfigurationsResponse Interface
Methods
IS3ListBucketInventoryConfigurationsResponse.GetInventoryConfiguration Method
Properties
IS3ListBucketInventoryConfigurationsResponse.InventoryConfiguration Property
IS3ListBucketMetricsConfigurationsRequest Interface
IS3ListBucketMetricsConfigurationsResponse Interface
Methods
IS3ListBucketMetricsConfigurationsResponse.GetMetricsConfiguration Method
Properties
IS3ListBucketMetricsConfigurationsResponse.MetricsConfiguration Property
IS3ListBucketsRequest Interface
IS3ListBucketsResponse Interface
Methods
IS3ListBucketsResponse.GetBuckets Method
IS3ListBucketsResponse.GetOwner Method
Properties
IS3ListBucketsResponse.Buckets Property
IS3ListBucketsResponse.Owner Property
IS3ListMultipartUploadsRequest Interface
Methods
IS3ListMultipartUploadsRequest.GetDelimiter Method
IS3ListMultipartUploadsRequest.GetEncodingType Method
IS3ListMultipartUploadsRequest.GetKeyMarker Method
IS3ListMultipartUploadsRequest.GetMaxUploads Method
IS3ListMultipartUploadsRequest.GetPrefix Method
IS3ListMultipartUploadsRequest.GetUploadIdMarker Method
IS3ListMultipartUploadsRequest.SetDelimiter Method
IS3ListMultipartUploadsRequest.SetEncodingType Method
IS3ListMultipartUploadsRequest.SetKeyMarker Method
IS3ListMultipartUploadsRequest.SetMaxUploads Method
IS3ListMultipartUploadsRequest.SetPrefix Method
IS3ListMultipartUploadsRequest.SetUploadIdMarker Method
Properties
IS3ListMultipartUploadsRequest.Delimiter Property
IS3ListMultipartUploadsRequest.EncodingType Property
IS3ListMultipartUploadsRequest.KeyMarker Property
IS3ListMultipartUploadsRequest.MaxUploads Property
IS3ListMultipartUploadsRequest.Prefix Property
IS3ListMultipartUploadsRequest.UploadIdMarker Property
IS3ListMultipartUploadsResponse Interface
Methods
IS3ListMultipartUploadsResponse.GetListMultipartUploadsResult Method
Properties
IS3ListMultipartUploadsResponse.ListMultipartUploadsResult Property
IS3ListMultipartUploadsResult Interface
Methods
IS3ListMultipartUploadsResult.GetBucket Method
IS3ListMultipartUploadsResult.GetCommonPrefixes Method
IS3ListMultipartUploadsResult.GetDelimiter Method
IS3ListMultipartUploadsResult.GetEncodingType Method
IS3ListMultipartUploadsResult.GetIsTruncated Method
IS3ListMultipartUploadsResult.GetKeyMarker Method
IS3ListMultipartUploadsResult.GetMaxUploads Method
IS3ListMultipartUploadsResult.GetNextKeyMarker Method
IS3ListMultipartUploadsResult.GetNextUploadIdMarker Method
IS3ListMultipartUploadsResult.GetPrefix Method
IS3ListMultipartUploadsResult.GetUploadIdMarker Method
IS3ListMultipartUploadsResult.GetUploads Method
Properties
IS3ListMultipartUploadsResult.Bucket Property
IS3ListMultipartUploadsResult.CommonPrefixes Property
IS3ListMultipartUploadsResult.Delimiter Property
IS3ListMultipartUploadsResult.EncodingType Property
IS3ListMultipartUploadsResult.IsTruncated Property
IS3ListMultipartUploadsResult.KeyMarker Property
IS3ListMultipartUploadsResult.MaxUploads Property
IS3ListMultipartUploadsResult.NextKeyMarker Property
IS3ListMultipartUploadsResult.NextUploadIdMarker Property
IS3ListMultipartUploadsResult.Prefix Property
IS3ListMultipartUploadsResult.UploadIdMarker Property
IS3ListMultipartUploadsResult.Uploads Property
IS3ListObjectVersionsRequest Interface
Methods
IS3ListObjectVersionsRequest.GetDelimiter Method
IS3ListObjectVersionsRequest.GetEncodingType Method
IS3ListObjectVersionsRequest.GetKeyMarker Method
IS3ListObjectVersionsRequest.GetMaxKeys Method
IS3ListObjectVersionsRequest.GetPrefix Method
IS3ListObjectVersionsRequest.GetVersionIdMarker Method
IS3ListObjectVersionsRequest.SetDelimiter Method
IS3ListObjectVersionsRequest.SetEncodingType Method
IS3ListObjectVersionsRequest.SetKeyMarker Method
IS3ListObjectVersionsRequest.SetMaxKeys Method
IS3ListObjectVersionsRequest.SetPrefix Method
IS3ListObjectVersionsRequest.SetVersionIdMarker Method
Properties
IS3ListObjectVersionsRequest.Delimiter Property
IS3ListObjectVersionsRequest.EncodingType Property
IS3ListObjectVersionsRequest.KeyMarker Property
IS3ListObjectVersionsRequest.MaxKeys Property
IS3ListObjectVersionsRequest.Prefix Property
IS3ListObjectVersionsRequest.VersionIdMarker Property
IS3ListObjectVersionsResponse Interface
Methods
IS3ListObjectVersionsResponse.GetCommonPrefixes Method
IS3ListObjectVersionsResponse.GetDeleteMarkers Method
IS3ListObjectVersionsResponse.GetDelimiter Method
IS3ListObjectVersionsResponse.GetEncodingType Method
IS3ListObjectVersionsResponse.GetIsTruncated Method
IS3ListObjectVersionsResponse.GetKeyMarker Method
IS3ListObjectVersionsResponse.GetMaxKeys Method
IS3ListObjectVersionsResponse.GetName Method
IS3ListObjectVersionsResponse.GetNextKeyMarker Method
IS3ListObjectVersionsResponse.GetNextVersionIdMarker Method
IS3ListObjectVersionsResponse.GetPrefix Method
IS3ListObjectVersionsResponse.GetVersionIdMarker Method
IS3ListObjectVersionsResponse.GetVersions Method
Properties
IS3ListObjectVersionsResponse.CommonPrefixes Property
IS3ListObjectVersionsResponse.DeleteMarkers Property
IS3ListObjectVersionsResponse.Delimiter Property
IS3ListObjectVersionsResponse.EncodingType Property
IS3ListObjectVersionsResponse.IsTruncated Property
IS3ListObjectVersionsResponse.KeyMarker Property
IS3ListObjectVersionsResponse.MaxKeys Property
IS3ListObjectVersionsResponse.Name Property
IS3ListObjectVersionsResponse.NextKeyMarker Property
IS3ListObjectVersionsResponse.NextVersionIdMarker Property
IS3ListObjectVersionsResponse.Prefix Property
IS3ListObjectVersionsResponse.VersionIdMarker Property
IS3ListObjectVersionsResponse.Versions Property
IS3ListObjectsV2Request Interface
Methods
IS3ListObjectsV2Request.GetContinuationToken Method
IS3ListObjectsV2Request.GetDelimiter Method
IS3ListObjectsV2Request.GetEncodingType Method
IS3ListObjectsV2Request.GetFetchOwner Method
IS3ListObjectsV2Request.GetMaxKeys Method
IS3ListObjectsV2Request.GetPrefix Method
IS3ListObjectsV2Request.GetRequestPayer Method
IS3ListObjectsV2Request.GetStartAfter Method
IS3ListObjectsV2Request.SetContinuationToken Method
IS3ListObjectsV2Request.SetDelimiter Method
IS3ListObjectsV2Request.SetEncodingType Method
IS3ListObjectsV2Request.SetFetchOwner Method
IS3ListObjectsV2Request.SetMaxKeys Method
IS3ListObjectsV2Request.SetPrefix Method
IS3ListObjectsV2Request.SetRequestPayer Method
IS3ListObjectsV2Request.SetStartAfter Method
Properties
IS3ListObjectsV2Request.ContinuationToken Property
IS3ListObjectsV2Request.Delimiter Property
IS3ListObjectsV2Request.EncodingType Property
IS3ListObjectsV2Request.FetchOwner Property
IS3ListObjectsV2Request.MaxKeys Property
IS3ListObjectsV2Request.Prefix Property
IS3ListObjectsV2Request.RequestPayer Property
IS3ListObjectsV2Request.StartAfter Property
IS3ListObjectsV2Response Interface
Methods
IS3ListObjectsV2Response.GetCommonPrefixes Method
IS3ListObjectsV2Response.GetContents Method
IS3ListObjectsV2Response.GetContinuationToken Method
IS3ListObjectsV2Response.GetDelimiter Method
IS3ListObjectsV2Response.GetEncodingType Method
IS3ListObjectsV2Response.GetIsTruncated Method
IS3ListObjectsV2Response.GetKeyCount Method
IS3ListObjectsV2Response.GetMaxKeys Method
IS3ListObjectsV2Response.GetName Method
IS3ListObjectsV2Response.GetNextContinuationToken Method
IS3ListObjectsV2Response.GetPrefix Method
IS3ListObjectsV2Response.GetStartAfter Method
Properties
IS3ListObjectsV2Response.CommonPrefixes Property
IS3ListObjectsV2Response.Contents Property
IS3ListObjectsV2Response.ContinuationToken Property
IS3ListObjectsV2Response.Delimiter Property
IS3ListObjectsV2Response.EncodingType Property
IS3ListObjectsV2Response.IsTruncated Property
IS3ListObjectsV2Response.KeyCount Property
IS3ListObjectsV2Response.MaxKeys Property
IS3ListObjectsV2Response.Name Property
IS3ListObjectsV2Response.NextContinuationToken Property
IS3ListObjectsV2Response.Prefix Property
IS3ListObjectsV2Response.StartAfter Property
IS3ListPartsRequest Interface
Methods
IS3ListPartsRequest.GetMaxParts Method
IS3ListPartsRequest.GetPartNumberMarker Method
IS3ListPartsRequest.GetUploadId Method
IS3ListPartsRequest.SetMaxParts Method
IS3ListPartsRequest.SetPartNumberMarker Method
IS3ListPartsRequest.SetUploadId Method
Properties
IS3ListPartsRequest.MaxParts Property
IS3ListPartsRequest.PartNumberMarker Property
IS3ListPartsRequest.UploadId Property
IS3ListPartsResponse Interface
Methods
IS3ListPartsResponse.GetAbortDate Method
IS3ListPartsResponse.GetAbortRuleId Method
IS3ListPartsResponse.GetListPartsResult Method
Properties
IS3ListPartsResponse.AbortDate Property
IS3ListPartsResponse.AbortRuleId Property
IS3ListPartsResponse.ListPartsResult Property
IS3ListPartsResult Interface
Methods
IS3ListPartsResult.GetBucket Method
IS3ListPartsResult.GetInitiator Method
IS3ListPartsResult.GetIsTruncated Method
IS3ListPartsResult.GetKey Method
IS3ListPartsResult.GetMaxParts Method
IS3ListPartsResult.GetNextPartNumberMarker Method
IS3ListPartsResult.GetOwner Method
IS3ListPartsResult.GetPartNumberMarker Method
IS3ListPartsResult.GetParts Method
IS3ListPartsResult.GetStorageClass Method
IS3ListPartsResult.GetUploadId Method
Properties
IS3ListPartsResult.Bucket Property
IS3ListPartsResult.Initiator Property
IS3ListPartsResult.IsTruncated Property
IS3ListPartsResult.Key Property
IS3ListPartsResult.MaxParts Property
IS3ListPartsResult.NextPartNumberMarker Property
IS3ListPartsResult.Owner Property
IS3ListPartsResult.PartNumberMarker Property
IS3ListPartsResult.Parts Property
IS3ListPartsResult.StorageClass Property
IS3ListPartsResult.UploadId Property
IS3Location Interface
Methods
IS3Location.GetAccessControlList Method
IS3Location.GetBucketName Method
IS3Location.GetCannedACL Method
IS3Location.GetEncryption Method
IS3Location.GetPrefix Method
IS3Location.GetStorageClass Method
IS3Location.GetTagging Method
IS3Location.GetUserMetadata Method
IS3Location.SetBucketName Method
IS3Location.SetCannedACL Method
IS3Location.SetEncryption Method
IS3Location.SetPrefix Method
IS3Location.SetStorageClass Method
IS3Location.SetTagging Method
Properties
IS3Location.AccessControlList Property
IS3Location.BucketName Property
IS3Location.CannedACL Property
IS3Location.Encryption Property
IS3Location.Prefix Property
IS3Location.StorageClass Property
IS3Location.Tagging Property
IS3Location.UserMetadata Property
IS3LoggingEnabled Interface
Methods
IS3LoggingEnabled.GetTargetBucket Method
IS3LoggingEnabled.GetTargetGrants Method
IS3LoggingEnabled.GetTargetPrefix Method
Properties
IS3LoggingEnabled.TargetBucket Property
IS3LoggingEnabled.TargetGrants Property
IS3LoggingEnabled.TargetPrefix Property
IS3MetadataEntry Interface
Methods
IS3MetadataEntry.GetName Method
IS3MetadataEntry.GetValue Method
IS3MetadataEntry.SetName Method
IS3MetadataEntry.SetValue Method
Properties
IS3MetadataEntry.Name Property
IS3MetadataEntry.Value Property
IS3Metrics Interface
Methods
IS3Metrics.GetEventThreshold Method
IS3Metrics.GetStatus Method
IS3Metrics.SetEventThreshold Method
Properties
IS3Metrics.EventThreshold Property
IS3Metrics.Status Property
IS3MetricsConfiguration Interface
Methods
IS3MetricsConfiguration.GetFilter Method
IS3MetricsConfiguration.GetId Method
IS3MetricsConfiguration.SetFilter Method
IS3MetricsConfiguration.ToString Method
IS3MetricsConfiguration.ToXML Method
Properties
IS3MetricsConfiguration.Filter Property
IS3MetricsConfiguration.Id Property
IS3MultipartUpload Interface
Methods
IS3MultipartUpload.GetInitiated Method
IS3MultipartUpload.GetInitiator Method
IS3MultipartUpload.GetKey Method
IS3MultipartUpload.GetOwner Method
IS3MultipartUpload.GetStorageClass Method
IS3MultipartUpload.GetUploadId Method
Properties
IS3MultipartUpload.Initiated Property
IS3MultipartUpload.Initiator Property
IS3MultipartUpload.Key Property
IS3MultipartUpload.Owner Property
IS3MultipartUpload.StorageClass Property
IS3MultipartUpload.UploadId Property
IS3MultipartUploader Interface
Methods
IS3MultipartUploader.GetPartSize Method
IS3MultipartUploader.SetPartSize Method
IS3MultipartUploader.Upload Method
Properties
IS3MultipartUploader.PartSize Property
IS3NoncurrentVersionExpiration Interface
Methods
IS3NoncurrentVersionExpiration.GetNoncurrentDays Method
Properties
IS3NoncurrentVersionExpiration.NoncurrentDays Property
IS3NoncurrentVersionTransition Interface
Methods
IS3NoncurrentVersionTransition.GetNoncurrentDays Method
IS3NoncurrentVersionTransition.GetStorageClass Method
IS3NoncurrentVersionTransition.SetNoncurrentDays Method
IS3NoncurrentVersionTransition.SetStorageClass Method
Properties
IS3NoncurrentVersionTransition.NoncurrentDays Property
IS3NoncurrentVersionTransition.StorageClass Property
IS3NotificationConfiguration Interface
Methods
IS3NotificationConfiguration.GetLambdaFunctionConfigurations Method
IS3NotificationConfiguration.GetQueueConfigurations Method
IS3NotificationConfiguration.GetTopicConfigurations Method
IS3NotificationConfiguration.ToString Method
IS3NotificationConfiguration.ToXML Method
Properties
IS3NotificationConfiguration.LambdaFunctionConfigurations Property
IS3NotificationConfiguration.QueueConfigurations Property
IS3NotificationConfiguration.TopicConfigurations Property
IS3NotificationConfigurationFilter Interface
Methods
IS3NotificationConfigurationFilter.GetS3Key Method
Properties
IS3NotificationConfigurationFilter.S3Key Property
IS3Object Interface
Methods
IS3Object.Delete Method
IS3Object.DownloadFile Method
IS3Object.Exists Method
IS3Object.Get Method
IS3Object.GetAcceptRanges Method
IS3Object.GetArchiveStatus Method
IS3Object.GetBucket Method
IS3Object.GetCacheControl Method
IS3Object.GetClient Method
IS3Object.GetContentDisposition Method
IS3Object.GetContentEncoding Method
IS3Object.GetContentLanguage Method
IS3Object.GetContentLength Method
IS3Object.GetContentType Method
IS3Object.GetDeleteMarker Method
IS3Object.GetETag Method
IS3Object.GetExpiration Method
IS3Object.GetExpires Method
IS3Object.GetKey Method
IS3Object.GetLastModified Method
IS3Object.GetMetadata Method
IS3Object.GetMissingMeta Method
IS3Object.GetObjectLockLegalHoldStatus Method
IS3Object.GetObjectLockMode Method
IS3Object.GetObjectLockRetainUntilDate Method
IS3Object.GetOwner Method
IS3Object.GetPartsCount Method
IS3Object.GetReplicationStatus Method
IS3Object.GetRequestCharged Method
IS3Object.GetRestore Method
IS3Object.GetServerSideEncryption Method
IS3Object.GetSize Method
IS3Object.GetSseBucketKeyEnabled Method
IS3Object.GetSseCustomerAlgorithm Method
IS3Object.GetSseCustomerKeyMD5 Method
IS3Object.GetSseKmsKeyId Method
IS3Object.GetStorageClass Method
IS3Object.GetVersionId Method
IS3Object.GetWebsiteRedirectLocation Method
IS3Object.Head Method
IS3Object.Put Method (IS3ObjectPutAttributes, TAWSClientSendDataCallback)
IS3Object.Put Method (TStream, TAWSClientSendDataCallback)
IS3Object.SetClient Method
IS3Object.UploadFile Method
IS3Object.UploadStream Method
Properties
IS3Object.AcceptRanges Property
IS3Object.ArchiveStatus Property
IS3Object.Bucket Property
IS3Object.CacheControl Property
IS3Object.Client Property
IS3Object.ContentDisposition Property
IS3Object.ContentEncoding Property
IS3Object.ContentLanguage Property
IS3Object.ContentLength Property
IS3Object.ContentType Property
IS3Object.DeleteMarker Property
IS3Object.ETag Property
IS3Object.Expiration Property
IS3Object.Expires Property
IS3Object.Key Property
IS3Object.LastModified Property
IS3Object.Metadata Property
IS3Object.MissingMeta Property
IS3Object.ObjectLockLegalHoldStatus Property
IS3Object.ObjectLockMode Property
IS3Object.ObjectLockRetainUntilDate Property
IS3Object.Owner Property
IS3Object.PartsCount Property
IS3Object.ReplicationStatus Property
IS3Object.RequestCharged Property
IS3Object.Restore Property
IS3Object.ServerSideEncryption Property
IS3Object.Size Property
IS3Object.SseBucketKeyEnabled Property
IS3Object.SseCustomerAlgorithm Property
IS3Object.SseCustomerKeyMD5 Property
IS3Object.SseKmsKeyId Property
IS3Object.StorageClass Property
IS3Object.VersionId Property
IS3Object.WebsiteRedirectLocation Property
IS3ObjectEndpoint Interface
Methods
IS3ObjectEndpoint.GetKey Method
IS3ObjectEndpoint.SetKey Method
Properties
IS3ObjectEndpoint.Key Property
IS3ObjectIdentifier Interface
Methods
IS3ObjectIdentifier.GetKey Method
IS3ObjectIdentifier.GetVersionId Method
IS3ObjectIdentifier.SetKey Method
IS3ObjectIdentifier.SetVersionId Method
Properties
IS3ObjectIdentifier.Key Property
IS3ObjectIdentifier.VersionId Property
IS3ObjectLockConfiguration Interface
Methods
IS3ObjectLockConfiguration.GetObjectLockEnabled Method
IS3ObjectLockConfiguration.GetRule Method
IS3ObjectLockConfiguration.SetObjectLockEnabled Method
IS3ObjectLockConfiguration.SetRule Method
IS3ObjectLockConfiguration.ToString Method
IS3ObjectLockConfiguration.ToXML Method
Properties
IS3ObjectLockConfiguration.ObjectLockEnabled Property
IS3ObjectLockConfiguration.Rule Property
IS3ObjectLockRule Interface
Methods
IS3ObjectLockRule.GetDefaultRetention Method
Properties
IS3ObjectLockRule.DefaultRetention Property
IS3ObjectPutAttributes Interface
Methods
IS3ObjectPutAttributes.GetAcl Method
IS3ObjectPutAttributes.GetBody Method
IS3ObjectPutAttributes.GetCacheControl Method
IS3ObjectPutAttributes.GetContentDisposition Method
IS3ObjectPutAttributes.GetContentEncoding Method
IS3ObjectPutAttributes.GetContentLanguage Method
IS3ObjectPutAttributes.GetContentType Method
IS3ObjectPutAttributes.GetExpires Method
IS3ObjectPutAttributes.GetGrantFullControl Method
IS3ObjectPutAttributes.GetGrantRead Method
IS3ObjectPutAttributes.GetGrantReadAcp Method
IS3ObjectPutAttributes.GetGrantWriteAcp Method
IS3ObjectPutAttributes.GetObjectLockLegalHold Method
IS3ObjectPutAttributes.GetObjectLockMode Method
IS3ObjectPutAttributes.GetObjectLockRetainUntilDate Method
IS3ObjectPutAttributes.GetRequestPayer Method
IS3ObjectPutAttributes.GetServerSideEncryption Method
IS3ObjectPutAttributes.GetSseAwsKmsKeyId Method
IS3ObjectPutAttributes.GetSseBucketKeyEnabled Method
IS3ObjectPutAttributes.GetSseContext Method
IS3ObjectPutAttributes.GetSseCustomerAlgorithm Method
IS3ObjectPutAttributes.GetSseCustomerKey Method
IS3ObjectPutAttributes.GetSseCustomerKeyMD5 Method
IS3ObjectPutAttributes.GetStorageClass Method
IS3ObjectPutAttributes.GetTags Method
IS3ObjectPutAttributes.GetWebsiteRedirectLocation Method
IS3ObjectPutAttributes.SetAcl Method
IS3ObjectPutAttributes.SetBody Method
IS3ObjectPutAttributes.SetCacheControl Method
IS3ObjectPutAttributes.SetContentDisposition Method
IS3ObjectPutAttributes.SetContentEncoding Method
IS3ObjectPutAttributes.SetContentLanguage Method
IS3ObjectPutAttributes.SetContentType Method
IS3ObjectPutAttributes.SetExpires Method
IS3ObjectPutAttributes.SetGrantFullControl Method
IS3ObjectPutAttributes.SetGrantRead Method
IS3ObjectPutAttributes.SetGrantReadAcp Method
IS3ObjectPutAttributes.SetGrantWriteAcp Method
IS3ObjectPutAttributes.SetObjectLockLegalHold Method
IS3ObjectPutAttributes.SetObjectLockMode Method
IS3ObjectPutAttributes.SetObjectLockRetainUntilDate Method
IS3ObjectPutAttributes.SetRequestPayer Method
IS3ObjectPutAttributes.SetServerSideEncryption Method
IS3ObjectPutAttributes.SetSseAwsKmsKeyId Method
IS3ObjectPutAttributes.SetSseBucketKeyEnabled Method
IS3ObjectPutAttributes.SetSseContext Method
IS3ObjectPutAttributes.SetSseCustomerAlgorithm Method
IS3ObjectPutAttributes.SetSseCustomerKey Method
IS3ObjectPutAttributes.SetSseCustomerKeyMD5 Method
IS3ObjectPutAttributes.SetStorageClass Method
IS3ObjectPutAttributes.SetWebsiteRedirectLocation Method
Properties
IS3ObjectPutAttributes.Acl Property
IS3ObjectPutAttributes.Body Property
IS3ObjectPutAttributes.CacheControl Property
IS3ObjectPutAttributes.ContentDisposition Property
IS3ObjectPutAttributes.ContentEncoding Property
IS3ObjectPutAttributes.ContentLanguage Property
IS3ObjectPutAttributes.ContentType Property
IS3ObjectPutAttributes.Expires Property
IS3ObjectPutAttributes.GrantFullControl Property
IS3ObjectPutAttributes.GrantRead Property
IS3ObjectPutAttributes.GrantReadAcp Property
IS3ObjectPutAttributes.GrantWriteAcp Property
IS3ObjectPutAttributes.ObjectLockLegalHold Property
IS3ObjectPutAttributes.ObjectLockMode Property
IS3ObjectPutAttributes.ObjectLockRetainUntilDate Property
IS3ObjectPutAttributes.RequestPayer Property
IS3ObjectPutAttributes.ServerSideEncryption Property
IS3ObjectPutAttributes.SseAwsKmsKeyId Property
IS3ObjectPutAttributes.SseBucketKeyEnabled Property
IS3ObjectPutAttributes.SseContext Property
IS3ObjectPutAttributes.SseCustomerAlgorithm Property
IS3ObjectPutAttributes.SseCustomerKey Property
IS3ObjectPutAttributes.SseCustomerKeyMD5 Property
IS3ObjectPutAttributes.StorageClass Property
IS3ObjectPutAttributes.Tags Property
IS3ObjectPutAttributes.WebsiteRedirectLocation Property
IS3ObjectRequest Interface
Methods
IS3ObjectRequest.GetBucket Method
IS3ObjectRequest.GetExpectedBucketOwner Method
IS3ObjectRequest.GetKey Method
IS3ObjectRequest.GetRequestPayer Method
IS3ObjectRequest.SetBucket Method
IS3ObjectRequest.SetExpectedBucketOwner Method
IS3ObjectRequest.SetKey Method
IS3ObjectRequest.SetRequestPayer Method
Properties
IS3ObjectRequest.Bucket Property
IS3ObjectRequest.ExpectedBucketOwner Property
IS3ObjectRequest.Key Property
IS3ObjectRequest.RequestPayer Property
IS3ObjectResponse Interface
Methods
IS3ObjectResponse.GetExpiration Method
IS3ObjectResponse.GetMeta Method
IS3ObjectResponse.GetMissingMeta Method
IS3ObjectResponse.GetMpPartsCount Method
IS3ObjectResponse.GetObjectLockLegalHold Method
IS3ObjectResponse.GetObjectLockMode Method
IS3ObjectResponse.GetObjectLockRetainUntilDate Method
IS3ObjectResponse.GetReplicationStatus Method
IS3ObjectResponse.GetRestore Method
IS3ObjectResponse.GetServerSideEncryption Method
IS3ObjectResponse.GetSseAwsKmsKeyId Method
IS3ObjectResponse.GetSseBucketKeyEnabled Method
IS3ObjectResponse.GetSseContext Method
IS3ObjectResponse.GetSseCustomerAlgorithm Method
IS3ObjectResponse.GetSseCustomerKeyMD5 Method
IS3ObjectResponse.GetStorageClass Method
IS3ObjectResponse.GetTaggingCount Method
IS3ObjectResponse.GetWebsiteRedirectLocation Method
Properties
IS3ObjectResponse.Expiration Property
IS3ObjectResponse.Meta Property
IS3ObjectResponse.MissingMeta Property
IS3ObjectResponse.MpPartsCount Property
IS3ObjectResponse.ObjectLockLegalHold Property
IS3ObjectResponse.ObjectLockMode Property
IS3ObjectResponse.ObjectLockRetainUntilDate Property
IS3ObjectResponse.ReplicationStatus Property
IS3ObjectResponse.Restore Property
IS3ObjectResponse.ServerSideEncryption Property
IS3ObjectResponse.SseAwsKmsKeyId Property
IS3ObjectResponse.SseBucketKeyEnabled Property
IS3ObjectResponse.SseContext Property
IS3ObjectResponse.SseCustomerAlgorithm Property
IS3ObjectResponse.SseCustomerKeyMD5 Property
IS3ObjectResponse.StorageClass Property
IS3ObjectResponse.TaggingCount Property
IS3ObjectResponse.WebsiteRedirectLocation Property
IS3ObjectUploadRequest Interface
Methods
IS3ObjectUploadRequest.GetAcl Method
IS3ObjectUploadRequest.GetCacheControl Method
IS3ObjectUploadRequest.GetContentDisposition Method
IS3ObjectUploadRequest.GetContentEncoding Method
IS3ObjectUploadRequest.GetContentLanguage Method
IS3ObjectUploadRequest.GetContentType Method
IS3ObjectUploadRequest.GetExpires Method
IS3ObjectUploadRequest.GetGrantFullControl Method
IS3ObjectUploadRequest.GetGrantRead Method
IS3ObjectUploadRequest.GetGrantReadAcp Method
IS3ObjectUploadRequest.GetGrantWriteAcp Method
IS3ObjectUploadRequest.GetObjectLockLegalHold Method
IS3ObjectUploadRequest.GetObjectLockMode Method
IS3ObjectUploadRequest.GetObjectLockRetainUntilDate Method
IS3ObjectUploadRequest.GetServerSideEncryption Method
IS3ObjectUploadRequest.GetSseAwsKmsKeyId Method
IS3ObjectUploadRequest.GetSseBucketKeyEnabled Method
IS3ObjectUploadRequest.GetSseContext Method
IS3ObjectUploadRequest.GetSseCustomerAlgorithm Method
IS3ObjectUploadRequest.GetSseCustomerKey Method
IS3ObjectUploadRequest.GetSseCustomerKeyMD5 Method
IS3ObjectUploadRequest.GetStorageClass Method
IS3ObjectUploadRequest.GetTagging Method
IS3ObjectUploadRequest.GetWebsiteRedirectLocation Method
IS3ObjectUploadRequest.SetAcl Method
IS3ObjectUploadRequest.SetCacheControl Method
IS3ObjectUploadRequest.SetContentDisposition Method
IS3ObjectUploadRequest.SetContentEncoding Method
IS3ObjectUploadRequest.SetContentLanguage Method
IS3ObjectUploadRequest.SetContentType Method
IS3ObjectUploadRequest.SetExpires Method
IS3ObjectUploadRequest.SetGrantFullControl Method
IS3ObjectUploadRequest.SetGrantRead Method
IS3ObjectUploadRequest.SetGrantReadAcp Method
IS3ObjectUploadRequest.SetGrantWriteAcp Method
IS3ObjectUploadRequest.SetObjectLockLegalHold Method
IS3ObjectUploadRequest.SetObjectLockMode Method
IS3ObjectUploadRequest.SetObjectLockRetainUntilDate Method
IS3ObjectUploadRequest.SetServerSideEncryption Method
IS3ObjectUploadRequest.SetSseAwsKmsKeyId Method
IS3ObjectUploadRequest.SetSseBucketKeyEnabled Method
IS3ObjectUploadRequest.SetSseContext Method
IS3ObjectUploadRequest.SetSseCustomerAlgorithm Method
IS3ObjectUploadRequest.SetSseCustomerKey Method
IS3ObjectUploadRequest.SetSseCustomerKeyMD5 Method
IS3ObjectUploadRequest.SetStorageClass Method
IS3ObjectUploadRequest.SetTagging Method
IS3ObjectUploadRequest.SetWebsiteRedirectLocation Method
Properties
IS3ObjectUploadRequest.Acl Property
IS3ObjectUploadRequest.CacheControl Property
IS3ObjectUploadRequest.ContentDisposition Property
IS3ObjectUploadRequest.ContentEncoding Property
IS3ObjectUploadRequest.ContentLanguage Property
IS3ObjectUploadRequest.ContentType Property
IS3ObjectUploadRequest.Expires Property
IS3ObjectUploadRequest.GrantFullControl Property
IS3ObjectUploadRequest.GrantRead Property
IS3ObjectUploadRequest.GrantReadAcp Property
IS3ObjectUploadRequest.GrantWriteAcp Property
IS3ObjectUploadRequest.ObjectLockLegalHold Property
IS3ObjectUploadRequest.ObjectLockMode Property
IS3ObjectUploadRequest.ObjectLockRetainUntilDate Property
IS3ObjectUploadRequest.ServerSideEncryption Property
IS3ObjectUploadRequest.SseAwsKmsKeyId Property
IS3ObjectUploadRequest.SseBucketKeyEnabled Property
IS3ObjectUploadRequest.SseContext Property
IS3ObjectUploadRequest.SseCustomerAlgorithm Property
IS3ObjectUploadRequest.SseCustomerKey Property
IS3ObjectUploadRequest.SseCustomerKeyMD5 Property
IS3ObjectUploadRequest.StorageClass Property
IS3ObjectUploadRequest.Tagging Property
IS3ObjectUploadRequest.WebsiteRedirectLocation Property
IS3ObjectVersion Interface
Methods
IS3ObjectVersion.GetETag Method
IS3ObjectVersion.GetIsLatest Method
IS3ObjectVersion.GetKey Method
IS3ObjectVersion.GetLastModified Method
IS3ObjectVersion.GetOwner Method
IS3ObjectVersion.GetSize Method
IS3ObjectVersion.GetStorageClass Method
IS3ObjectVersion.GetVersionId Method
Properties
IS3ObjectVersion.ETag Property
IS3ObjectVersion.IsLatest Property
IS3ObjectVersion.Key Property
IS3ObjectVersion.LastModified Property
IS3ObjectVersion.Owner Property
IS3ObjectVersion.Size Property
IS3ObjectVersion.StorageClass Property
IS3ObjectVersion.VersionId Property
IS3ObjectVersionRequest Interface
Methods
IS3ObjectVersionRequest.GetVersionId Method
IS3ObjectVersionRequest.SetVersionId Method
Properties
IS3ObjectVersionRequest.VersionId Property
IS3ObjectWaiter Interface
Methods
IS3ObjectWaiter.Wait Method (IS3HeadObjectRequest)
IS3ObjectWaiter.Wait Method (string, string)
IS3Options Interface
IS3OutputFormat Interface
IS3OutputLocation Interface
Methods
IS3OutputLocation.GetS3 Method
IS3OutputLocation.SetS3 Method
Properties
IS3OutputLocation.S3 Property
IS3OutputSerialization Interface
Methods
IS3OutputSerialization.GetFormat Method
IS3OutputSerialization.SetFormat Method
Properties
IS3OutputSerialization.Format Property
IS3Owner Interface
Methods
IS3Owner.GetDisplayName Method
IS3Owner.GetID Method
IS3Owner.SetDisplayName Method
IS3Owner.SetID Method
Properties
IS3Owner.DisplayName Property
IS3Owner.ID Property
IS3OwnershipControls Interface
Methods
IS3OwnershipControls.GetRules Method
IS3OwnershipControls.ToString Method
IS3OwnershipControls.ToXML Method
Properties
IS3OwnershipControls.Rules Property
IS3OwnershipControlsRule Interface
Methods
IS3OwnershipControlsRule.GetObjectOwnership Method
Properties
IS3OwnershipControlsRule.ObjectOwnership Property
IS3ParquetInput Interface
IS3Part Interface
Methods
IS3Part.GetETag Method
IS3Part.GetLastModified Method
IS3Part.GetPartNumber Method
IS3Part.GetSize Method
Properties
IS3Part.ETag Property
IS3Part.LastModified Property
IS3Part.PartNumber Property
IS3Part.Size Property
IS3Presigner Interface
Methods
IS3Presigner.PresignedRequest Method
IS3Presigner.PresignedUrl Method
IS3PresignerRequest Interface
Methods
IS3PresignerRequest.GetExpiresIn Method
IS3PresignerRequest.GetRequest Method
IS3PresignerRequest.GetSecure Method
IS3PresignerRequest.GetTime Method
IS3PresignerRequest.SetExpiresIn Method
IS3PresignerRequest.SetRequest Method
IS3PresignerRequest.SetSecure Method
IS3PresignerRequest.SetTime Method
Properties
IS3PresignerRequest.ExpiresIn Property
IS3PresignerRequest.Request Property
IS3PresignerRequest.Secure Property
IS3PresignerRequest.Time Property
IS3PublicAccessBlockConfiguration Interface
Methods
IS3PublicAccessBlockConfiguration.GetBlockPublicAcls Method
IS3PublicAccessBlockConfiguration.GetBlockPublicPolicy Method
IS3PublicAccessBlockConfiguration.GetIgnorePublicAcls Method
IS3PublicAccessBlockConfiguration.GetRestrictPublicBuckets Method
IS3PublicAccessBlockConfiguration.SetBlockPublicAcls Method
IS3PublicAccessBlockConfiguration.SetBlockPublicPolicy Method
IS3PublicAccessBlockConfiguration.SetIgnorePublicAcls Method
IS3PublicAccessBlockConfiguration.SetRestrictPublicBuckets Method
IS3PublicAccessBlockConfiguration.ToString Method
IS3PublicAccessBlockConfiguration.ToXML Method
Properties
IS3PublicAccessBlockConfiguration.BlockPublicAcls Property
IS3PublicAccessBlockConfiguration.BlockPublicPolicy Property
IS3PublicAccessBlockConfiguration.IgnorePublicAcls Property
IS3PublicAccessBlockConfiguration.RestrictPublicBuckets Property
IS3PutBucketAccelerateConfigurationRequest Interface
Methods
IS3PutBucketAccelerateConfigurationRequest.GetAccelerateConfiguration Method
Properties
IS3PutBucketAccelerateConfigurationRequest.AccelerateConfiguration Property
IS3PutBucketAccelerateConfigurationResponse Interface
IS3PutBucketAclRequest Interface
Methods
IS3PutBucketAclRequest.GetAccessControlPolicy Method
IS3PutBucketAclRequest.GetAcl Method
IS3PutBucketAclRequest.GetGrantFullControl Method
IS3PutBucketAclRequest.GetGrantRead Method
IS3PutBucketAclRequest.GetGrantReadAcp Method
IS3PutBucketAclRequest.GetGrantWrite Method
IS3PutBucketAclRequest.GetGrantWriteAcp Method
IS3PutBucketAclRequest.SetAccessControlPolicy Method
IS3PutBucketAclRequest.SetAcl Method
IS3PutBucketAclRequest.SetGrantFullControl Method
IS3PutBucketAclRequest.SetGrantRead Method
IS3PutBucketAclRequest.SetGrantReadAcp Method
IS3PutBucketAclRequest.SetGrantWrite Method
IS3PutBucketAclRequest.SetGrantWriteAcp Method
Properties
IS3PutBucketAclRequest.AccessControlPolicy Property
IS3PutBucketAclRequest.Acl Property
IS3PutBucketAclRequest.GrantFullControl Property
IS3PutBucketAclRequest.GrantRead Property
IS3PutBucketAclRequest.GrantReadAcp Property
IS3PutBucketAclRequest.GrantWrite Property
IS3PutBucketAclRequest.GrantWriteAcp Property
IS3PutBucketAclResponse Interface
IS3PutBucketAnalyticsConfigurationRequest Interface
Methods
IS3PutBucketAnalyticsConfigurationRequest.GetAnalyticsConfiguration Method
Properties
IS3PutBucketAnalyticsConfigurationRequest.AnalyticsConfiguration Property
IS3PutBucketAnalyticsConfigurationResponse Interface
IS3PutBucketCorsRequest Interface
Methods
IS3PutBucketCorsRequest.GetCORSConfiguration Method
Properties
IS3PutBucketCorsRequest.CORSConfiguration Property
IS3PutBucketCorsResponse Interface
IS3PutBucketEncryptionRequest Interface
Methods
IS3PutBucketEncryptionRequest.GetRules Method
IS3PutBucketEncryptionRequest.ToString Method
IS3PutBucketEncryptionRequest.ToXML Method
Properties
IS3PutBucketEncryptionRequest.Rules Property
IS3PutBucketEncryptionResponse Interface
IS3PutBucketIntelligentTieringConfigurationRequest Interface
Methods
IS3PutBucketIntelligentTieringConfigurationRequest.GetIntelligentTieringConfiguration Method
IS3PutBucketIntelligentTieringConfigurationRequest.SetIntelligentTieringConfiguration Method
Properties
IS3PutBucketIntelligentTieringConfigurationRequest.IntelligentTieringConfiguration Property
IS3PutBucketIntelligentTieringConfigurationResponse Interface
IS3PutBucketInventoryConfigurationRequest Interface
Methods
IS3PutBucketInventoryConfigurationRequest.GetInventoryConfiguration Method
Properties
IS3PutBucketInventoryConfigurationRequest.InventoryConfiguration Property
IS3PutBucketInventoryConfigurationResponse Interface
IS3PutBucketLifecycleConfigurationRequest Interface
Methods
IS3PutBucketLifecycleConfigurationRequest.GetLifecycleConfiguration Method
Properties
IS3PutBucketLifecycleConfigurationRequest.LifecycleConfiguration Property
IS3PutBucketLifecycleConfigurationResponse Interface
IS3PutBucketLoggingRequest Interface
Methods
IS3PutBucketLoggingRequest.GetBucketLoggingStatus Method
Properties
IS3PutBucketLoggingRequest.BucketLoggingStatus Property
IS3PutBucketLoggingResponse Interface
IS3PutBucketMetricsConfigurationRequest Interface
Methods
IS3PutBucketMetricsConfigurationRequest.GetMetricsConfiguration Method
Properties
IS3PutBucketMetricsConfigurationRequest.MetricsConfiguration Property
IS3PutBucketMetricsConfigurationResponse Interface
IS3PutBucketNotificationConfigurationRequest Interface
Methods
IS3PutBucketNotificationConfigurationRequest.GetNotificationConfiguration Method
Properties
IS3PutBucketNotificationConfigurationRequest.NotificationConfiguration Property
IS3PutBucketNotificationConfigurationResponse Interface
IS3PutBucketOwnershipControlsRequest Interface
Methods
IS3PutBucketOwnershipControlsRequest.GetOwnershipControls Method
Properties
IS3PutBucketOwnershipControlsRequest.OwnershipControls Property
IS3PutBucketOwnershipControlsResponse Interface
IS3PutBucketPolicyRequest Interface
Methods
IS3PutBucketPolicyRequest.GetConfirmRemoveSelfBucketAccess Method
IS3PutBucketPolicyRequest.GetPolicy Method
IS3PutBucketPolicyRequest.SetConfirmRemoveSelfBucketAccess Method
IS3PutBucketPolicyRequest.SetPolicy Method
Properties
IS3PutBucketPolicyRequest.ConfirmRemoveSelfBucketAccess Property
IS3PutBucketPolicyRequest.Policy Property
IS3PutBucketPolicyResponse Interface
IS3PutBucketReplicationRequest Interface
Methods
IS3PutBucketReplicationRequest.GetBucketObjectLockToken Method
IS3PutBucketReplicationRequest.GetReplicationConfiguration Method
IS3PutBucketReplicationRequest.SetBucketObjectLockToken Method
Properties
IS3PutBucketReplicationRequest.BucketObjectLockToken Property
IS3PutBucketReplicationRequest.ReplicationConfiguration Property
IS3PutBucketReplicationResponse Interface
IS3PutBucketRequestPaymentRequest Interface
Methods
IS3PutBucketRequestPaymentRequest.GetRequestPaymentConfiguration Method
Properties
IS3PutBucketRequestPaymentRequest.RequestPaymentConfiguration Property
IS3PutBucketRequestPaymentResponse Interface
IS3PutBucketTaggingRequest Interface
Methods
IS3PutBucketTaggingRequest.GetTagging Method
Properties
IS3PutBucketTaggingRequest.Tagging Property
IS3PutBucketTaggingResponse Interface
IS3PutBucketVersioningRequest Interface
Methods
IS3PutBucketVersioningRequest.GetMFA Method
IS3PutBucketVersioningRequest.GetVersioningConfiguration Method
IS3PutBucketVersioningRequest.SetMFA Method
Properties
IS3PutBucketVersioningRequest.MFA Property
IS3PutBucketVersioningRequest.VersioningConfiguration Property
IS3PutBucketVersioningResponse Interface
IS3PutBucketWebsiteRequest Interface
Methods
IS3PutBucketWebsiteRequest.GetWebsiteConfiguration Method
Properties
IS3PutBucketWebsiteRequest.WebsiteConfiguration Property
IS3PutBucketWebsiteResponse Interface
IS3PutObjectAclRequest Interface
Methods
IS3PutObjectAclRequest.GetAccessControlPolicy Method
IS3PutObjectAclRequest.GetAcl Method
IS3PutObjectAclRequest.GetGrantFullControl Method
IS3PutObjectAclRequest.GetGrantRead Method
IS3PutObjectAclRequest.GetGrantReadAcp Method
IS3PutObjectAclRequest.GetGrantWrite Method
IS3PutObjectAclRequest.GetGrantWriteAcp Method
IS3PutObjectAclRequest.GetVersionId Method
IS3PutObjectAclRequest.SetAccessControlPolicy Method
IS3PutObjectAclRequest.SetAcl Method
IS3PutObjectAclRequest.SetGrantFullControl Method
IS3PutObjectAclRequest.SetGrantRead Method
IS3PutObjectAclRequest.SetGrantReadAcp Method
IS3PutObjectAclRequest.SetGrantWrite Method
IS3PutObjectAclRequest.SetGrantWriteAcp Method
IS3PutObjectAclRequest.SetVersionId Method
Properties
IS3PutObjectAclRequest.AccessControlPolicy Property
IS3PutObjectAclRequest.Acl Property
IS3PutObjectAclRequest.GrantFullControl Property
IS3PutObjectAclRequest.GrantRead Property
IS3PutObjectAclRequest.GrantReadAcp Property
IS3PutObjectAclRequest.GrantWrite Property
IS3PutObjectAclRequest.GrantWriteAcp Property
IS3PutObjectAclRequest.VersionId Property
IS3PutObjectAclResponse Interface
IS3PutObjectLegalHoldRequest Interface
Methods
IS3PutObjectLegalHoldRequest.GetLegalHold Method
IS3PutObjectLegalHoldRequest.GetVersionId Method
IS3PutObjectLegalHoldRequest.SetVersionId Method
Properties
IS3PutObjectLegalHoldRequest.LegalHold Property
IS3PutObjectLegalHoldRequest.VersionId Property
IS3PutObjectLegalHoldResponse Interface
IS3PutObjectLockConfigurationRequest Interface
Methods
IS3PutObjectLockConfigurationRequest.GetBucketObjectLockToken Method
IS3PutObjectLockConfigurationRequest.GetObjectLockConfiguration Method
IS3PutObjectLockConfigurationRequest.GetRequestPayer Method
IS3PutObjectLockConfigurationRequest.SetBucketObjectLockToken Method
IS3PutObjectLockConfigurationRequest.SetRequestPayer Method
Properties
IS3PutObjectLockConfigurationRequest.BucketObjectLockToken Property
IS3PutObjectLockConfigurationRequest.ObjectLockConfiguration Property
IS3PutObjectLockConfigurationRequest.RequestPayer Property
IS3PutObjectLockConfigurationResponse Interface
IS3PutObjectRequest Interface
Methods
IS3PutObjectRequest.GetAcl Method
IS3PutObjectRequest.GetBody Method
IS3PutObjectRequest.GetCacheControl Method
IS3PutObjectRequest.GetContentDisposition Method
IS3PutObjectRequest.GetContentEncoding Method
IS3PutObjectRequest.GetContentLanguage Method
IS3PutObjectRequest.GetContentType Method
IS3PutObjectRequest.GetExpires Method
IS3PutObjectRequest.GetGrantFullControl Method
IS3PutObjectRequest.GetGrantRead Method
IS3PutObjectRequest.GetGrantReadAcp Method
IS3PutObjectRequest.GetGrantWriteAcp Method
IS3PutObjectRequest.GetObjectLockLegalHold Method
IS3PutObjectRequest.GetObjectLockMode Method
IS3PutObjectRequest.GetObjectLockRetainUntilDate Method
IS3PutObjectRequest.GetOnSendData Method
IS3PutObjectRequest.GetServerSideEncryption Method
IS3PutObjectRequest.GetSseAwsKmsKeyId Method
IS3PutObjectRequest.GetSseBucketKeyEnabled Method
IS3PutObjectRequest.GetSseContext Method
IS3PutObjectRequest.GetSseCustomerAlgorithm Method
IS3PutObjectRequest.GetSseCustomerKey Method
IS3PutObjectRequest.GetSseCustomerKeyMD5 Method
IS3PutObjectRequest.GetStorageClass Method
IS3PutObjectRequest.GetTags Method
IS3PutObjectRequest.GetWebsiteRedirectLocation Method
IS3PutObjectRequest.SetAcl Method
IS3PutObjectRequest.SetBody Method
IS3PutObjectRequest.SetCacheControl Method
IS3PutObjectRequest.SetContentDisposition Method
IS3PutObjectRequest.SetContentEncoding Method
IS3PutObjectRequest.SetContentLanguage Method
IS3PutObjectRequest.SetContentType Method
IS3PutObjectRequest.SetExpires Method
IS3PutObjectRequest.SetGrantFullControl Method
IS3PutObjectRequest.SetGrantRead Method
IS3PutObjectRequest.SetGrantReadAcp Method
IS3PutObjectRequest.SetGrantWriteAcp Method
IS3PutObjectRequest.SetObjectLockLegalHold Method
IS3PutObjectRequest.SetObjectLockMode Method
IS3PutObjectRequest.SetObjectLockRetainUntilDate Method
IS3PutObjectRequest.SetOnSendData Method
IS3PutObjectRequest.SetServerSideEncryption Method
IS3PutObjectRequest.SetSseAwsKmsKeyId Method
IS3PutObjectRequest.SetSseBucketKeyEnabled Method
IS3PutObjectRequest.SetSseContext Method
IS3PutObjectRequest.SetSseCustomerAlgorithm Method
IS3PutObjectRequest.SetSseCustomerKey Method
IS3PutObjectRequest.SetSseCustomerKeyMD5 Method
IS3PutObjectRequest.SetStorageClass Method
IS3PutObjectRequest.SetWebsiteRedirectLocation Method
Properties
IS3PutObjectRequest.Acl Property
IS3PutObjectRequest.Body Property
IS3PutObjectRequest.CacheControl Property
IS3PutObjectRequest.ContentDisposition Property
IS3PutObjectRequest.ContentEncoding Property
IS3PutObjectRequest.ContentLanguage Property
IS3PutObjectRequest.ContentType Property
IS3PutObjectRequest.Expires Property
IS3PutObjectRequest.GrantFullControl Property
IS3PutObjectRequest.GrantRead Property
IS3PutObjectRequest.GrantReadAcp Property
IS3PutObjectRequest.GrantWriteAcp Property
IS3PutObjectRequest.ObjectLockLegalHold Property
IS3PutObjectRequest.ObjectLockMode Property
IS3PutObjectRequest.ObjectLockRetainUntilDate Property
IS3PutObjectRequest.OnSendData Property
IS3PutObjectRequest.ServerSideEncryption Property
IS3PutObjectRequest.SseAwsKmsKeyId Property
IS3PutObjectRequest.SseBucketKeyEnabled Property
IS3PutObjectRequest.SseContext Property
IS3PutObjectRequest.SseCustomerAlgorithm Property
IS3PutObjectRequest.SseCustomerKey Property
IS3PutObjectRequest.SseCustomerKeyMD5 Property
IS3PutObjectRequest.StorageClass Property
IS3PutObjectRequest.Tags Property
IS3PutObjectRequest.WebsiteRedirectLocation Property
IS3PutObjectResponse Interface
Methods
IS3PutObjectResponse.GetExpiration Method
IS3PutObjectResponse.GetServerSideEncryption Method
IS3PutObjectResponse.GetSseAwsKmsKeyId Method
IS3PutObjectResponse.GetSseBucketKeyEnabled Method
IS3PutObjectResponse.GetSseContext Method
IS3PutObjectResponse.GetSseCustomerAlgorithm Method
IS3PutObjectResponse.GetSseCustomerKeyMD5 Method
IS3PutObjectResponse.GetVersionId Method
Properties
IS3PutObjectResponse.Expiration Property
IS3PutObjectResponse.ServerSideEncryption Property
IS3PutObjectResponse.SseAwsKmsKeyId Property
IS3PutObjectResponse.SseBucketKeyEnabled Property
IS3PutObjectResponse.SseContext Property
IS3PutObjectResponse.SseCustomerAlgorithm Property
IS3PutObjectResponse.SseCustomerKeyMD5 Property
IS3PutObjectResponse.VersionId Property
IS3PutObjectRetentionRequest Interface
Methods
IS3PutObjectRetentionRequest.GetBypassGovernanceRetention Method
IS3PutObjectRetentionRequest.GetRetention Method
IS3PutObjectRetentionRequest.GetVersionId Method
IS3PutObjectRetentionRequest.SetBypassGovernanceRetention Method
IS3PutObjectRetentionRequest.SetRetention Method
IS3PutObjectRetentionRequest.SetVersionId Method
Properties
IS3PutObjectRetentionRequest.BypassGovernanceRetention Property
IS3PutObjectRetentionRequest.Retention Property
IS3PutObjectRetentionRequest.VersionId Property
IS3PutObjectRetentionResponse Interface
IS3PutObjectTaggingRequest Interface
Methods
IS3PutObjectTaggingRequest.GetTagging Method
IS3PutObjectTaggingRequest.GetVersionId Method
IS3PutObjectTaggingRequest.SetVersionId Method
Properties
IS3PutObjectTaggingRequest.Tagging Property
IS3PutObjectTaggingRequest.VersionId Property
IS3PutObjectTaggingResponse Interface
IS3PutPublicAccessBlockRequest Interface
Methods
IS3PutPublicAccessBlockRequest.GetPublicAccessBlockConfiguration Method
Properties
IS3PutPublicAccessBlockRequest.PublicAccessBlockConfiguration Property
IS3PutPublicAccessBlockResponse Interface
IS3QueueConfiguration Interface
Methods
IS3QueueConfiguration.GetEvents Method
IS3QueueConfiguration.GetFilter Method
IS3QueueConfiguration.GetId Method
IS3QueueConfiguration.GetQueue Method
IS3QueueConfiguration.SetFilter Method
IS3QueueConfiguration.SetId Method
IS3QueueConfiguration.SetQueue Method
Properties
IS3QueueConfiguration.Events Property
IS3QueueConfiguration.Filter Property
IS3QueueConfiguration.Id Property
IS3QueueConfiguration.Queue Property
IS3Redirect Interface
Methods
IS3Redirect.GetHostName Method
IS3Redirect.GetHttpRedirectCode Method
IS3Redirect.GetProtocol Method
IS3Redirect.GetReplaceKeyPrefixWith Method
IS3Redirect.GetReplaceKeyWith Method
IS3Redirect.SetHostName Method
IS3Redirect.SetHttpRedirectCode Method
IS3Redirect.SetProtocol Method
IS3Redirect.SetReplaceKeyPrefixWith Method
IS3Redirect.SetReplaceKeyWith Method
Properties
IS3Redirect.HostName Property
IS3Redirect.HttpRedirectCode Property
IS3Redirect.Protocol Property
IS3Redirect.ReplaceKeyPrefixWith Property
IS3Redirect.ReplaceKeyWith Property
IS3RedirectAllRequestsTo Interface
Methods
IS3RedirectAllRequestsTo.GetHostName Method
IS3RedirectAllRequestsTo.GetProtocol Method
Properties
IS3RedirectAllRequestsTo.HostName Property
IS3RedirectAllRequestsTo.Protocol Property
IS3ReplicaModifications Interface
Methods
IS3ReplicaModifications.GetStatus Method
Properties
IS3ReplicaModifications.Status Property
IS3ReplicationConfiguration Interface
Methods
IS3ReplicationConfiguration.GetRole Method
IS3ReplicationConfiguration.GetRules Method
IS3ReplicationConfiguration.SetRole Method
IS3ReplicationConfiguration.ToString Method
IS3ReplicationConfiguration.ToXML Method
Properties
IS3ReplicationConfiguration.Role Property
IS3ReplicationConfiguration.Rules Property
IS3ReplicationRule Interface
Methods
IS3ReplicationRule.GetDeleteMarkerReplication Method
IS3ReplicationRule.GetDestination Method
IS3ReplicationRule.GetExistingObjectReplication Method
IS3ReplicationRule.GetFilter Method
IS3ReplicationRule.GetID Method
IS3ReplicationRule.GetPriority Method
IS3ReplicationRule.GetSourceSelectionCriteria Method
IS3ReplicationRule.GetStatus Method
IS3ReplicationRule.SetDeleteMarkerReplication Method
IS3ReplicationRule.SetExistingObjectReplication Method
IS3ReplicationRule.SetFilter Method
IS3ReplicationRule.SetID Method
IS3ReplicationRule.SetPriority Method
IS3ReplicationRule.SetSourceSelectionCriteria Method
IS3ReplicationRule.SetStatus Method
Properties
IS3ReplicationRule.DeleteMarkerReplication Property
IS3ReplicationRule.Destination Property
IS3ReplicationRule.ExistingObjectReplication Property
IS3ReplicationRule.Filter Property
IS3ReplicationRule.ID Property
IS3ReplicationRule.Priority Property
IS3ReplicationRule.SourceSelectionCriteria Property
IS3ReplicationRule.Status Property
IS3ReplicationTime Interface
Methods
IS3ReplicationTime.GetStatus Method
IS3ReplicationTime.GetTime Method
IS3ReplicationTime.SetTime Method
Properties
IS3ReplicationTime.Status Property
IS3ReplicationTime.Time Property
IS3ReplicationTimeValue Interface
Methods
IS3ReplicationTimeValue.GetMinutes Method
Properties
IS3ReplicationTimeValue.Minutes Property
IS3Request Interface
Methods
IS3Request.PrepareRequest Method
IS3RequestPaymentConfiguration Interface
Methods
IS3RequestPaymentConfiguration.GetPayer Method
IS3RequestPaymentConfiguration.SetPayer Method
IS3RequestPaymentConfiguration.ToString Method
IS3RequestPaymentConfiguration.ToXML Method
Properties
IS3RequestPaymentConfiguration.Payer Property
IS3Response Interface
Methods
IS3Response.GetAcceptRanges Method
IS3Response.GetCacheControl Method
IS3Response.GetConnection Method
IS3Response.GetContentDisposition Method
IS3Response.GetContentEncoding Method
IS3Response.GetContentLanguage Method
IS3Response.GetContentLength Method
IS3Response.GetContentRange Method
IS3Response.GetContentType Method
IS3Response.GetDate Method
IS3Response.GetDeleteMarker Method
IS3Response.GetETag Method
IS3Response.GetExpires Method
IS3Response.GetId2 Method
IS3Response.GetLastModified Method
IS3Response.GetRequestCharged Method
IS3Response.GetServer Method
IS3Response.GetStatusCode Method
IS3Response.GetVersionId Method
Properties
IS3Response.AcceptRanges Property
IS3Response.CacheControl Property
IS3Response.Connection Property
IS3Response.ContentDisposition Property
IS3Response.ContentEncoding Property
IS3Response.ContentLanguage Property
IS3Response.ContentLength Property
IS3Response.ContentRange Property
IS3Response.ContentType Property
IS3Response.Date Property
IS3Response.DeleteMarker Property
IS3Response.ETag Property
IS3Response.Expires Property
IS3Response.Id2 Property
IS3Response.LastModified Property
IS3Response.RequestCharged Property
IS3Response.Server Property
IS3Response.StatusCode Property
IS3Response.VersionId Property
IS3ResponseFactory Interface
Methods
IS3ResponseFactory.CreateResponse Method
IS3RestoreObjectRequest Interface
Methods
IS3RestoreObjectRequest.GetRestoreRequest Method
IS3RestoreObjectRequest.GetVersionId Method
IS3RestoreObjectRequest.SetVersionId Method
Properties
IS3RestoreObjectRequest.RestoreRequest Property
IS3RestoreObjectRequest.VersionId Property
IS3RestoreObjectResponse Interface
Methods
IS3RestoreObjectResponse.GetRestoreOutputPath Method
Properties
IS3RestoreObjectResponse.RestoreOutputPath Property
IS3RestoreRequest Interface
Methods
IS3RestoreRequest.GetDays Method
IS3RestoreRequest.GetDescription Method
IS3RestoreRequest.GetGlacierJobParameters Method
IS3RestoreRequest.GetOutputLocation Method
IS3RestoreRequest.GetRestoreType Method
IS3RestoreRequest.GetSelectParameters Method
IS3RestoreRequest.GetTier Method
IS3RestoreRequest.SetDays Method
IS3RestoreRequest.SetDescription Method
IS3RestoreRequest.SetGlacierJobParameters Method
IS3RestoreRequest.SetOutputLocation Method
IS3RestoreRequest.SetRestoreType Method
IS3RestoreRequest.SetSelectParameters Method
IS3RestoreRequest.SetTier Method
IS3RestoreRequest.ToString Method
IS3RestoreRequest.ToXML Method
Properties
IS3RestoreRequest.Days Property
IS3RestoreRequest.Description Property
IS3RestoreRequest.GlacierJobParameters Property
IS3RestoreRequest.OutputLocation Property
IS3RestoreRequest.RestoreType Property
IS3RestoreRequest.SelectParameters Property
IS3RestoreRequest.Tier Property
IS3Retention Interface
Methods
IS3Retention.GetMode Method
IS3Retention.GetRetainUntilDate Method
IS3Retention.SetMode Method
IS3Retention.SetRetainUntilDate Method
IS3Retention.ToString Method
IS3Retention.ToXML Method
Properties
IS3Retention.Mode Property
IS3Retention.RetainUntilDate Property
IS3RoutingRule Interface
Methods
IS3RoutingRule.GetCondition Method
IS3RoutingRule.GetRedirect Method
IS3RoutingRule.SetCondition Method
IS3RoutingRule.SetRedirect Method
Properties
IS3RoutingRule.Condition Property
IS3RoutingRule.Redirect Property
IS3SSEKMS Interface
Methods
IS3SSEKMS.GetKeyId Method
Properties
IS3SSEKMS.KeyId Property
IS3SSES3 Interface
IS3SelectParameters Interface
Methods
IS3SelectParameters.GetExpression Method
IS3SelectParameters.GetExpressionType Method
IS3SelectParameters.GetInputSerialization Method
IS3SelectParameters.GetOutputSerialization Method
IS3SelectParameters.SetExpression Method
IS3SelectParameters.SetExpressionType Method
IS3SelectParameters.SetInputSerialization Method
IS3SelectParameters.SetOutputSerialization Method
Properties
IS3SelectParameters.Expression Property
IS3SelectParameters.ExpressionType Property
IS3SelectParameters.InputSerialization Property
IS3SelectParameters.OutputSerialization Property
IS3ServerSideEncryptionByDefault Interface
Methods
IS3ServerSideEncryptionByDefault.GetKMSMasterKeyID Method
IS3ServerSideEncryptionByDefault.GetSSEAlgorithm Method
Properties
IS3ServerSideEncryptionByDefault.KMSMasterKeyID Property
IS3ServerSideEncryptionByDefault.SSEAlgorithm Property
IS3ServerSideEncryptionRule Interface
Methods
IS3ServerSideEncryptionRule.GetApplyServerSideEncryptionByDefault Method
IS3ServerSideEncryptionRule.GetBucketKeyEnabled Method
IS3ServerSideEncryptionRule.SetApplyServerSideEncryptionByDefault Method
IS3ServerSideEncryptionRule.SetBucketKeyEnabled Method
Properties
IS3ServerSideEncryptionRule.ApplyServerSideEncryptionByDefault Property
IS3ServerSideEncryptionRule.BucketKeyEnabled Property
IS3SourceSelectionCriteria Interface
Methods
IS3SourceSelectionCriteria.GetReplicaModifications Method
IS3SourceSelectionCriteria.GetSseKmsEncryptedObjects Method
IS3SourceSelectionCriteria.SetReplicaModifications Method
IS3SourceSelectionCriteria.SetSseKmsEncryptedObjects Method
Properties
IS3SourceSelectionCriteria.ReplicaModifications Property
IS3SourceSelectionCriteria.SseKmsEncryptedObjects Property
IS3SseKmsEncryptedObjects Interface
Methods
IS3SseKmsEncryptedObjects.GetStatus Method
Properties
IS3SseKmsEncryptedObjects.Status Property
IS3StorageClassAnalysis Interface
Methods
IS3StorageClassAnalysis.GetDataExport Method
IS3StorageClassAnalysis.SetDataExport Method
Properties
IS3StorageClassAnalysis.DataExport Property
IS3StorageClassAnalysisDataExport Interface
Methods
IS3StorageClassAnalysisDataExport.GetDestination Method
IS3StorageClassAnalysisDataExport.GetOutputSchemaVersion Method
IS3StorageClassAnalysisDataExport.SetDestination Method
Properties
IS3StorageClassAnalysisDataExport.Destination Property
IS3StorageClassAnalysisDataExport.OutputSchemaVersion Property
IS3StreamUploader Interface
Methods
IS3StreamUploader.GetMultipartThreshold Method
IS3StreamUploader.SetMultipartThreshold Method
IS3StreamUploader.Upload Method
Properties
IS3StreamUploader.MultipartThreshold Property
IS3Tagging Interface
Methods
IS3Tagging.GetTagSet Method
IS3Tagging.ToString Method
IS3Tagging.ToXML Method
Properties
IS3Tagging.TagSet Property
IS3TargetGrant Interface
Methods
IS3TargetGrant.GetGrantee Method
IS3TargetGrant.GetPermission Method
IS3TargetGrant.SetGrantee Method
IS3TargetGrant.SetPermission Method
Properties
IS3TargetGrant.Grantee Property
IS3TargetGrant.Permission Property
IS3Tiering Interface
Methods
IS3Tiering.GetAccessTier Method
IS3Tiering.GetDays Method
Properties
IS3Tiering.AccessTier Property
IS3Tiering.Days Property
IS3TopicConfiguration Interface
Methods
IS3TopicConfiguration.GetEvents Method
IS3TopicConfiguration.GetFilter Method
IS3TopicConfiguration.GetId Method
IS3TopicConfiguration.GetTopic Method
IS3TopicConfiguration.SetFilter Method
IS3TopicConfiguration.SetId Method
IS3TopicConfiguration.SetTopic Method
Properties
IS3TopicConfiguration.Events Property
IS3TopicConfiguration.Filter Property
IS3TopicConfiguration.Id Property
IS3TopicConfiguration.Topic Property
IS3Transition Interface
Methods
IS3Transition.GetDate Method
IS3Transition.GetDays Method
IS3Transition.GetStorageClass Method
IS3Transition.SetDate Method
IS3Transition.SetDays Method
IS3Transition.SetStorageClass Method
Properties
IS3Transition.Date Property
IS3Transition.Days Property
IS3Transition.StorageClass Property
IS3UploadPartCopyRequest Interface
Methods
IS3UploadPartCopyRequest.GetCopySource Method
IS3UploadPartCopyRequest.GetCopySourceIfMatch Method
IS3UploadPartCopyRequest.GetCopySourceIfModifiedSince Method
IS3UploadPartCopyRequest.GetCopySourceIfNoneMatch Method
IS3UploadPartCopyRequest.GetCopySourceIfUnmodifiedSince Method
IS3UploadPartCopyRequest.GetCopySourceRange Method
IS3UploadPartCopyRequest.GetCopySourceSseCustomerAlgorithm Method
IS3UploadPartCopyRequest.GetCopySourceSseCustomerKey Method
IS3UploadPartCopyRequest.GetCopySourceSseCustomerKeyMD5 Method
IS3UploadPartCopyRequest.GetPartNumber Method
IS3UploadPartCopyRequest.GetSourceExpectedBucketOwner Method
IS3UploadPartCopyRequest.GetSseCustomerAlgorithm Method
IS3UploadPartCopyRequest.GetSseCustomerKey Method
IS3UploadPartCopyRequest.GetSseCustomerKeyMD5 Method
IS3UploadPartCopyRequest.GetUploadId Method
IS3UploadPartCopyRequest.SetCopySource Method
IS3UploadPartCopyRequest.SetCopySourceIfMatch Method
IS3UploadPartCopyRequest.SetCopySourceIfModifiedSince Method
IS3UploadPartCopyRequest.SetCopySourceIfNoneMatch Method
IS3UploadPartCopyRequest.SetCopySourceIfUnmodifiedSince Method
IS3UploadPartCopyRequest.SetCopySourceRange Method
IS3UploadPartCopyRequest.SetCopySourceSseCustomerAlgorithm Method
IS3UploadPartCopyRequest.SetCopySourceSseCustomerKey Method
IS3UploadPartCopyRequest.SetCopySourceSseCustomerKeyMD5 Method
IS3UploadPartCopyRequest.SetPartNumber Method
IS3UploadPartCopyRequest.SetSourceExpectedBucketOwner Method
IS3UploadPartCopyRequest.SetSseCustomerAlgorithm Method
IS3UploadPartCopyRequest.SetSseCustomerKey Method
IS3UploadPartCopyRequest.SetSseCustomerKeyMD5 Method
IS3UploadPartCopyRequest.SetUploadId Method
Properties
IS3UploadPartCopyRequest.CopySource Property
IS3UploadPartCopyRequest.CopySourceIfMatch Property
IS3UploadPartCopyRequest.CopySourceIfModifiedSince Property
IS3UploadPartCopyRequest.CopySourceIfNoneMatch Property
IS3UploadPartCopyRequest.CopySourceIfUnmodifiedSince Property
IS3UploadPartCopyRequest.CopySourceRange Property
IS3UploadPartCopyRequest.CopySourceSseCustomerAlgorithm Property
IS3UploadPartCopyRequest.CopySourceSseCustomerKey Property
IS3UploadPartCopyRequest.CopySourceSseCustomerKeyMD5 Property
IS3UploadPartCopyRequest.PartNumber Property
IS3UploadPartCopyRequest.SourceExpectedBucketOwner Property
IS3UploadPartCopyRequest.SseCustomerAlgorithm Property
IS3UploadPartCopyRequest.SseCustomerKey Property
IS3UploadPartCopyRequest.SseCustomerKeyMD5 Property
IS3UploadPartCopyRequest.UploadId Property
IS3UploadPartCopyResponse Interface
Methods
IS3UploadPartCopyResponse.GetCopyPartResult Method
IS3UploadPartCopyResponse.GetCopySourceVersionId Method
IS3UploadPartCopyResponse.GetServerSideEncryption Method
IS3UploadPartCopyResponse.GetSseAwsKmsKeyId Method
IS3UploadPartCopyResponse.GetSseBucketKeyEnabled Method
IS3UploadPartCopyResponse.GetSseCustomerAlgorithm Method
IS3UploadPartCopyResponse.GetSseCustomerKeyMD5 Method
Properties
IS3UploadPartCopyResponse.CopyPartResult Property
IS3UploadPartCopyResponse.CopySourceVersionId Property
IS3UploadPartCopyResponse.ServerSideEncryption Property
IS3UploadPartCopyResponse.SseAwsKmsKeyId Property
IS3UploadPartCopyResponse.SseBucketKeyEnabled Property
IS3UploadPartCopyResponse.SseCustomerAlgorithm Property
IS3UploadPartCopyResponse.SseCustomerKeyMD5 Property
IS3UploadPartRequest Interface
Methods
IS3UploadPartRequest.GetBody Method
IS3UploadPartRequest.GetOnProgress Method
IS3UploadPartRequest.GetPartNumber Method
IS3UploadPartRequest.GetSseCustomerAlgorithm Method
IS3UploadPartRequest.GetSseCustomerKey Method
IS3UploadPartRequest.GetSseCustomerKeyMD5 Method
IS3UploadPartRequest.GetUploadId Method
IS3UploadPartRequest.SetBody Method
IS3UploadPartRequest.SetOnProgress Method
IS3UploadPartRequest.SetPartNumber Method
IS3UploadPartRequest.SetSseCustomerAlgorithm Method
IS3UploadPartRequest.SetSseCustomerKey Method
IS3UploadPartRequest.SetSseCustomerKeyMD5 Method
IS3UploadPartRequest.SetUploadId Method
Properties
IS3UploadPartRequest.Body Property
IS3UploadPartRequest.OnProgress Property
IS3UploadPartRequest.PartNumber Property
IS3UploadPartRequest.SseCustomerAlgorithm Property
IS3UploadPartRequest.SseCustomerKey Property
IS3UploadPartRequest.SseCustomerKeyMD5 Property
IS3UploadPartRequest.UploadId Property
IS3UploadPartResponse Interface
Methods
IS3UploadPartResponse.GetServerSideEncryption Method
IS3UploadPartResponse.GetSseAwsKmsKeyId Method
IS3UploadPartResponse.GetSseBucketKeyEnabled Method
IS3UploadPartResponse.GetSseCustomerAlgorithm Method
IS3UploadPartResponse.GetSseCustomerKey Method
IS3UploadPartResponse.GetSseCustomerKeyMD5 Method
Properties
IS3UploadPartResponse.ServerSideEncryption Property
IS3UploadPartResponse.SseAwsKmsKeyId Property
IS3UploadPartResponse.SseBucketKeyEnabled Property
IS3UploadPartResponse.SseCustomerAlgorithm Property
IS3UploadPartResponse.SseCustomerKey Property
IS3UploadPartResponse.SseCustomerKeyMD5 Property
IS3VersioningConfiguration Interface
Methods
IS3VersioningConfiguration.GetMFADelete Method
IS3VersioningConfiguration.GetStatus Method
IS3VersioningConfiguration.SetMFADelete Method
IS3VersioningConfiguration.SetStatus Method
IS3VersioningConfiguration.ToString Method
IS3VersioningConfiguration.ToXML Method
Properties
IS3VersioningConfiguration.MFADelete Property
IS3VersioningConfiguration.Status Property
IS3Waiter Interface
Methods
IS3Waiter.GetAttempts Method
IS3Waiter.GetBeforeAttempt Method
IS3Waiter.GetBeforeWait Method
IS3Waiter.GetClient Method
IS3Waiter.GetDelay Method
IS3Waiter.GetMaxAttempts Method
Properties
IS3Waiter.Attempts Property
IS3Waiter.BeforeAttempt Property
IS3Waiter.BeforeWait Property
IS3Waiter.Client Property
IS3Waiter.Delay Property
IS3Waiter.MaxAttempts Property
IS3WebsiteConfiguration Interface
Methods
IS3WebsiteConfiguration.GetErrorDocument Method
IS3WebsiteConfiguration.GetIndexDocument Method
IS3WebsiteConfiguration.GetRedirectAllRequestsTo Method
IS3WebsiteConfiguration.GetRoutingRules Method
IS3WebsiteConfiguration.SetErrorDocument Method
IS3WebsiteConfiguration.SetIndexDocument Method
IS3WebsiteConfiguration.SetRedirectAllRequestsTo Method
IS3WebsiteConfiguration.ToString Method
IS3WebsiteConfiguration.ToXML Method
Properties
IS3WebsiteConfiguration.ErrorDocument Property
IS3WebsiteConfiguration.IndexDocument Property
IS3WebsiteConfiguration.RedirectAllRequestsTo Property
IS3WebsiteConfiguration.RoutingRules Property
IS3XMLNode Interface
Methods
IS3XMLNode.CreateNode Method
AWS.S3.ES3ResponseExceptionClass Type
AWS.S3.IS3Buckets Type
AWS.S3.IS3Objects Type
AWS.S3.TS3BucketResponseClass Type
AWS.S3.TS3Buckets Type
AWS.S3.TS3Objects Type
AWS.S3.TS3ResponseClass Type
AWS.S3.TS3UploadPartBatchProgressCallback Type
AWS.S3.TS3UploadPartProgressCallback Type
AWS.SNS Namespace
ESNSAuthorizationError Class
ESNSConcurrentAccess Class
ESNSEndpointDisabled Class
ESNSException Class
ESNSFilterPolicyLimitExceeded Class
ESNSInternalError Class
ESNSInvalidParameter Class
ESNSInvalidSecurity Class
ESNSKMSAccessDenied Class
ESNSKMSDisabled Class
ESNSKMSInvalidState Class
ESNSKMSNotFound Class
ESNSKMSOptInRequired Class
ESNSKMSThrottling Class
ESNSMessageVerifierException Class
ESNSMessageVerifierOpenSSLCertificateError Class
ESNSMessageVerifierOpenSSLDigestError Class
ESNSMessageVerifierOpenSSLLoadError Class
ESNSMessageVerifierVerificationError Class
ESNSNotFound Class
ESNSOptedOut Class
ESNSParameterValueInvalid Class
ESNSPlatformApplicationDisabled Class
ESNSResourceNotFound Class
ESNSStaleTag Class
ESNSSubscriptionLimitExceeded Class
ESNSTagLimitExceeded Class
ESNSTagPolicy Class
ESNSThrottled Class
ESNSTopicLimitExceeded Class
ESNSUserError Class
ESNSValidation Class
ESNSVerification Class
TSNSAddPermissionRequest Class
Methods
TSNSAddPermissionRequest.Create Constructor
TSNSAddPermissionRequest.Destroy Destructor
TSNSAddPermissionRequest.GetActionNames Method
TSNSAddPermissionRequest.GetAWSAccountIds Method
TSNSAddPermissionRequest.GetPermissionLabel Method
TSNSAddPermissionRequest.GetTopicArn Method
TSNSAddPermissionRequest.PrepareRequest Method
TSNSAddPermissionRequest.SetPermissionLabel Method
TSNSAddPermissionRequest.SetTopicArn Method
Properties
TSNSAddPermissionRequest.ActionNames Property
TSNSAddPermissionRequest.AWSAccountIds Property
TSNSAddPermissionRequest.PermissionLabel Property
TSNSAddPermissionRequest.TopicArn Property
TSNSAddPermissionResponse Class
TSNSAttributesResponse Class
Methods
TSNSAttributesResponse.Create Constructor
TSNSAttributesResponse.Destroy Destructor
TSNSAttributesResponse.GetAttributes Method
Properties
TSNSAttributesResponse.Attributes Property
TSNSCheckIfPhoneNumberIsOptedOutRequest Class
Methods
TSNSCheckIfPhoneNumberIsOptedOutRequest.Create Constructor
TSNSCheckIfPhoneNumberIsOptedOutRequest.GetPhoneNumber Method
TSNSCheckIfPhoneNumberIsOptedOutRequest.PrepareRequest Method
TSNSCheckIfPhoneNumberIsOptedOutRequest.SetPhoneNumber Method
Properties
TSNSCheckIfPhoneNumberIsOptedOutRequest.PhoneNumber Property
TSNSCheckIfPhoneNumberIsOptedOutResponse Class
Methods
TSNSCheckIfPhoneNumberIsOptedOutResponse.Create Constructor
TSNSCheckIfPhoneNumberIsOptedOutResponse.GetIsOptedOut Method
Properties
TSNSCheckIfPhoneNumberIsOptedOutResponse.IsOptedOut Property
TSNSClient Class
Methods
TSNSClient.AddPermission Method
TSNSClient.CheckIfPhoneNumberIsOptedOut Method (ISNSCheckIfPhoneNumberIsOptedOutRequest)
TSNSClient.CheckIfPhoneNumberIsOptedOut Method (string)
TSNSClient.ConfirmSubscription Method (ISNSConfirmSubscriptionRequest)
TSNSClient.ConfirmSubscription Method (TARN, string, string)
TSNSClient.Create Constructor
TSNSClient.CreatePlatformApplication Method (ISNSCreatePlatformApplicationRequest)
TSNSClient.CreatePlatformApplication Method (string, string, string, string)
TSNSClient.CreatePlatformEndpoint Method (ISNSCreatePlatformEndpointRequest)
TSNSClient.CreatePlatformEndpoint Method (TARN, string)
TSNSClient.CreateSMSSandboxPhoneNumber Method (ISNSCreateSMSSandboxPhoneNumberRequest)
TSNSClient.CreateSMSSandboxPhoneNumber Method (string, string)
TSNSClient.CreateTopic Method (ISNSCreateTopicRequest)
TSNSClient.CreateTopic Method (string)
TSNSClient.DeleteEndpoint Method (ISNSDeleteEndpointRequest)
TSNSClient.DeleteEndpoint Method (TARN)
TSNSClient.DeletePlatformApplication Method (ISNSDeletePlatformApplicationRequest)
TSNSClient.DeletePlatformApplication Method (TARN)
TSNSClient.DeleteSMSSandboxPhoneNumber Method (ISNSDeleteSMSSandboxPhoneNumberRequest)
TSNSClient.DeleteSMSSandboxPhoneNumber Method (string)
TSNSClient.DeleteTopic Method (ISNSDeleteTopicRequest)
TSNSClient.DeleteTopic Method (TARN)
TSNSClient.GetEndpointAttributes Method (ISNSGetEndpointAttributesRequest)
TSNSClient.GetEndpointAttributes Method (TARN)
TSNSClient.GetPlatformApplicationAttributes Method (ISNSGetPlatformApplicationAttributesRequest)
TSNSClient.GetPlatformApplicationAttributes Method (TARN)
TSNSClient.GetResolvedCredentialsProvider Method
TSNSClient.GetSMSAttributes Method ()
TSNSClient.GetSMSAttributes Method (ISNSGetSMSAttributesRequest)
TSNSClient.GetSMSAttributes Method (array of string)
TSNSClient.GetSMSSandboxAccountStatus Method ()
TSNSClient.GetSMSSandboxAccountStatus Method (ISNSGetSMSSandboxAccountStatusRequest)
TSNSClient.GetSubscriptionAttributes Method (ISNSGetSubscriptionAttributesRequest)
TSNSClient.GetSubscriptionAttributes Method (TARN)
TSNSClient.GetTopicAttributes Method (ISNSGetTopicAttributesRequest)
TSNSClient.GetTopicAttributes Method (TARN)
TSNSClient.ListEndpointsByPlatformApplication Method (ISNSListEndpointsByPlatformApplicationRequest)
TSNSClient.ListEndpointsByPlatformApplication Method (TARN, string)
TSNSClient.ListOriginationNumbers Method (ISNSListOriginationNumbersRequest)
TSNSClient.ListOriginationNumbers Method (TOptional<Integer>, string)
TSNSClient.ListPhoneNumbersOptedOut Method (ISNSListPhoneNumbersOptedOutRequest)
TSNSClient.ListPhoneNumbersOptedOut Method (string)
TSNSClient.ListPlatformApplications Method (ISNSListPlatformApplicationsRequest)
TSNSClient.ListPlatformApplications Method (string)
TSNSClient.ListSMSSandboxPhoneNumbers Method ()
TSNSClient.ListSMSSandboxPhoneNumbers Method (ISNSListSMSSandboxPhoneNumbersRequest)
TSNSClient.ListSMSSandboxPhoneNumbers Method (TOptional<Integer>, string)
TSNSClient.ListSubscriptions Method (ISNSListSubscriptionsRequest)
TSNSClient.ListSubscriptions Method (string)
TSNSClient.ListSubscriptionsByTopic Method (ISNSListSubscriptionsByTopicRequest)
TSNSClient.ListSubscriptionsByTopic Method (TARN, string)
TSNSClient.ListTagsForResource Method (ISNSListTagsForResourceRequest)
TSNSClient.ListTagsForResource Method (TARN)
TSNSClient.ListTopics Method (ISNSListTopicsRequest)
TSNSClient.ListTopics Method (string)
TSNSClient.OptInPhoneNumber Method (ISNSOptInPhoneNumberRequest)
TSNSClient.OptInPhoneNumber Method (string)
TSNSClient.Publish Method
TSNSClient.RemovePermission Method (ISNSRemovePermissionRequest)
TSNSClient.RemovePermission Method (string, TARN)
TSNSClient.SetEndpointAttributes Method
TSNSClient.SetPlatformApplicationAttributes Method
TSNSClient.SetSMSAttributes Method
TSNSClient.SetSubscriptionAttributes Method (ISNSSetSubscriptionAttributesRequest)
TSNSClient.SetSubscriptionAttributes Method (string, string, TARN)
TSNSClient.SetTopicAttributes Method (ISNSSetTopicAttributesRequest)
TSNSClient.SetTopicAttributes Method (string, string, TARN)
TSNSClient.Subscribe Method (ISNSSubscribeRequest)
TSNSClient.Subscribe Method (TARN, string, string)
TSNSClient.TagResource Method
TSNSClient.Unsubscribe Method (ISNSUnsubscribeRequest)
TSNSClient.Unsubscribe Method (TARN)
TSNSClient.UntagResource Method (ISNSUntagResourceRequest)
TSNSClient.UntagResource Method (TARN, array of string)
TSNSClient.VerifySMSSandboxPhoneNumber Method (ISNSVerifySMSSandboxPhoneNumberRequest)
TSNSClient.VerifySMSSandboxPhoneNumber Method (string, string)
TSNSConfirmSubscriptionRequest Class
Methods
TSNSConfirmSubscriptionRequest.Create Constructor
TSNSConfirmSubscriptionRequest.GetAuthenticateOnUnsubscribe Method
TSNSConfirmSubscriptionRequest.GetToken Method
TSNSConfirmSubscriptionRequest.GetTopicArn Method
TSNSConfirmSubscriptionRequest.PrepareRequest Method
TSNSConfirmSubscriptionRequest.SetAuthenticateOnUnsubscribe Method
TSNSConfirmSubscriptionRequest.SetToken Method
TSNSConfirmSubscriptionRequest.SetTopicArn Method
Properties
TSNSConfirmSubscriptionRequest.AuthenticateOnUnsubscribe Property
TSNSConfirmSubscriptionRequest.Token Property
TSNSConfirmSubscriptionRequest.TopicArn Property
TSNSConfirmSubscriptionResponse Class
Methods
TSNSConfirmSubscriptionResponse.Create Constructor
TSNSConfirmSubscriptionResponse.GetSubscriptionArn Method
Properties
TSNSConfirmSubscriptionResponse.SubscriptionArn Property
TSNSCreatePlatformApplicationRequest Class
Methods
TSNSCreatePlatformApplicationRequest.Create Constructor
TSNSCreatePlatformApplicationRequest.GetEventDeliveryFailure Method
TSNSCreatePlatformApplicationRequest.GetEventEndpointCreated Method
TSNSCreatePlatformApplicationRequest.GetEventEndpointDeleted Method
TSNSCreatePlatformApplicationRequest.GetEventEndpointUpdated Method
TSNSCreatePlatformApplicationRequest.GetFailureFeedbackRoleArn Method
TSNSCreatePlatformApplicationRequest.GetName Method
TSNSCreatePlatformApplicationRequest.GetPlatform Method
TSNSCreatePlatformApplicationRequest.GetPlatformCredential Method
TSNSCreatePlatformApplicationRequest.GetPlatformPrincipal Method
TSNSCreatePlatformApplicationRequest.GetSuccessFeedbackRoleArn Method
TSNSCreatePlatformApplicationRequest.GetSuccessFeedbackSampleRate Method
TSNSCreatePlatformApplicationRequest.PrepareRequest Method
TSNSCreatePlatformApplicationRequest.SetEventDeliveryFailure Method
TSNSCreatePlatformApplicationRequest.SetEventEndpointCreated Method
TSNSCreatePlatformApplicationRequest.SetEventEndpointDeleted Method
TSNSCreatePlatformApplicationRequest.SetEventEndpointUpdated Method
TSNSCreatePlatformApplicationRequest.SetFailureFeedbackRoleArn Method
TSNSCreatePlatformApplicationRequest.SetName Method
TSNSCreatePlatformApplicationRequest.SetPlatform Method
TSNSCreatePlatformApplicationRequest.SetPlatformCredential Method
TSNSCreatePlatformApplicationRequest.SetPlatformPrincipal Method
TSNSCreatePlatformApplicationRequest.SetSuccessFeedbackRoleArn Method
TSNSCreatePlatformApplicationRequest.SetSuccessFeedbackSampleRate Method
Properties
TSNSCreatePlatformApplicationRequest.EventDeliveryFailure Property
TSNSCreatePlatformApplicationRequest.EventEndpointCreated Property
TSNSCreatePlatformApplicationRequest.EventEndpointDeleted Property
TSNSCreatePlatformApplicationRequest.EventEndpointUpdated Property
TSNSCreatePlatformApplicationRequest.FailureFeedbackRoleArn Property
TSNSCreatePlatformApplicationRequest.Name Property
TSNSCreatePlatformApplicationRequest.Platform Property
TSNSCreatePlatformApplicationRequest.PlatformCredential Property
TSNSCreatePlatformApplicationRequest.PlatformPrincipal Property
TSNSCreatePlatformApplicationRequest.SuccessFeedbackRoleArn Property
TSNSCreatePlatformApplicationRequest.SuccessFeedbackSampleRate Property
TSNSCreatePlatformApplicationResponse Class
Methods
TSNSCreatePlatformApplicationResponse.Create Constructor
TSNSCreatePlatformApplicationResponse.GetPlatformApplicationArn Method
Properties
TSNSCreatePlatformApplicationResponse.PlatformApplicationArn Property
TSNSCreatePlatformEndpointRequest Class
Methods
TSNSCreatePlatformEndpointRequest.Create Constructor
TSNSCreatePlatformEndpointRequest.GetCustomUserData Method
TSNSCreatePlatformEndpointRequest.GetEnabled Method
TSNSCreatePlatformEndpointRequest.GetPlatformApplicationArn Method
TSNSCreatePlatformEndpointRequest.GetToken Method
TSNSCreatePlatformEndpointRequest.PrepareRequest Method
TSNSCreatePlatformEndpointRequest.SetCustomUserData Method
TSNSCreatePlatformEndpointRequest.SetEnabled Method
TSNSCreatePlatformEndpointRequest.SetPlatformApplicationArn Method
TSNSCreatePlatformEndpointRequest.SetToken Method
Properties
TSNSCreatePlatformEndpointRequest.CustomUserData Property
TSNSCreatePlatformEndpointRequest.Enabled Property
TSNSCreatePlatformEndpointRequest.PlatformApplicationArn Property
TSNSCreatePlatformEndpointRequest.Token Property
TSNSCreatePlatformEndpointResponse Class
Methods
TSNSCreatePlatformEndpointResponse.Create Constructor
TSNSCreatePlatformEndpointResponse.GetEndpointArn Method
Properties
TSNSCreatePlatformEndpointResponse.EndpointArn Property
TSNSCreateSMSSandboxPhoneNumberRequest Class
Methods
TSNSCreateSMSSandboxPhoneNumberRequest.Create Constructor
TSNSCreateSMSSandboxPhoneNumberRequest.GetLanguageCode Method
TSNSCreateSMSSandboxPhoneNumberRequest.GetPhoneNumber Method
TSNSCreateSMSSandboxPhoneNumberRequest.PrepareRequest Method
TSNSCreateSMSSandboxPhoneNumberRequest.SetLanguageCode Method
TSNSCreateSMSSandboxPhoneNumberRequest.SetPhoneNumber Method
Properties
TSNSCreateSMSSandboxPhoneNumberRequest.LanguageCode Property
TSNSCreateSMSSandboxPhoneNumberRequest.PhoneNumber Property
TSNSCreateSMSSandboxPhoneNumberResponse Class
TSNSCreateTopicRequest Class
Methods
TSNSCreateTopicRequest.Create Constructor
TSNSCreateTopicRequest.Destroy Destructor
TSNSCreateTopicRequest.GetContentBasedDeduplication Method
TSNSCreateTopicRequest.GetDeliveryPolicy Method
TSNSCreateTopicRequest.GetDisplayName Method
TSNSCreateTopicRequest.GetFifoTopic Method
TSNSCreateTopicRequest.GetKmsMasterKeyId Method
TSNSCreateTopicRequest.GetName Method
TSNSCreateTopicRequest.GetPolicy Method
TSNSCreateTopicRequest.GetTags Method
TSNSCreateTopicRequest.PrepareRequest Method
TSNSCreateTopicRequest.SetContentBasedDeduplication Method
TSNSCreateTopicRequest.SetDeliveryPolicy Method
TSNSCreateTopicRequest.SetDisplayName Method
TSNSCreateTopicRequest.SetFifoTopic Method
TSNSCreateTopicRequest.SetKmsMasterKeyId Method
TSNSCreateTopicRequest.SetName Method
TSNSCreateTopicRequest.SetPolicy Method
Properties
TSNSCreateTopicRequest.ContentBasedDeduplication Property
TSNSCreateTopicRequest.DeliveryPolicy Property
TSNSCreateTopicRequest.DisplayName Property
TSNSCreateTopicRequest.FifoTopic Property
TSNSCreateTopicRequest.KmsMasterKeyId Property
TSNSCreateTopicRequest.Name Property
TSNSCreateTopicRequest.Policy Property
TSNSCreateTopicRequest.Tags Property
TSNSCreateTopicResponse Class
Methods
TSNSCreateTopicResponse.Create Constructor
TSNSCreateTopicResponse.GetTopicArn Method
Properties
TSNSCreateTopicResponse.TopicArn Property
TSNSDeleteEndpointRequest Class
Methods
TSNSDeleteEndpointRequest.Create Constructor
TSNSDeleteEndpointRequest.GetEndpointArn Method
TSNSDeleteEndpointRequest.PrepareRequest Method
TSNSDeleteEndpointRequest.SetEndpointArn Method
Properties
TSNSDeleteEndpointRequest.EndpointArn Property
TSNSDeleteEndpointResponse Class
TSNSDeletePlatformApplicationRequest Class
Methods
TSNSDeletePlatformApplicationRequest.Create Constructor
TSNSDeletePlatformApplicationRequest.GetPlatformApplicationArn Method
TSNSDeletePlatformApplicationRequest.PrepareRequest Method
TSNSDeletePlatformApplicationRequest.SetPlatformApplicationArn Method
Properties
TSNSDeletePlatformApplicationRequest.PlatformApplicationArn Property
TSNSDeletePlatformApplicationResponse Class
TSNSDeleteSMSSandboxPhoneNumberRequest Class
Methods
TSNSDeleteSMSSandboxPhoneNumberRequest.Create Constructor
TSNSDeleteSMSSandboxPhoneNumberRequest.GetPhoneNumber Method
TSNSDeleteSMSSandboxPhoneNumberRequest.PrepareRequest Method
TSNSDeleteSMSSandboxPhoneNumberRequest.SetPhoneNumber Method
Properties
TSNSDeleteSMSSandboxPhoneNumberRequest.PhoneNumber Property
TSNSDeleteSMSSandboxPhoneNumberResponse Class
TSNSDeleteTopicRequest Class
Methods
TSNSDeleteTopicRequest.Create Constructor
TSNSDeleteTopicRequest.GetTopicArn Method
TSNSDeleteTopicRequest.PrepareRequest Method
TSNSDeleteTopicRequest.SetTopicArn Method
Properties
TSNSDeleteTopicRequest.TopicArn Property
TSNSDeleteTopicResponse Class
TSNSEndpoint Class
Methods
TSNSEndpoint.Create Constructor
TSNSEndpoint.Destroy Destructor
TSNSEndpoint.GetAttributes Method
TSNSEndpoint.GetEndpointArn Method
Properties
TSNSEndpoint.Attributes Property
TSNSEndpoint.EndpointArn Property
TSNSGetEndpointAttributesRequest Class
Methods
TSNSGetEndpointAttributesRequest.Create Constructor
TSNSGetEndpointAttributesRequest.GetEndpointArn Method
TSNSGetEndpointAttributesRequest.PrepareRequest Method
TSNSGetEndpointAttributesRequest.SetEndpointArn Method
Properties
TSNSGetEndpointAttributesRequest.EndpointArn Property
TSNSGetEndpointAttributesResponse Class
TSNSGetPlatformApplicationAttributesRequest Class
Methods
TSNSGetPlatformApplicationAttributesRequest.Create Constructor
TSNSGetPlatformApplicationAttributesRequest.GetPlatformApplicationArn Method
TSNSGetPlatformApplicationAttributesRequest.PrepareRequest Method
TSNSGetPlatformApplicationAttributesRequest.SetPlatformApplicationArn Method
Properties
TSNSGetPlatformApplicationAttributesRequest.PlatformApplicationArn Property
TSNSGetPlatformApplicationAttributesResponse Class
TSNSGetSMSAttributesRequest Class
Methods
TSNSGetSMSAttributesRequest.Create Constructor ()
TSNSGetSMSAttributesRequest.Create Constructor (array of string)
TSNSGetSMSAttributesRequest.Destroy Destructor
TSNSGetSMSAttributesRequest.GetAttributes Method
TSNSGetSMSAttributesRequest.PrepareRequest Method
Properties
TSNSGetSMSAttributesRequest.Attributes Property
TSNSGetSMSAttributesResponse Class
TSNSGetSMSSandboxAccountStatusRequest Class
TSNSGetSMSSandboxAccountStatusResponse Class
Methods
TSNSGetSMSSandboxAccountStatusResponse.Create Constructor
TSNSGetSMSSandboxAccountStatusResponse.GetIsInSandbox Method
Properties
TSNSGetSMSSandboxAccountStatusResponse.IsInSandbox Property
TSNSGetSubscriptionAttributesRequest Class
Methods
TSNSGetSubscriptionAttributesRequest.Create Constructor
TSNSGetSubscriptionAttributesRequest.GetSubscriptionArn Method
TSNSGetSubscriptionAttributesRequest.PrepareRequest Method
TSNSGetSubscriptionAttributesRequest.SetSubscriptionArn Method
Properties
TSNSGetSubscriptionAttributesRequest.SubscriptionArn Property
TSNSGetSubscriptionAttributesResponse Class
TSNSGetTopicAttributesRequest Class
Methods
TSNSGetTopicAttributesRequest.Create Constructor
TSNSGetTopicAttributesRequest.GetTopicArn Method
TSNSGetTopicAttributesRequest.PrepareRequest Method
TSNSGetTopicAttributesRequest.SetTopicArn Method
Properties
TSNSGetTopicAttributesRequest.TopicArn Property
TSNSGetTopicAttributesResponse Class
TSNSListEndpointsByPlatformApplicationRequest Class
Methods
TSNSListEndpointsByPlatformApplicationRequest.Create Constructor
TSNSListEndpointsByPlatformApplicationRequest.GetNextToken Method
TSNSListEndpointsByPlatformApplicationRequest.GetPlatformApplicationArn Method
TSNSListEndpointsByPlatformApplicationRequest.PrepareRequest Method
TSNSListEndpointsByPlatformApplicationRequest.SetNextToken Method
TSNSListEndpointsByPlatformApplicationRequest.SetPlatformApplicationArn Method
Properties
TSNSListEndpointsByPlatformApplicationRequest.NextToken Property
TSNSListEndpointsByPlatformApplicationRequest.PlatformApplicationArn Property
TSNSListEndpointsByPlatformApplicationResponse Class
Methods
TSNSListEndpointsByPlatformApplicationResponse.Create Constructor
TSNSListEndpointsByPlatformApplicationResponse.Destroy Destructor
TSNSListEndpointsByPlatformApplicationResponse.GetEndpoints Method
TSNSListEndpointsByPlatformApplicationResponse.GetNextToken Method
Properties
TSNSListEndpointsByPlatformApplicationResponse.Endpoints Property
TSNSListEndpointsByPlatformApplicationResponse.NextToken Property
TSNSListOriginationNumbersRequest Class
Methods
TSNSListOriginationNumbersRequest.Create Constructor ()
TSNSListOriginationNumbersRequest.Create Constructor (TOptional<Integer>, string)
TSNSListOriginationNumbersRequest.GetMaxResults Method
TSNSListOriginationNumbersRequest.GetNextToken Method
TSNSListOriginationNumbersRequest.PrepareRequest Method
TSNSListOriginationNumbersRequest.SetMaxResults Method
TSNSListOriginationNumbersRequest.SetNextToken Method
Properties
TSNSListOriginationNumbersRequest.MaxResults Property
TSNSListOriginationNumbersRequest.NextToken Property
TSNSListOriginationNumbersResponse Class
Methods
TSNSListOriginationNumbersResponse.Create Constructor
TSNSListOriginationNumbersResponse.Destroy Destructor
TSNSListOriginationNumbersResponse.GetNextToken Method
TSNSListOriginationNumbersResponse.GetPhoneNumbers Method
Properties
TSNSListOriginationNumbersResponse.NextToken Property
TSNSListOriginationNumbersResponse.PhoneNumbers Property
TSNSListPhoneNumbersOptedOutRequest Class
Methods
TSNSListPhoneNumbersOptedOutRequest.Create Constructor
TSNSListPhoneNumbersOptedOutRequest.GetNextToken Method
TSNSListPhoneNumbersOptedOutRequest.PrepareRequest Method
TSNSListPhoneNumbersOptedOutRequest.SetNextToken Method
Properties
TSNSListPhoneNumbersOptedOutRequest.NextToken Property
TSNSListPhoneNumbersOptedOutResponse Class
Methods
TSNSListPhoneNumbersOptedOutResponse.Create Constructor
TSNSListPhoneNumbersOptedOutResponse.Destroy Destructor
TSNSListPhoneNumbersOptedOutResponse.GetNextToken Method
TSNSListPhoneNumbersOptedOutResponse.GetPhoneNumbers Method
Properties
TSNSListPhoneNumbersOptedOutResponse.NextToken Property
TSNSListPhoneNumbersOptedOutResponse.PhoneNumbers Property
TSNSListPlatformApplicationsRequest Class
Methods
TSNSListPlatformApplicationsRequest.Create Constructor
TSNSListPlatformApplicationsRequest.GetNextToken Method
TSNSListPlatformApplicationsRequest.PrepareRequest Method
TSNSListPlatformApplicationsRequest.SetNextToken Method
Properties
TSNSListPlatformApplicationsRequest.NextToken Property
TSNSListPlatformApplicationsResponse Class
Methods
TSNSListPlatformApplicationsResponse.Create Constructor
TSNSListPlatformApplicationsResponse.Destroy Destructor
TSNSListPlatformApplicationsResponse.GetNextToken Method
TSNSListPlatformApplicationsResponse.GetPlatformApplications Method
Properties
TSNSListPlatformApplicationsResponse.NextToken Property
TSNSListPlatformApplicationsResponse.PlatformApplications Property
TSNSListSMSSandboxPhoneNumbersRequest Class
Methods
TSNSListSMSSandboxPhoneNumbersRequest.Create Constructor ()
TSNSListSMSSandboxPhoneNumbersRequest.Create Constructor (TOptional<Integer>, string)
TSNSListSMSSandboxPhoneNumbersRequest.GetMaxResults Method
TSNSListSMSSandboxPhoneNumbersRequest.GetNextToken Method
TSNSListSMSSandboxPhoneNumbersRequest.PrepareRequest Method
TSNSListSMSSandboxPhoneNumbersRequest.SetMaxResults Method
TSNSListSMSSandboxPhoneNumbersRequest.SetNextToken Method
Properties
TSNSListSMSSandboxPhoneNumbersRequest.MaxResults Property
TSNSListSMSSandboxPhoneNumbersRequest.NextToken Property
TSNSListSMSSandboxPhoneNumbersResponse Class
Methods
TSNSListSMSSandboxPhoneNumbersResponse.Create Constructor
TSNSListSMSSandboxPhoneNumbersResponse.Destroy Destructor
TSNSListSMSSandboxPhoneNumbersResponse.GetNextToken Method
TSNSListSMSSandboxPhoneNumbersResponse.GetPhoneNumbers Method
Properties
TSNSListSMSSandboxPhoneNumbersResponse.NextToken Property
TSNSListSMSSandboxPhoneNumbersResponse.PhoneNumbers Property
TSNSListSubscriptionsByTopicRequest Class
Methods
TSNSListSubscriptionsByTopicRequest.Create Constructor
TSNSListSubscriptionsByTopicRequest.GetNextToken Method
TSNSListSubscriptionsByTopicRequest.GetTopicArn Method
TSNSListSubscriptionsByTopicRequest.PrepareRequest Method
TSNSListSubscriptionsByTopicRequest.SetNextToken Method
TSNSListSubscriptionsByTopicRequest.SetTopicArn Method
Properties
TSNSListSubscriptionsByTopicRequest.NextToken Property
TSNSListSubscriptionsByTopicRequest.TopicArn Property
TSNSListSubscriptionsByTopicResponse Class
TSNSListSubscriptionsRequest Class
Methods
TSNSListSubscriptionsRequest.Create Constructor
TSNSListSubscriptionsRequest.GetNextToken Method
TSNSListSubscriptionsRequest.PrepareRequest Method
TSNSListSubscriptionsRequest.SetNextToken Method
Properties
TSNSListSubscriptionsRequest.NextToken Property
TSNSListSubscriptionsResponse Class
Methods
TSNSListSubscriptionsResponse.Create Constructor
TSNSListSubscriptionsResponse.Destroy Destructor
TSNSListSubscriptionsResponse.GetNextToken Method
TSNSListSubscriptionsResponse.GetSubscriptions Method
Properties
TSNSListSubscriptionsResponse.NextToken Property
TSNSListSubscriptionsResponse.Subscriptions Property
TSNSListTagsForResourceRequest Class
Methods
TSNSListTagsForResourceRequest.Create Constructor
TSNSListTagsForResourceRequest.GetResourceArn Method
TSNSListTagsForResourceRequest.PrepareRequest Method
TSNSListTagsForResourceRequest.SetResourceArn Method
Properties
TSNSListTagsForResourceRequest.ResourceArn Property
TSNSListTagsForResourceResponse Class
Methods
TSNSListTagsForResourceResponse.Create Constructor
TSNSListTagsForResourceResponse.GetTags Method
Properties
TSNSListTagsForResourceResponse.Tags Property
TSNSListTopicsRequest Class
Methods
TSNSListTopicsRequest.Create Constructor
TSNSListTopicsRequest.GetNextToken Method
TSNSListTopicsRequest.PrepareRequest Method
TSNSListTopicsRequest.SetNextToken Method
Properties
TSNSListTopicsRequest.NextToken Property
TSNSListTopicsResponse Class
Methods
TSNSListTopicsResponse.Create Constructor
TSNSListTopicsResponse.Destroy Destructor
TSNSListTopicsResponse.GetNextToken Method
TSNSListTopicsResponse.GetTopics Method
Properties
TSNSListTopicsResponse.NextToken Property
TSNSListTopicsResponse.Topics Property
TSNSMessage Class
Methods
TSNSMessage.Create Constructor
TSNSMessage.GetCanonicalString Method
TSNSMessage.GetMessageContent Method
TSNSMessage.GetMessageId Method
TSNSMessage.GetMessageType Method
TSNSMessage.GetSignature Method
TSNSMessage.GetSignatureVersion Method
TSNSMessage.GetSigningCertURL Method
TSNSMessage.GetSubject Method
TSNSMessage.GetSubscribeURL Method
TSNSMessage.GetTimestamp Method
TSNSMessage.GetToken Method
TSNSMessage.GetTopicArn Method
TSNSMessage.GetUnsubscribeURL Method
Properties
TSNSMessage.CanonicalString Property
TSNSMessage.MessageContent Property
TSNSMessage.MessageId Property
TSNSMessage.MessageType Property
TSNSMessage.Signature Property
TSNSMessage.SignatureVersion Property
TSNSMessage.SigningCertURL Property
TSNSMessage.Subject Property
TSNSMessage.SubscribeURL Property
TSNSMessage.Timestamp Property
TSNSMessage.Token Property
TSNSMessage.TopicArn Property
TSNSMessage.UnsubscribeURL Property
TSNSMessageAttributeValue Record
Fields
TSNSMessageAttributeValue.DataType Field
TSNSMessageAttributeValue.Value Field
Methods
TSNSMessageAttributeValue.Create Constructor
TSNSMessageAttributes Class
Methods
TSNSMessageAttributes.AddBinary Method
TSNSMessageAttributes.AddNumber Method
TSNSMessageAttributes.AddString Method
TSNSMessageAttributes.AddStringArray Method
TSNSMessageVerifier Class
Methods
TSNSMessageVerifier.Authenticate Method
TSNSMessageVerifier.Create Constructor
TSNSMessageVerifier.Destroy Destructor
TSNSMessageVerifier.IsAuthentic Method
TSNSOptInPhoneNumberRequest Class
Methods
TSNSOptInPhoneNumberRequest.Create Constructor
TSNSOptInPhoneNumberRequest.GetPhoneNumber Method
TSNSOptInPhoneNumberRequest.PrepareRequest Method
TSNSOptInPhoneNumberRequest.SetPhoneNumber Method
Properties
TSNSOptInPhoneNumberRequest.PhoneNumber Property
TSNSOptInPhoneNumberResponse Class
TSNSOptions Class
Methods
TSNSOptions.GetNamespace Method
TSNSPhoneNumberInformation Class
Methods
TSNSPhoneNumberInformation.Create Constructor
TSNSPhoneNumberInformation.Destroy Destructor
TSNSPhoneNumberInformation.GetCreatedAt Method
TSNSPhoneNumberInformation.GetIso2CountryCode Method
TSNSPhoneNumberInformation.GetNumberCapabilities Method
TSNSPhoneNumberInformation.GetPhoneNumber Method
TSNSPhoneNumberInformation.GetRouteType Method
TSNSPhoneNumberInformation.GetStatus Method
Properties
TSNSPhoneNumberInformation.CreatedAt Property
TSNSPhoneNumberInformation.Iso2CountryCode Property
TSNSPhoneNumberInformation.NumberCapabilities Property
TSNSPhoneNumberInformation.PhoneNumber Property
TSNSPhoneNumberInformation.RouteType Property
TSNSPhoneNumberInformation.Status Property
TSNSPlatformApplication Class
Methods
TSNSPlatformApplication.Create Constructor
TSNSPlatformApplication.Destroy Destructor
TSNSPlatformApplication.GetAttributes Method
TSNSPlatformApplication.GetPlatformApplicationArn Method
Properties
TSNSPlatformApplication.Attributes Property
TSNSPlatformApplication.PlatformApplicationArn Property
TSNSPublishRequest Class
Methods
TSNSPublishRequest.Create Constructor
TSNSPublishRequest.Destroy Destructor
TSNSPublishRequest.GetMessage Method
TSNSPublishRequest.GetMessageAttributes Method
TSNSPublishRequest.GetMessageStructure Method
TSNSPublishRequest.PrepareRequest Method
TSNSPublishRequest.SetMessage Method
TSNSPublishRequest.SetMessageStructure Method
Properties
TSNSPublishRequest.Message Property
TSNSPublishRequest.MessageAttributes Property
TSNSPublishRequest.MessageStructure Property
TSNSPublishResponse Class
Methods
TSNSPublishResponse.Create Constructor
TSNSPublishResponse.GetMessageId Method
TSNSPublishResponse.GetSequenceNumber Method
Properties
TSNSPublishResponse.MessageId Property
TSNSPublishResponse.SequenceNumber Property
TSNSPublishToPhoneNumberRequest Class
Methods
TSNSPublishToPhoneNumberRequest.Create Constructor
TSNSPublishToPhoneNumberRequest.GetPhoneNumber Method
TSNSPublishToPhoneNumberRequest.PrepareRequest Method
TSNSPublishToPhoneNumberRequest.SetPhoneNumber Method
Properties
TSNSPublishToPhoneNumberRequest.PhoneNumber Property
TSNSPublishToTargetRequest Class
Methods
TSNSPublishToTargetRequest.Create Constructor
TSNSPublishToTargetRequest.GetTargetArn Method
TSNSPublishToTargetRequest.PrepareRequest Method
TSNSPublishToTargetRequest.SetTargetArn Method
Properties
TSNSPublishToTargetRequest.TargetArn Property
TSNSPublishToTopicRequest Class
Methods
TSNSPublishToTopicRequest.Create Constructor
TSNSPublishToTopicRequest.GetMessageDeduplicationId Method
TSNSPublishToTopicRequest.GetMessageGroupId Method
TSNSPublishToTopicRequest.GetSubject Method
TSNSPublishToTopicRequest.GetTopicArn Method
TSNSPublishToTopicRequest.PrepareRequest Method
TSNSPublishToTopicRequest.SetMessageDeduplicationId Method
TSNSPublishToTopicRequest.SetMessageGroupId Method
TSNSPublishToTopicRequest.SetSubject Method
TSNSPublishToTopicRequest.SetTopicArn Method
Properties
TSNSPublishToTopicRequest.MessageDeduplicationId Property
TSNSPublishToTopicRequest.MessageGroupId Property
TSNSPublishToTopicRequest.Subject Property
TSNSPublishToTopicRequest.TopicArn Property
TSNSRemovePermissionRequest Class
Methods
TSNSRemovePermissionRequest.Create Constructor
TSNSRemovePermissionRequest.GetPermissionLabel Method
TSNSRemovePermissionRequest.GetTopicArn Method
TSNSRemovePermissionRequest.PrepareRequest Method
TSNSRemovePermissionRequest.SetPermissionLabel Method
TSNSRemovePermissionRequest.SetTopicArn Method
Properties
TSNSRemovePermissionRequest.PermissionLabel Property
TSNSRemovePermissionRequest.TopicArn Property
TSNSRemovePermissionResponse Class
TSNSRequest Class
Methods
TSNSRequest.GetAWSEndpoint Method
TSNSRequest.GetAWSEndpointURL Method
TSNSRequest.PrepareRequest Method
TSNSResponse Class
Methods
TSNSResponse.Create Constructor
TSNSResponse.GetRequestId Method
TSNSResponse.HandleError Method
TSNSSMSSandboxPhoneNumber Class
Methods
TSNSSMSSandboxPhoneNumber.Create Constructor
TSNSSMSSandboxPhoneNumber.GetPhoneNumber Method
TSNSSMSSandboxPhoneNumber.GetStatus Method
Properties
TSNSSMSSandboxPhoneNumber.PhoneNumber Property
TSNSSMSSandboxPhoneNumber.Status Property
TSNSSetEndpointAttributesRequest Class
Methods
TSNSSetEndpointAttributesRequest.Create Constructor
TSNSSetEndpointAttributesRequest.GetCustomUserData Method
TSNSSetEndpointAttributesRequest.GetEnabled Method
TSNSSetEndpointAttributesRequest.GetEndpointArn Method
TSNSSetEndpointAttributesRequest.GetToken Method
TSNSSetEndpointAttributesRequest.PrepareRequest Method
TSNSSetEndpointAttributesRequest.SetCustomUserData Method
TSNSSetEndpointAttributesRequest.SetEnabled Method
TSNSSetEndpointAttributesRequest.SetEndpointArn Method
TSNSSetEndpointAttributesRequest.SetToken Method
Properties
TSNSSetEndpointAttributesRequest.CustomUserData Property
TSNSSetEndpointAttributesRequest.Enabled Property
TSNSSetEndpointAttributesRequest.EndpointArn Property
TSNSSetEndpointAttributesRequest.Token Property
TSNSSetEndpointAttributesResponse Class
TSNSSetPlatformApplicationAttributesRequest Class
Methods
TSNSSetPlatformApplicationAttributesRequest.Create Constructor
TSNSSetPlatformApplicationAttributesRequest.GetEventDeliveryFailure Method
TSNSSetPlatformApplicationAttributesRequest.GetEventEndpointCreated Method
TSNSSetPlatformApplicationAttributesRequest.GetEventEndpointDeleted Method
TSNSSetPlatformApplicationAttributesRequest.GetEventEndpointUpdated Method
TSNSSetPlatformApplicationAttributesRequest.GetFailureFeedbackRoleArn Method
TSNSSetPlatformApplicationAttributesRequest.GetPlatformApplicationArn Method
TSNSSetPlatformApplicationAttributesRequest.GetPlatformCredential Method
TSNSSetPlatformApplicationAttributesRequest.GetPlatformPrincipal Method
TSNSSetPlatformApplicationAttributesRequest.GetSuccessFeedbackRoleArn Method
TSNSSetPlatformApplicationAttributesRequest.GetSuccessFeedbackSampleRate Method
TSNSSetPlatformApplicationAttributesRequest.PrepareRequest Method
TSNSSetPlatformApplicationAttributesRequest.SetEventDeliveryFailure Method
TSNSSetPlatformApplicationAttributesRequest.SetEventEndpointCreated Method
TSNSSetPlatformApplicationAttributesRequest.SetEventEndpointDeleted Method
TSNSSetPlatformApplicationAttributesRequest.SetEventEndpointUpdated Method
TSNSSetPlatformApplicationAttributesRequest.SetFailureFeedbackRoleArn Method
TSNSSetPlatformApplicationAttributesRequest.SetPlatformApplicationArn Method
TSNSSetPlatformApplicationAttributesRequest.SetPlatformCredential Method
TSNSSetPlatformApplicationAttributesRequest.SetPlatformPrincipal Method
TSNSSetPlatformApplicationAttributesRequest.SetSuccessFeedbackRoleArn Method
TSNSSetPlatformApplicationAttributesRequest.SetSuccessFeedbackSampleRate Method
Properties
TSNSSetPlatformApplicationAttributesRequest.EventDeliveryFailure Property
TSNSSetPlatformApplicationAttributesRequest.EventEndpointCreated Property
TSNSSetPlatformApplicationAttributesRequest.EventEndpointDeleted Property
TSNSSetPlatformApplicationAttributesRequest.EventEndpointUpdated Property
TSNSSetPlatformApplicationAttributesRequest.FailureFeedbackRoleArn Property
TSNSSetPlatformApplicationAttributesRequest.PlatformApplicationArn Property
TSNSSetPlatformApplicationAttributesRequest.PlatformCredential Property
TSNSSetPlatformApplicationAttributesRequest.PlatformPrincipal Property
TSNSSetPlatformApplicationAttributesRequest.SuccessFeedbackRoleArn Property
TSNSSetPlatformApplicationAttributesRequest.SuccessFeedbackSampleRate Property
TSNSSetPlatformApplicationAttributesResponse Class
TSNSSetSMSAttributesRequest Class
Methods
TSNSSetSMSAttributesRequest.GetDefaultSenderID Method
TSNSSetSMSAttributesRequest.GetDefaultSMSType Method
TSNSSetSMSAttributesRequest.GetDeliveryStatusIAMRole Method
TSNSSetSMSAttributesRequest.GetDeliveryStatusSuccessSamplingRate Method
TSNSSetSMSAttributesRequest.GetMonthlySpendLimit Method
TSNSSetSMSAttributesRequest.GetUsageReportS3Bucket Method
TSNSSetSMSAttributesRequest.PrepareRequest Method
TSNSSetSMSAttributesRequest.SetDefaultSenderID Method
TSNSSetSMSAttributesRequest.SetDefaultSMSType Method
TSNSSetSMSAttributesRequest.SetDeliveryStatusIAMRole Method
TSNSSetSMSAttributesRequest.SetDeliveryStatusSuccessSamplingRate Method
TSNSSetSMSAttributesRequest.SetMonthlySpendLimit Method
TSNSSetSMSAttributesRequest.SetUsageReportS3Bucket Method
Properties
TSNSSetSMSAttributesRequest.DefaultSenderID Property
TSNSSetSMSAttributesRequest.DefaultSMSType Property
TSNSSetSMSAttributesRequest.DeliveryStatusIAMRole Property
TSNSSetSMSAttributesRequest.DeliveryStatusSuccessSamplingRate Property
TSNSSetSMSAttributesRequest.MonthlySpendLimit Property
TSNSSetSMSAttributesRequest.UsageReportS3Bucket Property
TSNSSetSMSAttributesResponse Class
TSNSSetSubscriptionAttributesRequest Class
Methods
TSNSSetSubscriptionAttributesRequest.Create Constructor
TSNSSetSubscriptionAttributesRequest.GetAttributeName Method
TSNSSetSubscriptionAttributesRequest.GetAttributeValue Method
TSNSSetSubscriptionAttributesRequest.GetSubscriptionArn Method
TSNSSetSubscriptionAttributesRequest.PrepareRequest Method
TSNSSetSubscriptionAttributesRequest.SetAttributeName Method
TSNSSetSubscriptionAttributesRequest.SetAttributeValue Method
TSNSSetSubscriptionAttributesRequest.SetSubscriptionArn Method
Properties
TSNSSetSubscriptionAttributesRequest.AttributeName Property
TSNSSetSubscriptionAttributesRequest.AttributeValue Property
TSNSSetSubscriptionAttributesRequest.SubscriptionArn Property
TSNSSetSubscriptionAttributesResponse Class
TSNSSetTopicAttributesRequest Class
Methods
TSNSSetTopicAttributesRequest.Create Constructor
TSNSSetTopicAttributesRequest.GetAttributeName Method
TSNSSetTopicAttributesRequest.GetAttributeValue Method
TSNSSetTopicAttributesRequest.GetTopicArn Method
TSNSSetTopicAttributesRequest.PrepareRequest Method
TSNSSetTopicAttributesRequest.SetAttributeName Method
TSNSSetTopicAttributesRequest.SetAttributeValue Method
TSNSSetTopicAttributesRequest.SetTopicArn Method
Properties
TSNSSetTopicAttributesRequest.AttributeName Property
TSNSSetTopicAttributesRequest.AttributeValue Property
TSNSSetTopicAttributesRequest.TopicArn Property
TSNSSetTopicAttributesResponse Class
TSNSSubscribeRequest Class
Methods
TSNSSubscribeRequest.Create Constructor
TSNSSubscribeRequest.GetDeliveryPolicy Method
TSNSSubscribeRequest.GetEndpoint Method
TSNSSubscribeRequest.GetFilterPolicy Method
TSNSSubscribeRequest.GetProtocol Method
TSNSSubscribeRequest.GetRawMessageDelivery Method
TSNSSubscribeRequest.GetRedrivePolicy Method
TSNSSubscribeRequest.GetReturnSubscriptionArn Method
TSNSSubscribeRequest.GetSubscriptionRoleArn Method
TSNSSubscribeRequest.GetTopicArn Method
TSNSSubscribeRequest.PrepareRequest Method
TSNSSubscribeRequest.SetDeliveryPolicy Method
TSNSSubscribeRequest.SetEndpoint Method
TSNSSubscribeRequest.SetFilterPolicy Method
TSNSSubscribeRequest.SetProtocol Method
TSNSSubscribeRequest.SetRawMessageDelivery Method
TSNSSubscribeRequest.SetRedrivePolicy Method
TSNSSubscribeRequest.SetReturnSubscriptionArn Method
TSNSSubscribeRequest.SetSubscriptionRoleArn Method
TSNSSubscribeRequest.SetTopicArn Method
Properties
TSNSSubscribeRequest.DeliveryPolicy Property
TSNSSubscribeRequest.Endpoint Property
TSNSSubscribeRequest.FilterPolicy Property
TSNSSubscribeRequest.Protocol Property
TSNSSubscribeRequest.RawMessageDelivery Property
TSNSSubscribeRequest.RedrivePolicy Property
TSNSSubscribeRequest.ReturnSubscriptionArn Property
TSNSSubscribeRequest.SubscriptionRoleArn Property
TSNSSubscribeRequest.TopicArn Property
TSNSSubscribeResponse Class
Methods
TSNSSubscribeResponse.Create Constructor
TSNSSubscribeResponse.GetSubscriptionArn Method
Properties
TSNSSubscribeResponse.SubscriptionArn Property
TSNSSubscription Class
Methods
TSNSSubscription.Create Constructor
TSNSSubscription.GetEndpoint Method
TSNSSubscription.GetOwner Method
TSNSSubscription.GetProtocol Method
TSNSSubscription.GetSubscriptionArn Method
TSNSSubscription.GetTopicArn Method
Properties
TSNSSubscription.Endpoint Property
TSNSSubscription.Owner Property
TSNSSubscription.Protocol Property
TSNSSubscription.SubscriptionArn Property
TSNSSubscription.TopicArn Property
TSNSTagResourceRequest Class
Methods
TSNSTagResourceRequest.Create Constructor
TSNSTagResourceRequest.Destroy Destructor
TSNSTagResourceRequest.GetResourceArn Method
TSNSTagResourceRequest.GetTags Method
TSNSTagResourceRequest.PrepareRequest Method
TSNSTagResourceRequest.SetResourceArn Method
Properties
TSNSTagResourceRequest.ResourceArn Property
TSNSTagResourceRequest.Tags Property
TSNSTagResourceResponse Class
TSNSTopic Class
Methods
TSNSTopic.Create Constructor
TSNSTopic.GetTopicArn Method
Properties
TSNSTopic.TopicArn Property
TSNSUnsubscribeRequest Class
Methods
TSNSUnsubscribeRequest.Create Constructor
TSNSUnsubscribeRequest.GetSubscriptionArn Method
TSNSUnsubscribeRequest.PrepareRequest Method
TSNSUnsubscribeRequest.SetSubscriptionArn Method
Properties
TSNSUnsubscribeRequest.SubscriptionArn Property
TSNSUnsubscribeResponse Class
TSNSUntagResourceRequest Class
Methods
TSNSUntagResourceRequest.Create Constructor
TSNSUntagResourceRequest.Destroy Destructor
TSNSUntagResourceRequest.GetResourceArn Method
TSNSUntagResourceRequest.GetTagKeys Method
TSNSUntagResourceRequest.PrepareRequest Method
TSNSUntagResourceRequest.SetResourceArn Method
Properties
TSNSUntagResourceRequest.ResourceArn Property
TSNSUntagResourceRequest.TagKeys Property
TSNSUntagResourceResponse Class
TSNSVerifySMSSandboxPhoneNumberRequest Class
Methods
TSNSVerifySMSSandboxPhoneNumberRequest.Create Constructor
TSNSVerifySMSSandboxPhoneNumberRequest.GetOneTimePassword Method
TSNSVerifySMSSandboxPhoneNumberRequest.GetPhoneNumber Method
TSNSVerifySMSSandboxPhoneNumberRequest.PrepareRequest Method
TSNSVerifySMSSandboxPhoneNumberRequest.SetOneTimePassword Method
TSNSVerifySMSSandboxPhoneNumberRequest.SetPhoneNumber Method
Properties
TSNSVerifySMSSandboxPhoneNumberRequest.OneTimePassword Property
TSNSVerifySMSSandboxPhoneNumberRequest.PhoneNumber Property
TSNSVerifySMSSandboxPhoneNumberResponse Class
ISNSAddPermissionRequest Interface
Methods
ISNSAddPermissionRequest.GetActionNames Method
ISNSAddPermissionRequest.GetAWSAccountIds Method
ISNSAddPermissionRequest.GetPermissionLabel Method
ISNSAddPermissionRequest.GetTopicArn Method
ISNSAddPermissionRequest.SetPermissionLabel Method
ISNSAddPermissionRequest.SetTopicArn Method
Properties
ISNSAddPermissionRequest.ActionNames Property
ISNSAddPermissionRequest.AWSAccountIds Property
ISNSAddPermissionRequest.PermissionLabel Property
ISNSAddPermissionRequest.TopicArn Property
ISNSAddPermissionResponse Interface
ISNSAttributesResponse Interface
Methods
ISNSAttributesResponse.GetAttributes Method
Properties
ISNSAttributesResponse.Attributes Property
ISNSCheckIfPhoneNumberIsOptedOutRequest Interface
Methods
ISNSCheckIfPhoneNumberIsOptedOutRequest.GetPhoneNumber Method
ISNSCheckIfPhoneNumberIsOptedOutRequest.SetPhoneNumber Method
Properties
ISNSCheckIfPhoneNumberIsOptedOutRequest.PhoneNumber Property
ISNSCheckIfPhoneNumberIsOptedOutResponse Interface
Methods
ISNSCheckIfPhoneNumberIsOptedOutResponse.GetIsOptedOut Method
Properties
ISNSCheckIfPhoneNumberIsOptedOutResponse.IsOptedOut Property
ISNSClient Interface
Methods
ISNSClient.AddPermission Method
ISNSClient.CheckIfPhoneNumberIsOptedOut Method (string)
ISNSClient.ConfirmSubscription Method (TARN, string, string)
ISNSClient.CreatePlatformApplication Method (string, string, string, string)
ISNSClient.CreatePlatformEndpoint Method (TARN, string)
ISNSClient.CreateSMSSandboxPhoneNumber Method (string, string)
ISNSClient.CreateTopic Method (string)
ISNSClient.DeleteEndpoint Method (TARN)
ISNSClient.DeletePlatformApplication Method (TARN)
ISNSClient.DeleteSMSSandboxPhoneNumber Method (string)
ISNSClient.DeleteTopic Method (TARN)
ISNSClient.GetEndpointAttributes Method (TARN)
ISNSClient.GetPlatformApplicationAttributes Method (TARN)
ISNSClient.GetSMSAttributes Method ()
ISNSClient.GetSMSAttributes Method (array of string)
ISNSClient.GetSMSSandboxAccountStatus Method ()
ISNSClient.GetSMSSandboxAccountStatus Method (ISNSGetSMSSandboxAccountStatusRequest)
ISNSClient.GetSubscriptionAttributes Method (TARN)
ISNSClient.GetTopicAttributes Method (TARN)
ISNSClient.ListEndpointsByPlatformApplication Method (TARN, string)
ISNSClient.ListOriginationNumbers Method (TOptional<Integer>, string)
ISNSClient.ListPhoneNumbersOptedOut Method (string)
ISNSClient.ListPlatformApplications Method (string)
ISNSClient.ListSMSSandboxPhoneNumbers Method ()
ISNSClient.ListSMSSandboxPhoneNumbers Method (TOptional<Integer>, string)
ISNSClient.ListSubscriptions Method (string)
ISNSClient.ListSubscriptionsByTopic Method (TARN, string)
ISNSClient.ListTagsForResource Method (TARN)
ISNSClient.ListTopics Method (string)
ISNSClient.OptInPhoneNumber Method (string)
ISNSClient.Publish Method
ISNSClient.RemovePermission Method (string, TARN)
ISNSClient.SetEndpointAttributes Method
ISNSClient.SetPlatformApplicationAttributes Method
ISNSClient.SetSMSAttributes Method
ISNSClient.SetSubscriptionAttributes Method (string, string, TARN)
ISNSClient.SetTopicAttributes Method (string, string, TARN)
ISNSClient.Subscribe Method (TARN, string, string)
ISNSClient.TagResource Method
ISNSClient.Unsubscribe Method (TARN)
ISNSClient.UntagResource Method (TARN, array of string)
ISNSClient.VerifySMSSandboxPhoneNumber Method (string, string)
ISNSConfirmSubscriptionRequest Interface
Methods
ISNSConfirmSubscriptionRequest.GetAuthenticateOnUnsubscribe Method
ISNSConfirmSubscriptionRequest.GetToken Method
ISNSConfirmSubscriptionRequest.GetTopicArn Method
ISNSConfirmSubscriptionRequest.SetAuthenticateOnUnsubscribe Method
ISNSConfirmSubscriptionRequest.SetToken Method
ISNSConfirmSubscriptionRequest.SetTopicArn Method
Properties
ISNSConfirmSubscriptionRequest.AuthenticateOnUnsubscribe Property
ISNSConfirmSubscriptionRequest.Token Property
ISNSConfirmSubscriptionRequest.TopicArn Property
ISNSConfirmSubscriptionResponse Interface
Methods
ISNSConfirmSubscriptionResponse.GetSubscriptionArn Method
Properties
ISNSConfirmSubscriptionResponse.SubscriptionArn Property
ISNSCreatePlatformApplicationRequest Interface
Methods
ISNSCreatePlatformApplicationRequest.GetEventDeliveryFailure Method
ISNSCreatePlatformApplicationRequest.GetEventEndpointCreated Method
ISNSCreatePlatformApplicationRequest.GetEventEndpointDeleted Method
ISNSCreatePlatformApplicationRequest.GetEventEndpointUpdated Method
ISNSCreatePlatformApplicationRequest.GetFailureFeedbackRoleArn Method
ISNSCreatePlatformApplicationRequest.GetName Method
ISNSCreatePlatformApplicationRequest.GetPlatform Method
ISNSCreatePlatformApplicationRequest.GetPlatformCredential Method
ISNSCreatePlatformApplicationRequest.GetPlatformPrincipal Method
ISNSCreatePlatformApplicationRequest.GetSuccessFeedbackRoleArn Method
ISNSCreatePlatformApplicationRequest.GetSuccessFeedbackSampleRate Method
ISNSCreatePlatformApplicationRequest.SetEventDeliveryFailure Method
ISNSCreatePlatformApplicationRequest.SetEventEndpointCreated Method
ISNSCreatePlatformApplicationRequest.SetEventEndpointDeleted Method
ISNSCreatePlatformApplicationRequest.SetEventEndpointUpdated Method
ISNSCreatePlatformApplicationRequest.SetFailureFeedbackRoleArn Method
ISNSCreatePlatformApplicationRequest.SetName Method
ISNSCreatePlatformApplicationRequest.SetPlatform Method
ISNSCreatePlatformApplicationRequest.SetPlatformCredential Method
ISNSCreatePlatformApplicationRequest.SetPlatformPrincipal Method
ISNSCreatePlatformApplicationRequest.SetSuccessFeedbackRoleArn Method
ISNSCreatePlatformApplicationRequest.SetSuccessFeedbackSampleRate Method
Properties
ISNSCreatePlatformApplicationRequest.EventDeliveryFailure Property
ISNSCreatePlatformApplicationRequest.EventEndpointCreated Property
ISNSCreatePlatformApplicationRequest.EventEndpointDeleted Property
ISNSCreatePlatformApplicationRequest.EventEndpointUpdated Property
ISNSCreatePlatformApplicationRequest.FailureFeedbackRoleArn Property
ISNSCreatePlatformApplicationRequest.Name Property
ISNSCreatePlatformApplicationRequest.Platform Property
ISNSCreatePlatformApplicationRequest.PlatformCredential Property
ISNSCreatePlatformApplicationRequest.PlatformPrincipal Property
ISNSCreatePlatformApplicationRequest.SuccessFeedbackRoleArn Property
ISNSCreatePlatformApplicationRequest.SuccessFeedbackSampleRate Property
ISNSCreatePlatformApplicationResponse Interface
Methods
ISNSCreatePlatformApplicationResponse.GetPlatformApplicationArn Method
Properties
ISNSCreatePlatformApplicationResponse.PlatformApplicationArn Property
ISNSCreatePlatformEndpointRequest Interface
Methods
ISNSCreatePlatformEndpointRequest.GetCustomUserData Method
ISNSCreatePlatformEndpointRequest.GetEnabled Method
ISNSCreatePlatformEndpointRequest.GetPlatformApplicationArn Method
ISNSCreatePlatformEndpointRequest.GetToken Method
ISNSCreatePlatformEndpointRequest.SetCustomUserData Method
ISNSCreatePlatformEndpointRequest.SetEnabled Method
ISNSCreatePlatformEndpointRequest.SetPlatformApplicationArn Method
ISNSCreatePlatformEndpointRequest.SetToken Method
Properties
ISNSCreatePlatformEndpointRequest.CustomUserData Property
ISNSCreatePlatformEndpointRequest.Enabled Property
ISNSCreatePlatformEndpointRequest.PlatformApplicationArn Property
ISNSCreatePlatformEndpointRequest.Token Property
ISNSCreatePlatformEndpointResponse Interface
Methods
ISNSCreatePlatformEndpointResponse.GetEndpointArn Method
Properties
ISNSCreatePlatformEndpointResponse.EndpointArn Property
ISNSCreateSMSSandboxPhoneNumberRequest Interface
Methods
ISNSCreateSMSSandboxPhoneNumberRequest.GetLanguageCode Method
ISNSCreateSMSSandboxPhoneNumberRequest.GetPhoneNumber Method
ISNSCreateSMSSandboxPhoneNumberRequest.SetLanguageCode Method
ISNSCreateSMSSandboxPhoneNumberRequest.SetPhoneNumber Method
Properties
ISNSCreateSMSSandboxPhoneNumberRequest.LanguageCode Property
ISNSCreateSMSSandboxPhoneNumberRequest.PhoneNumber Property
ISNSCreateSMSSandboxPhoneNumberResponse Interface
ISNSCreateTopicRequest Interface
Methods
ISNSCreateTopicRequest.GetContentBasedDeduplication Method
ISNSCreateTopicRequest.GetDeliveryPolicy Method
ISNSCreateTopicRequest.GetDisplayName Method
ISNSCreateTopicRequest.GetFifoTopic Method
ISNSCreateTopicRequest.GetKmsMasterKeyId Method
ISNSCreateTopicRequest.GetName Method
ISNSCreateTopicRequest.GetPolicy Method
ISNSCreateTopicRequest.GetTags Method
ISNSCreateTopicRequest.SetContentBasedDeduplication Method
ISNSCreateTopicRequest.SetDeliveryPolicy Method
ISNSCreateTopicRequest.SetDisplayName Method
ISNSCreateTopicRequest.SetFifoTopic Method
ISNSCreateTopicRequest.SetKmsMasterKeyId Method
ISNSCreateTopicRequest.SetName Method
ISNSCreateTopicRequest.SetPolicy Method
Properties
ISNSCreateTopicRequest.ContentBasedDeduplication Property
ISNSCreateTopicRequest.DeliveryPolicy Property
ISNSCreateTopicRequest.DisplayName Property
ISNSCreateTopicRequest.FifoTopic Property
ISNSCreateTopicRequest.KmsMasterKeyId Property
ISNSCreateTopicRequest.Name Property
ISNSCreateTopicRequest.Policy Property
ISNSCreateTopicRequest.Tags Property
ISNSCreateTopicResponse Interface
Methods
ISNSCreateTopicResponse.GetTopicArn Method
Properties
ISNSCreateTopicResponse.TopicArn Property
ISNSDeleteEndpointRequest Interface
Methods
ISNSDeleteEndpointRequest.GetEndpointArn Method
ISNSDeleteEndpointRequest.SetEndpointArn Method
Properties
ISNSDeleteEndpointRequest.EndpointArn Property
ISNSDeleteEndpointResponse Interface
ISNSDeletePlatformApplicationRequest Interface
Methods
ISNSDeletePlatformApplicationRequest.GetPlatformApplicationArn Method
ISNSDeletePlatformApplicationRequest.SetPlatformApplicationArn Method
Properties
ISNSDeletePlatformApplicationRequest.PlatformApplicationArn Property
ISNSDeletePlatformApplicationResponse Interface
ISNSDeleteSMSSandboxPhoneNumberRequest Interface
Methods
ISNSDeleteSMSSandboxPhoneNumberRequest.GetPhoneNumber Method
ISNSDeleteSMSSandboxPhoneNumberRequest.SetPhoneNumber Method
Properties
ISNSDeleteSMSSandboxPhoneNumberRequest.PhoneNumber Property
ISNSDeleteSMSSandboxPhoneNumberResponse Interface
ISNSDeleteTopicRequest Interface
Methods
ISNSDeleteTopicRequest.GetTopicArn Method
ISNSDeleteTopicRequest.SetTopicArn Method
Properties
ISNSDeleteTopicRequest.TopicArn Property
ISNSDeleteTopicResponse Interface
ISNSEndpoint Interface
Methods
ISNSEndpoint.GetAttributes Method
ISNSEndpoint.GetEndpointArn Method
Properties
ISNSEndpoint.Attributes Property
ISNSEndpoint.EndpointArn Property
ISNSGetEndpointAttributesRequest Interface
Methods
ISNSGetEndpointAttributesRequest.GetEndpointArn Method
ISNSGetEndpointAttributesRequest.SetEndpointArn Method
Properties
ISNSGetEndpointAttributesRequest.EndpointArn Property
ISNSGetEndpointAttributesResponse Interface
Properties
ISNSGetEndpointAttributesResponse.Attributes Property
ISNSGetPlatformApplicationAttributesRequest Interface
Methods
ISNSGetPlatformApplicationAttributesRequest.GetPlatformApplicationArn Method
ISNSGetPlatformApplicationAttributesRequest.SetPlatformApplicationArn Method
Properties
ISNSGetPlatformApplicationAttributesRequest.PlatformApplicationArn Property
ISNSGetPlatformApplicationAttributesResponse Interface
Properties
ISNSGetPlatformApplicationAttributesResponse.Attributes Property
ISNSGetSMSAttributesRequest Interface
Methods
ISNSGetSMSAttributesRequest.GetAttributes Method
Properties
ISNSGetSMSAttributesRequest.Attributes Property
ISNSGetSMSAttributesResponse Interface
ISNSGetSMSSandboxAccountStatusRequest Interface
ISNSGetSMSSandboxAccountStatusResponse Interface
Methods
ISNSGetSMSSandboxAccountStatusResponse.GetIsInSandbox Method
Properties
ISNSGetSMSSandboxAccountStatusResponse.IsInSandbox Property
ISNSGetSubscriptionAttributesRequest Interface
Methods
ISNSGetSubscriptionAttributesRequest.GetSubscriptionArn Method
ISNSGetSubscriptionAttributesRequest.SetSubscriptionArn Method
Properties
ISNSGetSubscriptionAttributesRequest.SubscriptionArn Property
ISNSGetSubscriptionAttributesResponse Interface
Properties
ISNSGetSubscriptionAttributesResponse.Attributes Property
ISNSGetTopicAttributesRequest Interface
Methods
ISNSGetTopicAttributesRequest.GetTopicArn Method
ISNSGetTopicAttributesRequest.SetTopicArn Method
Properties
ISNSGetTopicAttributesRequest.TopicArn Property
ISNSGetTopicAttributesResponse Interface
Properties
ISNSGetTopicAttributesResponse.Attributes Property
ISNSListEndpointsByPlatformApplicationRequest Interface
Methods
ISNSListEndpointsByPlatformApplicationRequest.GetNextToken Method
ISNSListEndpointsByPlatformApplicationRequest.GetPlatformApplicationArn Method
ISNSListEndpointsByPlatformApplicationRequest.SetNextToken Method
ISNSListEndpointsByPlatformApplicationRequest.SetPlatformApplicationArn Method
Properties
ISNSListEndpointsByPlatformApplicationRequest.NextToken Property
ISNSListEndpointsByPlatformApplicationRequest.PlatformApplicationArn Property
ISNSListEndpointsByPlatformApplicationResponse Interface
Methods
ISNSListEndpointsByPlatformApplicationResponse.GetEndpoints Method
ISNSListEndpointsByPlatformApplicationResponse.GetNextToken Method
Properties
ISNSListEndpointsByPlatformApplicationResponse.Endpoints Property
ISNSListEndpointsByPlatformApplicationResponse.NextToken Property
ISNSListOriginationNumbersRequest Interface
Methods
ISNSListOriginationNumbersRequest.GetMaxResults Method
ISNSListOriginationNumbersRequest.GetNextToken Method
ISNSListOriginationNumbersRequest.SetMaxResults Method
ISNSListOriginationNumbersRequest.SetNextToken Method
Properties
ISNSListOriginationNumbersRequest.MaxResults Property
ISNSListOriginationNumbersRequest.NextToken Property
ISNSListOriginationNumbersResponse Interface
Methods
ISNSListOriginationNumbersResponse.GetNextToken Method
ISNSListOriginationNumbersResponse.GetPhoneNumbers Method
Properties
ISNSListOriginationNumbersResponse.NextToken Property
ISNSListOriginationNumbersResponse.PhoneNumbers Property
ISNSListPhoneNumbersOptedOutRequest Interface
Methods
ISNSListPhoneNumbersOptedOutRequest.GetNextToken Method
ISNSListPhoneNumbersOptedOutRequest.SetNextToken Method
Properties
ISNSListPhoneNumbersOptedOutRequest.NextToken Property
ISNSListPhoneNumbersOptedOutResponse Interface
Methods
ISNSListPhoneNumbersOptedOutResponse.GetNextToken Method
ISNSListPhoneNumbersOptedOutResponse.GetPhoneNumbers Method
Properties
ISNSListPhoneNumbersOptedOutResponse.NextToken Property
ISNSListPhoneNumbersOptedOutResponse.PhoneNumbers Property
ISNSListPlatformApplicationsRequest Interface
Methods
ISNSListPlatformApplicationsRequest.GetNextToken Method
ISNSListPlatformApplicationsRequest.SetNextToken Method
Properties
ISNSListPlatformApplicationsRequest.NextToken Property
ISNSListPlatformApplicationsResponse Interface
Methods
ISNSListPlatformApplicationsResponse.GetNextToken Method
ISNSListPlatformApplicationsResponse.GetPlatformApplications Method
Properties
ISNSListPlatformApplicationsResponse.NextToken Property
ISNSListPlatformApplicationsResponse.PlatformApplications Property
ISNSListSMSSandboxPhoneNumbersRequest Interface
Methods
ISNSListSMSSandboxPhoneNumbersRequest.GetMaxResults Method
ISNSListSMSSandboxPhoneNumbersRequest.GetNextToken Method
ISNSListSMSSandboxPhoneNumbersRequest.SetMaxResults Method
ISNSListSMSSandboxPhoneNumbersRequest.SetNextToken Method
Properties
ISNSListSMSSandboxPhoneNumbersRequest.MaxResults Property
ISNSListSMSSandboxPhoneNumbersRequest.NextToken Property
ISNSListSMSSandboxPhoneNumbersResponse Interface
Methods
ISNSListSMSSandboxPhoneNumbersResponse.GetNextToken Method
ISNSListSMSSandboxPhoneNumbersResponse.GetPhoneNumbers Method
Properties
ISNSListSMSSandboxPhoneNumbersResponse.NextToken Property
ISNSListSMSSandboxPhoneNumbersResponse.PhoneNumbers Property
ISNSListSubscriptionsByTopicRequest Interface
Methods
ISNSListSubscriptionsByTopicRequest.GetNextToken Method
ISNSListSubscriptionsByTopicRequest.GetTopicArn Method
ISNSListSubscriptionsByTopicRequest.SetNextToken Method
ISNSListSubscriptionsByTopicRequest.SetTopicArn Method
Properties
ISNSListSubscriptionsByTopicRequest.NextToken Property
ISNSListSubscriptionsByTopicRequest.TopicArn Property
ISNSListSubscriptionsByTopicResponse Interface
ISNSListSubscriptionsRequest Interface
Methods
ISNSListSubscriptionsRequest.GetNextToken Method
ISNSListSubscriptionsRequest.SetNextToken Method
Properties
ISNSListSubscriptionsRequest.NextToken Property
ISNSListSubscriptionsResponse Interface
Methods
ISNSListSubscriptionsResponse.GetNextToken Method
ISNSListSubscriptionsResponse.GetSubscriptions Method
Properties
ISNSListSubscriptionsResponse.NextToken Property
ISNSListSubscriptionsResponse.Subscriptions Property
ISNSListTagsForResourceRequest Interface
Methods
ISNSListTagsForResourceRequest.GetResourceArn Method
ISNSListTagsForResourceRequest.SetResourceArn Method
Properties
ISNSListTagsForResourceRequest.ResourceArn Property
ISNSListTagsForResourceResponse Interface
Methods
ISNSListTagsForResourceResponse.GetTags Method
Properties
ISNSListTagsForResourceResponse.Tags Property
ISNSListTopicsRequest Interface
Methods
ISNSListTopicsRequest.GetNextToken Method
ISNSListTopicsRequest.SetNextToken Method
Properties
ISNSListTopicsRequest.NextToken Property
ISNSListTopicsResponse Interface
Methods
ISNSListTopicsResponse.GetNextToken Method
ISNSListTopicsResponse.GetTopics Method
Properties
ISNSListTopicsResponse.NextToken Property
ISNSListTopicsResponse.Topics Property
ISNSMessage Interface
Methods
ISNSMessage.GetCanonicalString Method
ISNSMessage.GetMessageContent Method
ISNSMessage.GetMessageId Method
ISNSMessage.GetMessageType Method
ISNSMessage.GetSignature Method
ISNSMessage.GetSignatureVersion Method
ISNSMessage.GetSigningCertURL Method
ISNSMessage.GetSubject Method
ISNSMessage.GetSubscribeURL Method
ISNSMessage.GetTimestamp Method
ISNSMessage.GetToken Method
ISNSMessage.GetTopicArn Method
ISNSMessage.GetUnsubscribeURL Method
Properties
ISNSMessage.CanonicalString Property
ISNSMessage.MessageContent Property
ISNSMessage.MessageId Property
ISNSMessage.MessageType Property
ISNSMessage.Signature Property
ISNSMessage.SignatureVersion Property
ISNSMessage.SigningCertURL Property
ISNSMessage.Subject Property
ISNSMessage.SubscribeURL Property
ISNSMessage.Timestamp Property
ISNSMessage.Token Property
ISNSMessage.TopicArn Property
ISNSMessage.UnsubscribeURL Property
ISNSOptInPhoneNumberRequest Interface
Methods
ISNSOptInPhoneNumberRequest.GetPhoneNumber Method
ISNSOptInPhoneNumberRequest.SetPhoneNumber Method
Properties
ISNSOptInPhoneNumberRequest.PhoneNumber Property
ISNSOptInPhoneNumberResponse Interface
ISNSOptions Interface
ISNSPhoneNumberInformation Interface
Methods
ISNSPhoneNumberInformation.GetCreatedAt Method
ISNSPhoneNumberInformation.GetIso2CountryCode Method
ISNSPhoneNumberInformation.GetNumberCapabilities Method
ISNSPhoneNumberInformation.GetPhoneNumber Method
ISNSPhoneNumberInformation.GetRouteType Method
ISNSPhoneNumberInformation.GetStatus Method
Properties
ISNSPhoneNumberInformation.CreatedAt Property
ISNSPhoneNumberInformation.Iso2CountryCode Property
ISNSPhoneNumberInformation.NumberCapabilities Property
ISNSPhoneNumberInformation.PhoneNumber Property
ISNSPhoneNumberInformation.RouteType Property
ISNSPhoneNumberInformation.Status Property
ISNSPlatformApplication Interface
Methods
ISNSPlatformApplication.GetAttributes Method
ISNSPlatformApplication.GetPlatformApplicationArn Method
Properties
ISNSPlatformApplication.Attributes Property
ISNSPlatformApplication.PlatformApplicationArn Property
ISNSPublishRequest Interface
Methods
ISNSPublishRequest.GetMessage Method
ISNSPublishRequest.GetMessageAttributes Method
ISNSPublishRequest.GetMessageStructure Method
ISNSPublishRequest.SetMessage Method
ISNSPublishRequest.SetMessageStructure Method
Properties
ISNSPublishRequest.Message Property
ISNSPublishRequest.MessageAttributes Property
ISNSPublishRequest.MessageStructure Property
ISNSPublishResponse Interface
Methods
ISNSPublishResponse.GetMessageId Method
ISNSPublishResponse.GetSequenceNumber Method
Properties
ISNSPublishResponse.MessageId Property
ISNSPublishResponse.SequenceNumber Property
ISNSPublishToPhoneNumberRequest Interface
Methods
ISNSPublishToPhoneNumberRequest.GetPhoneNumber Method
ISNSPublishToPhoneNumberRequest.SetPhoneNumber Method
Properties
ISNSPublishToPhoneNumberRequest.PhoneNumber Property
ISNSPublishToTargetRequest Interface
Methods
ISNSPublishToTargetRequest.GetTargetArn Method
ISNSPublishToTargetRequest.SetTargetArn Method
Properties
ISNSPublishToTargetRequest.TargetArn Property
ISNSPublishToTopicRequest Interface
Methods
ISNSPublishToTopicRequest.GetMessageDeduplicationId Method
ISNSPublishToTopicRequest.GetMessageGroupId Method
ISNSPublishToTopicRequest.GetSubject Method
ISNSPublishToTopicRequest.GetTopicArn Method
ISNSPublishToTopicRequest.SetMessageDeduplicationId Method
ISNSPublishToTopicRequest.SetMessageGroupId Method
ISNSPublishToTopicRequest.SetSubject Method
ISNSPublishToTopicRequest.SetTopicArn Method
Properties
ISNSPublishToTopicRequest.MessageDeduplicationId Property
ISNSPublishToTopicRequest.MessageGroupId Property
ISNSPublishToTopicRequest.Subject Property
ISNSPublishToTopicRequest.TopicArn Property
ISNSRemovePermissionRequest Interface
Methods
ISNSRemovePermissionRequest.GetPermissionLabel Method
ISNSRemovePermissionRequest.GetTopicArn Method
ISNSRemovePermissionRequest.SetPermissionLabel Method
ISNSRemovePermissionRequest.SetTopicArn Method
Properties
ISNSRemovePermissionRequest.PermissionLabel Property
ISNSRemovePermissionRequest.TopicArn Property
ISNSRemovePermissionResponse Interface
ISNSRequest Interface
Methods
ISNSRequest.PrepareRequest Method
ISNSResponse Interface
ISNSSMSSandboxPhoneNumber Interface
Methods
ISNSSMSSandboxPhoneNumber.GetPhoneNumber Method
ISNSSMSSandboxPhoneNumber.GetStatus Method
Properties
ISNSSMSSandboxPhoneNumber.PhoneNumber Property
ISNSSMSSandboxPhoneNumber.Status Property
ISNSSetEndpointAttributesRequest Interface
Methods
ISNSSetEndpointAttributesRequest.GetCustomUserData Method
ISNSSetEndpointAttributesRequest.GetEnabled Method
ISNSSetEndpointAttributesRequest.GetEndpointArn Method
ISNSSetEndpointAttributesRequest.GetToken Method
ISNSSetEndpointAttributesRequest.SetCustomUserData Method
ISNSSetEndpointAttributesRequest.SetEnabled Method
ISNSSetEndpointAttributesRequest.SetEndpointArn Method
ISNSSetEndpointAttributesRequest.SetToken Method
Properties
ISNSSetEndpointAttributesRequest.CustomUserData Property
ISNSSetEndpointAttributesRequest.Enabled Property
ISNSSetEndpointAttributesRequest.EndpointArn Property
ISNSSetEndpointAttributesRequest.Token Property
ISNSSetEndpointAttributesResponse Interface
ISNSSetPlatformApplicationAttributesRequest Interface
Methods
ISNSSetPlatformApplicationAttributesRequest.GetEventDeliveryFailure Method
ISNSSetPlatformApplicationAttributesRequest.GetEventEndpointCreated Method
ISNSSetPlatformApplicationAttributesRequest.GetEventEndpointDeleted Method
ISNSSetPlatformApplicationAttributesRequest.GetEventEndpointUpdated Method
ISNSSetPlatformApplicationAttributesRequest.GetFailureFeedbackRoleArn Method
ISNSSetPlatformApplicationAttributesRequest.GetPlatformApplicationArn Method
ISNSSetPlatformApplicationAttributesRequest.GetPlatformCredential Method
ISNSSetPlatformApplicationAttributesRequest.GetPlatformPrincipal Method
ISNSSetPlatformApplicationAttributesRequest.GetSuccessFeedbackRoleArn Method
ISNSSetPlatformApplicationAttributesRequest.GetSuccessFeedbackSampleRate Method
ISNSSetPlatformApplicationAttributesRequest.SetEventDeliveryFailure Method
ISNSSetPlatformApplicationAttributesRequest.SetEventEndpointCreated Method
ISNSSetPlatformApplicationAttributesRequest.SetEventEndpointDeleted Method
ISNSSetPlatformApplicationAttributesRequest.SetEventEndpointUpdated Method
ISNSSetPlatformApplicationAttributesRequest.SetFailureFeedbackRoleArn Method
ISNSSetPlatformApplicationAttributesRequest.SetPlatformApplicationArn Method
ISNSSetPlatformApplicationAttributesRequest.SetPlatformCredential Method
ISNSSetPlatformApplicationAttributesRequest.SetPlatformPrincipal Method
ISNSSetPlatformApplicationAttributesRequest.SetSuccessFeedbackRoleArn Method
ISNSSetPlatformApplicationAttributesRequest.SetSuccessFeedbackSampleRate Method
Properties
ISNSSetPlatformApplicationAttributesRequest.EventDeliveryFailure Property
ISNSSetPlatformApplicationAttributesRequest.EventEndpointCreated Property
ISNSSetPlatformApplicationAttributesRequest.EventEndpointDeleted Property
ISNSSetPlatformApplicationAttributesRequest.EventEndpointUpdated Property
ISNSSetPlatformApplicationAttributesRequest.FailureFeedbackRoleArn Property
ISNSSetPlatformApplicationAttributesRequest.PlatformApplicationArn Property
ISNSSetPlatformApplicationAttributesRequest.PlatformCredential Property
ISNSSetPlatformApplicationAttributesRequest.PlatformPrincipal Property
ISNSSetPlatformApplicationAttributesRequest.SuccessFeedbackRoleArn Property
ISNSSetPlatformApplicationAttributesRequest.SuccessFeedbackSampleRate Property
ISNSSetPlatformApplicationAttributesResponse Interface
ISNSSetSMSAttributesRequest Interface
Methods
ISNSSetSMSAttributesRequest.GetDefaultSenderID Method
ISNSSetSMSAttributesRequest.GetDefaultSMSType Method
ISNSSetSMSAttributesRequest.GetDeliveryStatusIAMRole Method
ISNSSetSMSAttributesRequest.GetDeliveryStatusSuccessSamplingRate Method
ISNSSetSMSAttributesRequest.GetMonthlySpendLimit Method
ISNSSetSMSAttributesRequest.GetUsageReportS3Bucket Method
ISNSSetSMSAttributesRequest.SetDefaultSenderID Method
ISNSSetSMSAttributesRequest.SetDefaultSMSType Method
ISNSSetSMSAttributesRequest.SetDeliveryStatusIAMRole Method
ISNSSetSMSAttributesRequest.SetDeliveryStatusSuccessSamplingRate Method
ISNSSetSMSAttributesRequest.SetMonthlySpendLimit Method
ISNSSetSMSAttributesRequest.SetUsageReportS3Bucket Method
Properties
ISNSSetSMSAttributesRequest.DefaultSenderID Property
ISNSSetSMSAttributesRequest.DefaultSMSType Property
ISNSSetSMSAttributesRequest.DeliveryStatusIAMRole Property
ISNSSetSMSAttributesRequest.DeliveryStatusSuccessSamplingRate Property
ISNSSetSMSAttributesRequest.MonthlySpendLimit Property
ISNSSetSMSAttributesRequest.UsageReportS3Bucket Property
ISNSSetSMSAttributesResponse Interface
ISNSSetSubscriptionAttributesRequest Interface
Methods
ISNSSetSubscriptionAttributesRequest.GetAttributeName Method
ISNSSetSubscriptionAttributesRequest.GetAttributeValue Method
ISNSSetSubscriptionAttributesRequest.GetSubscriptionArn Method
ISNSSetSubscriptionAttributesRequest.SetAttributeName Method
ISNSSetSubscriptionAttributesRequest.SetAttributeValue Method
ISNSSetSubscriptionAttributesRequest.SetSubscriptionArn Method
Properties
ISNSSetSubscriptionAttributesRequest.AttributeName Property
ISNSSetSubscriptionAttributesRequest.AttributeValue Property
ISNSSetSubscriptionAttributesRequest.SubscriptionArn Property
ISNSSetSubscriptionAttributesResponse Interface
ISNSSetTopicAttributesRequest Interface
Methods
ISNSSetTopicAttributesRequest.GetAttributeName Method
ISNSSetTopicAttributesRequest.GetAttributeValue Method
ISNSSetTopicAttributesRequest.GetTopicArn Method
ISNSSetTopicAttributesRequest.SetAttributeName Method
ISNSSetTopicAttributesRequest.SetAttributeValue Method
ISNSSetTopicAttributesRequest.SetTopicArn Method
Properties
ISNSSetTopicAttributesRequest.AttributeName Property
ISNSSetTopicAttributesRequest.AttributeValue Property
ISNSSetTopicAttributesRequest.TopicArn Property
ISNSSetTopicAttributesResponse Interface
ISNSSubscribeRequest Interface
Methods
ISNSSubscribeRequest.GetDeliveryPolicy Method
ISNSSubscribeRequest.GetEndpoint Method
ISNSSubscribeRequest.GetFilterPolicy Method
ISNSSubscribeRequest.GetProtocol Method
ISNSSubscribeRequest.GetRawMessageDelivery Method
ISNSSubscribeRequest.GetRedrivePolicy Method
ISNSSubscribeRequest.GetReturnSubscriptionArn Method
ISNSSubscribeRequest.GetSubscriptionRoleArn Method
ISNSSubscribeRequest.GetTopicArn Method
ISNSSubscribeRequest.SetDeliveryPolicy Method
ISNSSubscribeRequest.SetEndpoint Method
ISNSSubscribeRequest.SetFilterPolicy Method
ISNSSubscribeRequest.SetProtocol Method
ISNSSubscribeRequest.SetRawMessageDelivery Method
ISNSSubscribeRequest.SetRedrivePolicy Method
ISNSSubscribeRequest.SetReturnSubscriptionArn Method
ISNSSubscribeRequest.SetSubscriptionRoleArn Method
ISNSSubscribeRequest.SetTopicArn Method
Properties
ISNSSubscribeRequest.DeliveryPolicy Property
ISNSSubscribeRequest.Endpoint Property
ISNSSubscribeRequest.FilterPolicy Property
ISNSSubscribeRequest.Protocol Property
ISNSSubscribeRequest.RawMessageDelivery Property
ISNSSubscribeRequest.RedrivePolicy Property
ISNSSubscribeRequest.ReturnSubscriptionArn Property
ISNSSubscribeRequest.SubscriptionRoleArn Property
ISNSSubscribeRequest.TopicArn Property
ISNSSubscribeResponse Interface
Methods
ISNSSubscribeResponse.GetSubscriptionArn Method
Properties
ISNSSubscribeResponse.SubscriptionArn Property
ISNSSubscription Interface
Methods
ISNSSubscription.GetEndpoint Method
ISNSSubscription.GetOwner Method
ISNSSubscription.GetProtocol Method
ISNSSubscription.GetSubscriptionArn Method
ISNSSubscription.GetTopicArn Method
Properties
ISNSSubscription.Endpoint Property
ISNSSubscription.Owner Property
ISNSSubscription.Protocol Property
ISNSSubscription.SubscriptionArn Property
ISNSSubscription.TopicArn Property
ISNSTagResourceRequest Interface
Methods
ISNSTagResourceRequest.GetResourceArn Method
ISNSTagResourceRequest.GetTags Method
ISNSTagResourceRequest.SetResourceArn Method
Properties
ISNSTagResourceRequest.ResourceArn Property
ISNSTagResourceRequest.Tags Property
ISNSTagResourceResponse Interface
ISNSTopic Interface
Methods
ISNSTopic.GetTopicArn Method
Properties
ISNSTopic.TopicArn Property
ISNSUnsubscribeRequest Interface
Methods
ISNSUnsubscribeRequest.GetSubscriptionArn Method
ISNSUnsubscribeRequest.SetSubscriptionArn Method
Properties
ISNSUnsubscribeRequest.SubscriptionArn Property
ISNSUnsubscribeResponse Interface
ISNSUntagResourceRequest Interface
Methods
ISNSUntagResourceRequest.GetResourceArn Method
ISNSUntagResourceRequest.GetTagKeys Method
ISNSUntagResourceRequest.SetResourceArn Method
Properties
ISNSUntagResourceRequest.ResourceArn Property
ISNSUntagResourceRequest.TagKeys Property
ISNSUntagResourceResponse Interface
ISNSVerifySMSSandboxPhoneNumberRequest Interface
Methods
ISNSVerifySMSSandboxPhoneNumberRequest.GetOneTimePassword Method
ISNSVerifySMSSandboxPhoneNumberRequest.GetPhoneNumber Method
ISNSVerifySMSSandboxPhoneNumberRequest.SetOneTimePassword Method
ISNSVerifySMSSandboxPhoneNumberRequest.SetPhoneNumber Method
Properties
ISNSVerifySMSSandboxPhoneNumberRequest.OneTimePassword Property
ISNSVerifySMSSandboxPhoneNumberRequest.PhoneNumber Property
ISNSVerifySMSSandboxPhoneNumberResponse Interface
AWS.SNS.TSNSResponseClass Type
AWS.SQS Namespace
ESQSBatchEntryIdsNotDistinct Class
ESQSBatchRequestTooLong Class
ESQSEmptyBatchRequest Class
ESQSException Class
ESQSInvalidAttributeName Class
ESQSInvalidBatchEntryId Class
ESQSInvalidIdFormat Class
ESQSInvalidMessageContents Class
ESQSMessageNotInflight Class
ESQSNonExistentQueue Class
ESQSOverLimit Class
ESQSPurgeQueueInProgress Class
ESQSQueueAlreadyExists Class
ESQSQueueDeletedRecently Class
ESQSReceiptHandleIsInvalid Class
ESQSTooManyEntriesInBatchRequest Class
ESQSUnsupportedOperation Class
TSQSAddPermissionRequest Class
Methods
TSQSAddPermissionRequest.Create Constructor
TSQSAddPermissionRequest.Destroy Destructor
TSQSAddPermissionRequest.GetActionNames Method
TSQSAddPermissionRequest.GetAWSAccountIds Method
TSQSAddPermissionRequest.GetPermissionLabel Method
TSQSAddPermissionRequest.PrepareRequest Method
TSQSAddPermissionRequest.SetPermissionLabel Method
Properties
TSQSAddPermissionRequest.ActionNames Property
TSQSAddPermissionRequest.AWSAccountIds Property
TSQSAddPermissionRequest.PermissionLabel Property
TSQSAddPermissionResponse Class
TSQSBatchResultErrorEntry Class
Methods
TSQSBatchResultErrorEntry.Create Constructor
TSQSBatchResultErrorEntry.GetCode Method
TSQSBatchResultErrorEntry.GetId Method
TSQSBatchResultErrorEntry.GetMessage Method
TSQSBatchResultErrorEntry.GetSenderFault Method
Properties
TSQSBatchResultErrorEntry.Code Property
TSQSBatchResultErrorEntry.Id Property
TSQSBatchResultErrorEntry.Message Property
TSQSBatchResultErrorEntry.SenderFault Property
TSQSChangeMessageVisibilityBatchRequest Class
Methods
TSQSChangeMessageVisibilityBatchRequest.AddEntry Method (string, string)
TSQSChangeMessageVisibilityBatchRequest.AddEntry Method (string, string, TOptional<Integer>)
TSQSChangeMessageVisibilityBatchRequest.Create Constructor
TSQSChangeMessageVisibilityBatchRequest.Destroy Destructor
TSQSChangeMessageVisibilityBatchRequest.GetEntries Method
TSQSChangeMessageVisibilityBatchRequest.PrepareRequest Method
Properties
TSQSChangeMessageVisibilityBatchRequest.Entries Property
TSQSChangeMessageVisibilityBatchRequestEntries Class
Methods
TSQSChangeMessageVisibilityBatchRequestEntries.AddEntry Method (string, string)
TSQSChangeMessageVisibilityBatchRequestEntries.AddEntry Method (string, string, TOptional<Integer>)
TSQSChangeMessageVisibilityBatchResponse Class
Methods
TSQSChangeMessageVisibilityBatchResponse.Create Constructor
TSQSChangeMessageVisibilityBatchResponse.Destroy Destructor
TSQSChangeMessageVisibilityBatchResponse.GetFailed Method
TSQSChangeMessageVisibilityBatchResponse.GetSuccessful Method
Properties
TSQSChangeMessageVisibilityBatchResponse.Failed Property
TSQSChangeMessageVisibilityBatchResponse.Successful Property
TSQSChangeMessageVisibilityBatchResultEntry Class
Methods
TSQSChangeMessageVisibilityBatchResultEntry.Create Constructor
TSQSChangeMessageVisibilityBatchResultEntry.GetId Method
Properties
TSQSChangeMessageVisibilityBatchResultEntry.Id Property
TSQSChangeMessageVisibilityRequest Class
Methods
TSQSChangeMessageVisibilityRequest.Create Constructor
TSQSChangeMessageVisibilityRequest.GetReceiptHandle Method
TSQSChangeMessageVisibilityRequest.GetVisibilityTimeout Method
TSQSChangeMessageVisibilityRequest.PrepareRequest Method
TSQSChangeMessageVisibilityRequest.SetReceiptHandle Method
TSQSChangeMessageVisibilityRequest.SetVisibilityTimeout Method
Properties
TSQSChangeMessageVisibilityRequest.ReceiptHandle Property
TSQSChangeMessageVisibilityRequest.VisibilityTimeout Property
TSQSChangeMessageVisibilityResponse Class
TSQSClient Class
Methods
TSQSClient.Create Constructor
TSQSClient.GetResolvedCredentialsProvider Method
Properties
TSQSClient.Options Property
TSQSCreateQueueRequest Class
Methods
TSQSCreateQueueRequest.Create Constructor
TSQSCreateQueueRequest.Destroy Destructor
TSQSCreateQueueRequest.GetContentBasedDeduplication Method
TSQSCreateQueueRequest.GetDeduplicationScope Method
TSQSCreateQueueRequest.GetDelaySeconds Method
TSQSCreateQueueRequest.GetFifoQueue Method
TSQSCreateQueueRequest.GetFifoThroughputLimit Method
TSQSCreateQueueRequest.GetKmsDataKeyReusePeriodSeconds Method
TSQSCreateQueueRequest.GetKmsMasterKeyId Method
TSQSCreateQueueRequest.GetMaximumMessageSize Method
TSQSCreateQueueRequest.GetMessageRetentionPeriod Method
TSQSCreateQueueRequest.GetPolicy Method
TSQSCreateQueueRequest.GetQueueName Method
TSQSCreateQueueRequest.GetReceiveMessageWaitTimeSeconds Method
TSQSCreateQueueRequest.GetRedrivePolicy Method
TSQSCreateQueueRequest.GetTags Method
TSQSCreateQueueRequest.GetVisibilityTimeout Method
TSQSCreateQueueRequest.PrepareRequest Method
TSQSCreateQueueRequest.SetContentBasedDeduplication Method
TSQSCreateQueueRequest.SetDeduplicationScope Method
TSQSCreateQueueRequest.SetDelaySeconds Method
TSQSCreateQueueRequest.SetFifoQueue Method
TSQSCreateQueueRequest.SetFifoThroughputLimit Method
TSQSCreateQueueRequest.SetKmsDataKeyReusePeriodSeconds Method
TSQSCreateQueueRequest.SetKmsMasterKeyId Method
TSQSCreateQueueRequest.SetMaximumMessageSize Method
TSQSCreateQueueRequest.SetMessageRetentionPeriod Method
TSQSCreateQueueRequest.SetPolicy Method
TSQSCreateQueueRequest.SetQueueName Method
TSQSCreateQueueRequest.SetReceiveMessageWaitTimeSeconds Method
TSQSCreateQueueRequest.SetRedrivePolicy Method
TSQSCreateQueueRequest.SetVisibilityTimeout Method
Properties
TSQSCreateQueueRequest.ContentBasedDeduplication Property
TSQSCreateQueueRequest.DeduplicationScope Property
TSQSCreateQueueRequest.DelaySeconds Property
TSQSCreateQueueRequest.FifoQueue Property
TSQSCreateQueueRequest.FifoThroughputLimit Property
TSQSCreateQueueRequest.KmsDataKeyReusePeriodSeconds Property
TSQSCreateQueueRequest.KmsMasterKeyId Property
TSQSCreateQueueRequest.MaximumMessageSize Property
TSQSCreateQueueRequest.MessageRetentionPeriod Property
TSQSCreateQueueRequest.Policy Property
TSQSCreateQueueRequest.QueueName Property
TSQSCreateQueueRequest.ReceiveMessageWaitTimeSeconds Property
TSQSCreateQueueRequest.RedrivePolicy Property
TSQSCreateQueueRequest.Tags Property
TSQSCreateQueueRequest.VisibilityTimeout Property
TSQSCreateQueueResponse Class
Methods
TSQSCreateQueueResponse.Create Constructor
TSQSCreateQueueResponse.GetQueueUrl Method
Properties
TSQSCreateQueueResponse.QueueUrl Property
TSQSDeleteMessageBatchRequest Class
Methods
TSQSDeleteMessageBatchRequest.AddEntry Method
TSQSDeleteMessageBatchRequest.Create Constructor
TSQSDeleteMessageBatchRequest.Destroy Destructor
TSQSDeleteMessageBatchRequest.GetEntries Method
TSQSDeleteMessageBatchRequest.PrepareRequest Method
Properties
TSQSDeleteMessageBatchRequest.Entries Property
TSQSDeleteMessageBatchRequestEntries Class
Methods
TSQSDeleteMessageBatchRequestEntries.AddEntry Method
TSQSDeleteMessageBatchResponse Class
Methods
TSQSDeleteMessageBatchResponse.Create Constructor
TSQSDeleteMessageBatchResponse.Destroy Destructor
TSQSDeleteMessageBatchResponse.GetFailed Method
TSQSDeleteMessageBatchResponse.GetSuccessful Method
Properties
TSQSDeleteMessageBatchResponse.Failed Property
TSQSDeleteMessageBatchResponse.Successful Property
TSQSDeleteMessageBatchResultEntry Class
Methods
TSQSDeleteMessageBatchResultEntry.Create Constructor
TSQSDeleteMessageBatchResultEntry.GetId Method
Properties
TSQSDeleteMessageBatchResultEntry.Id Property
TSQSDeleteMessageRequest Class
Methods
TSQSDeleteMessageRequest.Create Constructor
TSQSDeleteMessageRequest.GetReceiptHandle Method
TSQSDeleteMessageRequest.PrepareRequest Method
TSQSDeleteMessageRequest.SetReceiptHandle Method
Properties
TSQSDeleteMessageRequest.ReceiptHandle Property
TSQSDeleteMessageResponse Class
TSQSDeleteQueueRequest Class
TSQSDeleteQueueResponse Class
TSQSGetQueueAttributesRequest Class
Methods
TSQSGetQueueAttributesRequest.AddAttributeName Method
TSQSGetQueueAttributesRequest.Create Constructor
TSQSGetQueueAttributesRequest.Destroy Destructor
TSQSGetQueueAttributesRequest.GetAttributeNames Method
TSQSGetQueueAttributesRequest.PrepareRequest Method
Properties
TSQSGetQueueAttributesRequest.AttributeNames Property
TSQSGetQueueAttributesResponse Class
Methods
TSQSGetQueueAttributesResponse.Create Constructor
TSQSGetQueueAttributesResponse.Destroy Destructor
TSQSGetQueueAttributesResponse.GetAttributes Method
Properties
TSQSGetQueueAttributesResponse.Attributes Property
TSQSGetQueueUrlRequest Class
Methods
TSQSGetQueueUrlRequest.Create Constructor
TSQSGetQueueUrlRequest.GetQueueName Method
TSQSGetQueueUrlRequest.GetQueueOwnerAWSAccountId Method
TSQSGetQueueUrlRequest.PrepareRequest Method
TSQSGetQueueUrlRequest.SetQueueName Method
TSQSGetQueueUrlRequest.SetQueueOwnerAWSAccountId Method
Properties
TSQSGetQueueUrlRequest.QueueName Property
TSQSGetQueueUrlRequest.QueueOwnerAWSAccountId Property
TSQSGetQueueUrlResponse Class
Methods
TSQSGetQueueUrlResponse.Create Constructor
TSQSGetQueueUrlResponse.GetQueueUrl Method
Properties
TSQSGetQueueUrlResponse.QueueUrl Property
TSQSListDeadLetterSourceQueuesRequest Class
Methods
TSQSListDeadLetterSourceQueuesRequest.GetMaxResults Method
TSQSListDeadLetterSourceQueuesRequest.GetNextToken Method
TSQSListDeadLetterSourceQueuesRequest.PrepareRequest Method
TSQSListDeadLetterSourceQueuesRequest.SetMaxResults Method
TSQSListDeadLetterSourceQueuesRequest.SetNextToken Method
Properties
TSQSListDeadLetterSourceQueuesRequest.MaxResults Property
TSQSListDeadLetterSourceQueuesRequest.NextToken Property
TSQSListDeadLetterSourceQueuesResponse Class
TSQSListQueueTagsRequest Class
TSQSListQueueTagsResponse Class
Methods
TSQSListQueueTagsResponse.Create Constructor
TSQSListQueueTagsResponse.GetTags Method
Properties
TSQSListQueueTagsResponse.Tags Property
TSQSListQueuesRequest Class
Methods
TSQSListQueuesRequest.GetMaxResults Method
TSQSListQueuesRequest.GetNextToken Method
TSQSListQueuesRequest.GetQueueNamePrefix Method
TSQSListQueuesRequest.PrepareRequest Method
TSQSListQueuesRequest.SetMaxResults Method
TSQSListQueuesRequest.SetNextToken Method
TSQSListQueuesRequest.SetQueueNamePrefix Method
Properties
TSQSListQueuesRequest.MaxResults Property
TSQSListQueuesRequest.NextToken Property
TSQSListQueuesRequest.QueueNamePrefix Property
TSQSListQueuesResponse Class
Methods
TSQSListQueuesResponse.Create Constructor
TSQSListQueuesResponse.Destroy Destructor
TSQSListQueuesResponse.GetNextToken Method
TSQSListQueuesResponse.GetQueueUrls Method
Properties
TSQSListQueuesResponse.NextToken Property
TSQSListQueuesResponse.QueueUrls Property
TSQSMessage Class
Fields
TSQSMessage.FAttributes Field
TSQSMessage.FBody Field
TSQSMessage.FMD5OfBody Field
TSQSMessage.FMD5OfMessageAttributes Field
TSQSMessage.FMessageAttributes Field
TSQSMessage.FMessageId Field
TSQSMessage.FReceiptHandle Field
Methods
TSQSMessage.Create Constructor
TSQSMessage.Destroy Destructor
TSQSMessage.GetAttributes Method
TSQSMessage.GetBody Method
TSQSMessage.GetMD5OFBody Method
TSQSMessage.GetMD5OfMessageAttributes Method
TSQSMessage.GetMessageAttributes Method
TSQSMessage.GetMessageId Method
TSQSMessage.GetReceiptHandle Method
TSQSMessage.Parse Method
Properties
TSQSMessage.Attributes Property
TSQSMessage.Body Property
TSQSMessage.MD5OfBody Property
TSQSMessage.MD5OfMessageAttributes Property
TSQSMessage.MessageAttributes Property
TSQSMessage.MessageId Property
TSQSMessage.ReceiptHandle Property
TSQSMessageAttributes Class
Methods
TSQSMessageAttributes.ParseAdd Method
TSQSMessageAttributes.WithBinaryValue Method
TSQSMessageAttributes.WithNumberValue Method
TSQSMessageAttributes.WithStringValue Method
TSQSMessages Class
TSQSOptions Class
TSQSPurgeQueueRequest Class
TSQSPurgeQueueResponse Class
TSQSQueueAttributes Class
TSQSQueuePoller Class
Methods
TSQSQueuePoller.ChangeMessageVisibilityTimeout Method
TSQSQueuePoller.Create Constructor
TSQSQueuePoller.DeleteMessage Method
TSQSQueuePoller.DeleteMessages Method
TSQSQueuePoller.Destroy Destructor
TSQSQueuePoller.GetAttributeNames Method
TSQSQueuePoller.GetIdleTimeout Method
TSQSQueuePoller.GetMaxNumberOfMessages Method
TSQSQueuePoller.GetMessageAttributeNames Method
TSQSQueuePoller.GetOnBeforeRequest Method
TSQSQueuePoller.GetSkipDelete Method
TSQSQueuePoller.GetVisibilityTimeout Method
TSQSQueuePoller.GetWaitTimeSeconds Method
TSQSQueuePoller.Poll Method
TSQSQueuePoller.SetIdleTimeout Method
TSQSQueuePoller.SetMaxNumberOfMessages Method
TSQSQueuePoller.SetOnBeforeRequest Method
TSQSQueuePoller.SetSkipDelete Method
TSQSQueuePoller.SetVisibilityTimeout Method
TSQSQueuePoller.SetWaitTimeSeconds Method
TSQSQueuePoller.StopPolling Method
Properties
TSQSQueuePoller.AttributeNames Property
TSQSQueuePoller.IdleTimeout Property
TSQSQueuePoller.MaxNumberOfMessages Property
TSQSQueuePoller.MessageAttributeNames Property
TSQSQueuePoller.OnBeforeRequest Property
TSQSQueuePoller.SkipDelete Property
TSQSQueuePoller.VisibilityTimeout Property
TSQSQueuePoller.WaitTimeSeconds Property
TSQSQueueRequest Class
Methods
TSQSQueueRequest.Create Constructor
TSQSQueueRequest.GetQueueUrl Method
TSQSQueueRequest.GetServiceEndpoint Method
TSQSQueueRequest.SetQueueUrl Method
Properties
TSQSQueueRequest.QueueUrl Property
TSQSReceiveMessageRequest Class
Methods
TSQSReceiveMessageRequest.Create Constructor
TSQSReceiveMessageRequest.Destroy Destructor
TSQSReceiveMessageRequest.GetAttributeNames Method
TSQSReceiveMessageRequest.GetMaxNumberOfMessages Method
TSQSReceiveMessageRequest.GetMessageAttributeNames Method
TSQSReceiveMessageRequest.GetReceiveRequestAttemptId Method
TSQSReceiveMessageRequest.GetVisibilityTimeout Method
TSQSReceiveMessageRequest.GetWaitTimeSeconds Method
TSQSReceiveMessageRequest.PrepareRequest Method
TSQSReceiveMessageRequest.SetMaxNumberOfMessages Method
TSQSReceiveMessageRequest.SetReceiveRequestAttemptId Method
TSQSReceiveMessageRequest.SetVisibilityTimeout Method
TSQSReceiveMessageRequest.SetWaitTimeSeconds Method
Properties
TSQSReceiveMessageRequest.AttributeNames Property
TSQSReceiveMessageRequest.MaxNumberOfMessages Property
TSQSReceiveMessageRequest.MessageAttributeNames Property
TSQSReceiveMessageRequest.ReceiveRequestAttemptId Property
TSQSReceiveMessageRequest.VisibilityTimeout Property
TSQSReceiveMessageRequest.WaitTimeSeconds Property
TSQSReceiveMessageResponse Class
Methods
TSQSReceiveMessageResponse.Create Constructor
TSQSReceiveMessageResponse.Destroy Destructor
TSQSReceiveMessageResponse.GetMessages Method
Properties
TSQSReceiveMessageResponse.Messages Property
TSQSRemovePermissionRequest Class
Methods
TSQSRemovePermissionRequest.Create Constructor
TSQSRemovePermissionRequest.GetPermissionLabel Method
TSQSRemovePermissionRequest.PrepareRequest Method
TSQSRemovePermissionRequest.SetPermissionLabel Method
Properties
TSQSRemovePermissionRequest.PermissionLabel Property
TSQSRemovePermissionResponse Class
TSQSRequest Class
Methods
TSQSRequest.GetServiceEndpoint Method
TSQSRequest.GetServiceEndpointURL Method
TSQSRequest.PrepareRequest Method
TSQSResponse Class
Methods
TSQSResponse.Create Constructor
TSQSResponse.GetRequestId Method
TSQSResponse.HandleError Method
TSQSSendMessageBatchRequest Class
Methods
TSQSSendMessageBatchRequest.Create Constructor
TSQSSendMessageBatchRequest.Destroy Destructor
TSQSSendMessageBatchRequest.GetEntries Method
TSQSSendMessageBatchRequest.PrepareRequest Method
Properties
TSQSSendMessageBatchRequest.Entries Property
TSQSSendMessageBatchRequestEntry Class
Methods
TSQSSendMessageBatchRequestEntry.Create Constructor
TSQSSendMessageBatchRequestEntry.Destroy Destructor
TSQSSendMessageBatchRequestEntry.GetDelaySeconds Method
TSQSSendMessageBatchRequestEntry.GetId Method
TSQSSendMessageBatchRequestEntry.GetMessageAttributes Method
TSQSSendMessageBatchRequestEntry.GetMessageBody Method
TSQSSendMessageBatchRequestEntry.GetMessageDeduplicationId Method
TSQSSendMessageBatchRequestEntry.GetMessageGroupId Method
TSQSSendMessageBatchRequestEntry.GetMessageSystemAttributes Method
TSQSSendMessageBatchRequestEntry.SetDelaySeconds Method
TSQSSendMessageBatchRequestEntry.SetId Method
TSQSSendMessageBatchRequestEntry.SetMessageBody Method
TSQSSendMessageBatchRequestEntry.SetMessageDeduplicationId Method
TSQSSendMessageBatchRequestEntry.SetMessageGroupId Method
Properties
TSQSSendMessageBatchRequestEntry.DelaySeconds Property
TSQSSendMessageBatchRequestEntry.Id Property
TSQSSendMessageBatchRequestEntry.MessageAttributes Property
TSQSSendMessageBatchRequestEntry.MessageBody Property
TSQSSendMessageBatchRequestEntry.MessageDeduplicationId Property
TSQSSendMessageBatchRequestEntry.MessageGroupId Property
TSQSSendMessageBatchRequestEntry.MessageSystemAttributes Property
TSQSSendMessageBatchResponse Class
Methods
TSQSSendMessageBatchResponse.Create Constructor
TSQSSendMessageBatchResponse.Destroy Destructor
TSQSSendMessageBatchResponse.GetFailed Method
TSQSSendMessageBatchResponse.GetSuccessful Method
Properties
TSQSSendMessageBatchResponse.Failed Property
TSQSSendMessageBatchResponse.Successful Property
TSQSSendMessageBatchResultEntry Class
Methods
TSQSSendMessageBatchResultEntry.Create Constructor
TSQSSendMessageBatchResultEntry.GetId Method
TSQSSendMessageBatchResultEntry.GetMD5OfMessageAttributes Method
TSQSSendMessageBatchResultEntry.GetMD5OfMessageBody Method
TSQSSendMessageBatchResultEntry.GetMD5OfMessageSystemAttributes Method
TSQSSendMessageBatchResultEntry.GetMessageId Method
TSQSSendMessageBatchResultEntry.GetSequenceNumber Method
Properties
TSQSSendMessageBatchResultEntry.Id Property
TSQSSendMessageBatchResultEntry.MD5OfMessageAttributes Property
TSQSSendMessageBatchResultEntry.MD5OfMessageBody Property
TSQSSendMessageBatchResultEntry.MD5OfMessageSystemAttributes Property
TSQSSendMessageBatchResultEntry.MessageId Property
TSQSSendMessageBatchResultEntry.SequenceNumber Property
TSQSSendMessageRequest Class
Methods
TSQSSendMessageRequest.Create Constructor
TSQSSendMessageRequest.Destroy Destructor
TSQSSendMessageRequest.GetDelaySeconds Method
TSQSSendMessageRequest.GetMessageAttributes Method
TSQSSendMessageRequest.GetMessageBody Method
TSQSSendMessageRequest.GetMessageDeduplicationId Method
TSQSSendMessageRequest.GetMessageGroupId Method
TSQSSendMessageRequest.GetMessageSystemAttributes Method
TSQSSendMessageRequest.PrepareRequest Method
TSQSSendMessageRequest.SetDelaySeconds Method
TSQSSendMessageRequest.SetMessageBody Method
TSQSSendMessageRequest.SetMessageDeduplicationId Method
TSQSSendMessageRequest.SetMessageGroupId Method
Properties
TSQSSendMessageRequest.DelaySeconds Property
TSQSSendMessageRequest.MessageAttributes Property
TSQSSendMessageRequest.MessageBody Property
TSQSSendMessageRequest.MessageDeduplicationId Property
TSQSSendMessageRequest.MessageGroupId Property
TSQSSendMessageRequest.MessageSystemAttributes Property
TSQSSendMessageResponse Class
Methods
TSQSSendMessageResponse.Create Constructor
TSQSSendMessageResponse.GetMD5OfMessageAttributes Method
TSQSSendMessageResponse.GetMD5OfMessageBody Method
TSQSSendMessageResponse.GetMD5OfMessageSystemAttributes Method
TSQSSendMessageResponse.GetMessageId Method
TSQSSendMessageResponse.GetSequenceNumber Method
Properties
TSQSSendMessageResponse.MD5OfMessageAttributes Property
TSQSSendMessageResponse.MD5OfMessageBody Property
TSQSSendMessageResponse.MD5OfMessageSystemAttributes Property
TSQSSendMessageResponse.MessageId Property
TSQSSendMessageResponse.SequenceNumber Property
TSQSSetQueueAttributesRequest Class
Methods
TSQSSetQueueAttributesRequest.GetContentBasedDeduplication Method
TSQSSetQueueAttributesRequest.GetDeduplicationScope Method
TSQSSetQueueAttributesRequest.GetDelaySeconds Method
TSQSSetQueueAttributesRequest.GetFifoThroughputLimit Method
TSQSSetQueueAttributesRequest.GetKmsDataKeyReusePeriodSeconds Method
TSQSSetQueueAttributesRequest.GetKmsMasterKeyId Method
TSQSSetQueueAttributesRequest.GetMaximumMessageSize Method
TSQSSetQueueAttributesRequest.GetMessageRetentionPeriod Method
TSQSSetQueueAttributesRequest.GetPolicy Method
TSQSSetQueueAttributesRequest.GetReceiveMessageWaitTimeSeconds Method
TSQSSetQueueAttributesRequest.GetRedrivePolicy Method
TSQSSetQueueAttributesRequest.GetVisibilityTimeout Method
TSQSSetQueueAttributesRequest.PrepareRequest Method
TSQSSetQueueAttributesRequest.SetContentBasedDeduplication Method
TSQSSetQueueAttributesRequest.SetDeduplicationScope Method
TSQSSetQueueAttributesRequest.SetDelaySeconds Method
TSQSSetQueueAttributesRequest.SetFifoThroughputLimit Method
TSQSSetQueueAttributesRequest.SetKmsDataKeyReusePeriodSeconds Method
TSQSSetQueueAttributesRequest.SetKmsMasterKeyId Method
TSQSSetQueueAttributesRequest.SetMaximumMessageSize Method
TSQSSetQueueAttributesRequest.SetMessageRetentionPeriod Method
TSQSSetQueueAttributesRequest.SetPolicy Method
TSQSSetQueueAttributesRequest.SetReceiveMessageWaitTimeSeconds Method
TSQSSetQueueAttributesRequest.SetRedrivePolicy Method
TSQSSetQueueAttributesRequest.SetVisibilityTimeout Method
Properties
TSQSSetQueueAttributesRequest.ContentBasedDeduplication Property
TSQSSetQueueAttributesRequest.DeduplicationScope Property
TSQSSetQueueAttributesRequest.DelaySeconds Property
TSQSSetQueueAttributesRequest.FifoThroughputLimit Property
TSQSSetQueueAttributesRequest.KmsDataKeyReusePeriodSeconds Property
TSQSSetQueueAttributesRequest.KmsMasterKeyId Property
TSQSSetQueueAttributesRequest.MaximumMessageSize Property
TSQSSetQueueAttributesRequest.MessageRetentionPeriod Property
TSQSSetQueueAttributesRequest.Policy Property
TSQSSetQueueAttributesRequest.ReceiveMessageWaitTimeSeconds Property
TSQSSetQueueAttributesRequest.RedrivePolicy Property
TSQSSetQueueAttributesRequest.VisibilityTimeout Property
TSQSSetQueueAttributesResponse Class
TSQSTagQueueRequest Class
Methods
TSQSTagQueueRequest.AddTag Method
TSQSTagQueueRequest.Create Constructor
TSQSTagQueueRequest.Destroy Destructor
TSQSTagQueueRequest.GetTags Method
TSQSTagQueueRequest.PrepareRequest Method
Properties
TSQSTagQueueRequest.Tags Property
TSQSTagQueueResponse Class
TSQSUntagQueueRequest Class
Methods
TSQSUntagQueueRequest.AddTagKey Method
TSQSUntagQueueRequest.Create Constructor
TSQSUntagQueueRequest.Destroy Destructor
TSQSUntagQueueRequest.GetTagKeys Method
TSQSUntagQueueRequest.PrepareRequest Method
Properties
TSQSUntagQueueRequest.TagKeys Property
TSQSUntagQueueResponse Class
ISQSAddPermissionRequest Interface
Methods
ISQSAddPermissionRequest.GetActionNames Method
ISQSAddPermissionRequest.GetAWSAccountIds Method
ISQSAddPermissionRequest.GetPermissionLabel Method
ISQSAddPermissionRequest.SetPermissionLabel Method
Properties
ISQSAddPermissionRequest.ActionNames Property
ISQSAddPermissionRequest.AWSAccountIds Property
ISQSAddPermissionRequest.PermissionLabel Property
ISQSAddPermissionResponse Interface
ISQSBatchResultErrorEntry Interface
Methods
ISQSBatchResultErrorEntry.GetCode Method
ISQSBatchResultErrorEntry.GetId Method
ISQSBatchResultErrorEntry.GetMessage Method
ISQSBatchResultErrorEntry.GetSenderFault Method
Properties
ISQSBatchResultErrorEntry.Code Property
ISQSBatchResultErrorEntry.Id Property
ISQSBatchResultErrorEntry.Message Property
ISQSBatchResultErrorEntry.SenderFault Property
ISQSChangeMessageVisibilityBatchRequest Interface
Methods
ISQSChangeMessageVisibilityBatchRequest.AddEntry Method (string, string)
ISQSChangeMessageVisibilityBatchRequest.GetEntries Method
Properties
ISQSChangeMessageVisibilityBatchRequest.Entries Property
ISQSChangeMessageVisibilityBatchResponse Interface
Methods
ISQSChangeMessageVisibilityBatchResponse.GetFailed Method
ISQSChangeMessageVisibilityBatchResponse.GetSuccessful Method
Properties
ISQSChangeMessageVisibilityBatchResponse.Failed Property
ISQSChangeMessageVisibilityBatchResponse.Successful Property
ISQSChangeMessageVisibilityBatchResultEntry Interface
Methods
ISQSChangeMessageVisibilityBatchResultEntry.GetId Method
Properties
ISQSChangeMessageVisibilityBatchResultEntry.Id Property
ISQSChangeMessageVisibilityRequest Interface
Methods
ISQSChangeMessageVisibilityRequest.GetReceiptHandle Method
ISQSChangeMessageVisibilityRequest.GetVisibilityTimeout Method
ISQSChangeMessageVisibilityRequest.SetReceiptHandle Method
ISQSChangeMessageVisibilityRequest.SetVisibilityTimeout Method
Properties
ISQSChangeMessageVisibilityRequest.ReceiptHandle Property
ISQSChangeMessageVisibilityRequest.VisibilityTimeout Property
ISQSChangeMessageVisibilityResponse Interface
ISQSClient Interface
Methods
ISQSClient.AddPermission Method (array of string, array of string, string, string)
ISQSClient.ChangeMessageVisibility Method (string, string, Integer)
ISQSClient.ChangeMessageVisibilityBatch Method
ISQSClient.CreateQueue Method (string)
ISQSClient.DeleteMessage Method (string, string)
ISQSClient.DeleteMessageBatch Method
ISQSClient.DeleteQueue Method (string)
ISQSClient.GetQueueAttributes Method (string, array of string)
ISQSClient.GetQueueUrl Method (string, string)
ISQSClient.ListDeadLetterSourceQueues Method (ISQSListDeadLetterSourceQueuesRequest)
ISQSClient.ListDeadLetterSourceQueues Method (string, Integer, string)
ISQSClient.ListQueues Method (string, Integer, string)
ISQSClient.ListQueueTags Method (string)
ISQSClient.PurgeQueue Method (string)
ISQSClient.ReceiveMessage Method (string)
ISQSClient.RemovePermission Method (string, string)
ISQSClient.SendMessage Method (string, string)
ISQSClient.SendMessageBatch Method
ISQSClient.SetQueueAttributes Method
ISQSClient.TagQueue Method
ISQSClient.UntagQueue Method (string, array of string)
ISQSCreateQueueRequest Interface
Methods
ISQSCreateQueueRequest.GetContentBasedDeduplication Method
ISQSCreateQueueRequest.GetDeduplicationScope Method
ISQSCreateQueueRequest.GetDelaySeconds Method
ISQSCreateQueueRequest.GetFifoQueue Method
ISQSCreateQueueRequest.GetFifoThroughputLimit Method
ISQSCreateQueueRequest.GetKmsDataKeyReusePeriodSeconds Method
ISQSCreateQueueRequest.GetKmsMasterKeyId Method
ISQSCreateQueueRequest.GetMaximumMessageSize Method
ISQSCreateQueueRequest.GetMessageRetentionPeriod Method
ISQSCreateQueueRequest.GetPolicy Method
ISQSCreateQueueRequest.GetQueueName Method
ISQSCreateQueueRequest.GetReceiveMessageWaitTimeSeconds Method
ISQSCreateQueueRequest.GetRedrivePolicy Method
ISQSCreateQueueRequest.GetTags Method
ISQSCreateQueueRequest.GetVisibilityTimeout Method
ISQSCreateQueueRequest.SetContentBasedDeduplication Method
ISQSCreateQueueRequest.SetDeduplicationScope Method
ISQSCreateQueueRequest.SetDelaySeconds Method
ISQSCreateQueueRequest.SetFifoQueue Method
ISQSCreateQueueRequest.SetFifoThroughputLimit Method
ISQSCreateQueueRequest.SetKmsDataKeyReusePeriodSeconds Method
ISQSCreateQueueRequest.SetKmsMasterKeyId Method
ISQSCreateQueueRequest.SetMaximumMessageSize Method
ISQSCreateQueueRequest.SetMessageRetentionPeriod Method
ISQSCreateQueueRequest.SetPolicy Method
ISQSCreateQueueRequest.SetQueueName Method
ISQSCreateQueueRequest.SetReceiveMessageWaitTimeSeconds Method
ISQSCreateQueueRequest.SetRedrivePolicy Method
ISQSCreateQueueRequest.SetVisibilityTimeout Method
Properties
ISQSCreateQueueRequest.ContentBasedDeduplication Property
ISQSCreateQueueRequest.DeduplicationScope Property
ISQSCreateQueueRequest.DelaySeconds Property
ISQSCreateQueueRequest.FifoQueue Property
ISQSCreateQueueRequest.FifoThroughputLimit Property
ISQSCreateQueueRequest.KmsDataKeyReusePeriodSeconds Property
ISQSCreateQueueRequest.KmsMasterKeyId Property
ISQSCreateQueueRequest.MaximumMessageSize Property
ISQSCreateQueueRequest.MessageRetentionPeriod Property
ISQSCreateQueueRequest.Policy Property
ISQSCreateQueueRequest.QueueName Property
ISQSCreateQueueRequest.ReceiveMessageWaitTimeSeconds Property
ISQSCreateQueueRequest.RedrivePolicy Property
ISQSCreateQueueRequest.Tags Property
ISQSCreateQueueRequest.VisibilityTimeout Property
ISQSCreateQueueResponse Interface
Methods
ISQSCreateQueueResponse.GetQueueUrl Method
Properties
ISQSCreateQueueResponse.QueueUrl Property
ISQSDeleteMessageBatchRequest Interface
Methods
ISQSDeleteMessageBatchRequest.AddEntry Method
ISQSDeleteMessageBatchRequest.GetEntries Method
Properties
ISQSDeleteMessageBatchRequest.Entries Property
ISQSDeleteMessageBatchResponse Interface
Methods
ISQSDeleteMessageBatchResponse.GetFailed Method
ISQSDeleteMessageBatchResponse.GetSuccessful Method
Properties
ISQSDeleteMessageBatchResponse.Failed Property
ISQSDeleteMessageBatchResponse.Successful Property
ISQSDeleteMessageBatchResultEntry Interface
Methods
ISQSDeleteMessageBatchResultEntry.GetId Method
Properties
ISQSDeleteMessageBatchResultEntry.Id Property
ISQSDeleteMessageRequest Interface
Methods
ISQSDeleteMessageRequest.GetReceiptHandle Method
ISQSDeleteMessageRequest.SetReceiptHandle Method
Properties
ISQSDeleteMessageRequest.ReceiptHandle Property
ISQSDeleteMessageResponse Interface
ISQSDeleteQueueRequest Interface
ISQSDeleteQueueResponse Interface
ISQSGetQueueAttributesRequest Interface
Methods
ISQSGetQueueAttributesRequest.AddAttributeName Method
ISQSGetQueueAttributesRequest.GetAttributeNames Method
Properties
ISQSGetQueueAttributesRequest.AttributeNames Property
ISQSGetQueueAttributesResponse Interface
Methods
ISQSGetQueueAttributesResponse.GetAttributes Method
Properties
ISQSGetQueueAttributesResponse.Attributes Property
ISQSGetQueueUrlRequest Interface
Methods
ISQSGetQueueUrlRequest.GetQueueName Method
ISQSGetQueueUrlRequest.GetQueueOwnerAWSAccountId Method
ISQSGetQueueUrlRequest.SetQueueName Method
ISQSGetQueueUrlRequest.SetQueueOwnerAWSAccountId Method
Properties
ISQSGetQueueUrlRequest.QueueName Property
ISQSGetQueueUrlRequest.QueueOwnerAWSAccountId Property
ISQSGetQueueUrlResponse Interface
Methods
ISQSGetQueueUrlResponse.GetQueueUrl Method
Properties
ISQSGetQueueUrlResponse.QueueUrl Property
ISQSListDeadLetterSourceQueuesRequest Interface
Methods
ISQSListDeadLetterSourceQueuesRequest.GetMaxResults Method
ISQSListDeadLetterSourceQueuesRequest.GetNextToken Method
ISQSListDeadLetterSourceQueuesRequest.SetMaxResults Method
ISQSListDeadLetterSourceQueuesRequest.SetNextToken Method
Properties
ISQSListDeadLetterSourceQueuesRequest.MaxResults Property
ISQSListDeadLetterSourceQueuesRequest.NextToken Property
ISQSListDeadLetterSourceQueuesResponse Interface
ISQSListQueueTagsRequest Interface
ISQSListQueueTagsResponse Interface
Methods
ISQSListQueueTagsResponse.GetTags Method
Properties
ISQSListQueueTagsResponse.Tags Property
ISQSListQueuesRequest Interface
Methods
ISQSListQueuesRequest.GetMaxResults Method
ISQSListQueuesRequest.GetNextToken Method
ISQSListQueuesRequest.GetQueueNamePrefix Method
ISQSListQueuesRequest.SetMaxResults Method
ISQSListQueuesRequest.SetNextToken Method
ISQSListQueuesRequest.SetQueueNamePrefix Method
Properties
ISQSListQueuesRequest.MaxResults Property
ISQSListQueuesRequest.NextToken Property
ISQSListQueuesRequest.QueueNamePrefix Property
ISQSListQueuesResponse Interface
Methods
ISQSListQueuesResponse.GetNextToken Method
ISQSListQueuesResponse.GetQueueUrls Method
Properties
ISQSListQueuesResponse.NextToken Property
ISQSListQueuesResponse.QueueUrls Property
ISQSMessage Interface
Methods
ISQSMessage.GetAttributes Method
ISQSMessage.GetBody Method
ISQSMessage.GetMD5OFBody Method
ISQSMessage.GetMD5OfMessageAttributes Method
ISQSMessage.GetMessageAttributes Method
ISQSMessage.GetMessageId Method
ISQSMessage.GetReceiptHandle Method
Properties
ISQSMessage.Attributes Property
ISQSMessage.Body Property
ISQSMessage.MD5OfBody Property
ISQSMessage.MD5OfMessageAttributes Property
ISQSMessage.MessageAttributes Property
ISQSMessage.MessageId Property
ISQSMessage.ReceiptHandle Property
ISQSOptions Interface
ISQSPurgeQueueRequest Interface
ISQSPurgeQueueResponse Interface
ISQSQueuePoller Interface
Methods
ISQSQueuePoller.ChangeMessageVisibilityTimeout Method
ISQSQueuePoller.DeleteMessage Method
ISQSQueuePoller.DeleteMessages Method
ISQSQueuePoller.GetAttributeNames Method
ISQSQueuePoller.GetIdleTimeout Method
ISQSQueuePoller.GetMaxNumberOfMessages Method
ISQSQueuePoller.GetMessageAttributeNames Method
ISQSQueuePoller.GetOnBeforeRequest Method
ISQSQueuePoller.GetSkipDelete Method
ISQSQueuePoller.GetVisibilityTimeout Method
ISQSQueuePoller.GetWaitTimeSeconds Method
ISQSQueuePoller.Poll Method
ISQSQueuePoller.SetIdleTimeout Method
ISQSQueuePoller.SetMaxNumberOfMessages Method
ISQSQueuePoller.SetOnBeforeRequest Method
ISQSQueuePoller.SetSkipDelete Method
ISQSQueuePoller.SetVisibilityTimeout Method
ISQSQueuePoller.SetWaitTimeSeconds Method
ISQSQueuePoller.StopPolling Method
Properties
ISQSQueuePoller.AttributeNames Property
ISQSQueuePoller.IdleTimeout Property
ISQSQueuePoller.MaxNumberOfMessages Property
ISQSQueuePoller.MessageAttributeNames Property
ISQSQueuePoller.OnBeforeRequest Property
ISQSQueuePoller.SkipDelete Property
ISQSQueuePoller.VisibilityTimeout Property
ISQSQueuePoller.WaitTimeSeconds Property
ISQSQueueRequest Interface
Methods
ISQSQueueRequest.GetQueueUrl Method
ISQSQueueRequest.SetQueueUrl Method
Properties
ISQSQueueRequest.QueueUrl Property
ISQSReceiveMessageRequest Interface
Methods
ISQSReceiveMessageRequest.GetAttributeNames Method
ISQSReceiveMessageRequest.GetMaxNumberOfMessages Method
ISQSReceiveMessageRequest.GetMessageAttributeNames Method
ISQSReceiveMessageRequest.GetReceiveRequestAttemptId Method
ISQSReceiveMessageRequest.GetVisibilityTimeout Method
ISQSReceiveMessageRequest.GetWaitTimeSeconds Method
ISQSReceiveMessageRequest.SetMaxNumberOfMessages Method
ISQSReceiveMessageRequest.SetReceiveRequestAttemptId Method
ISQSReceiveMessageRequest.SetVisibilityTimeout Method
ISQSReceiveMessageRequest.SetWaitTimeSeconds Method
Properties
ISQSReceiveMessageRequest.AttributeNames Property
ISQSReceiveMessageRequest.MaxNumberOfMessages Property
ISQSReceiveMessageRequest.MessageAttributeNames Property
ISQSReceiveMessageRequest.ReceiveRequestAttemptId Property
ISQSReceiveMessageRequest.VisibilityTimeout Property
ISQSReceiveMessageRequest.WaitTimeSeconds Property
ISQSReceiveMessageResponse Interface
Methods
ISQSReceiveMessageResponse.GetMessages Method
Properties
ISQSReceiveMessageResponse.Messages Property
ISQSRemovePermissionRequest Interface
Methods
ISQSRemovePermissionRequest.GetPermissionLabel Method
ISQSRemovePermissionRequest.SetPermissionLabel Method
Properties
ISQSRemovePermissionRequest.PermissionLabel Property
ISQSRemovePermissionResponse Interface
ISQSRequest Interface
Methods
ISQSRequest.PrepareRequest Method
ISQSResponse Interface
ISQSSendMessageBatchRequest Interface
Methods
ISQSSendMessageBatchRequest.GetEntries Method
Properties
ISQSSendMessageBatchRequest.Entries Property
ISQSSendMessageBatchRequestEntry Interface
Methods
ISQSSendMessageBatchRequestEntry.GetDelaySeconds Method
ISQSSendMessageBatchRequestEntry.GetId Method
ISQSSendMessageBatchRequestEntry.GetMessageAttributes Method
ISQSSendMessageBatchRequestEntry.GetMessageBody Method
ISQSSendMessageBatchRequestEntry.GetMessageDeduplicationId Method
ISQSSendMessageBatchRequestEntry.GetMessageGroupId Method
ISQSSendMessageBatchRequestEntry.GetMessageSystemAttributes Method
ISQSSendMessageBatchRequestEntry.SetDelaySeconds Method
ISQSSendMessageBatchRequestEntry.SetId Method
ISQSSendMessageBatchRequestEntry.SetMessageBody Method
ISQSSendMessageBatchRequestEntry.SetMessageDeduplicationId Method
ISQSSendMessageBatchRequestEntry.SetMessageGroupId Method
Properties
ISQSSendMessageBatchRequestEntry.DelaySeconds Property
ISQSSendMessageBatchRequestEntry.Id Property
ISQSSendMessageBatchRequestEntry.MessageAttributes Property
ISQSSendMessageBatchRequestEntry.MessageBody Property
ISQSSendMessageBatchRequestEntry.MessageDeduplicationId Property
ISQSSendMessageBatchRequestEntry.MessageGroupId Property
ISQSSendMessageBatchRequestEntry.MessageSystemAttributes Property
ISQSSendMessageBatchResponse Interface
Methods
ISQSSendMessageBatchResponse.GetFailed Method
ISQSSendMessageBatchResponse.GetSuccessful Method
Properties
ISQSSendMessageBatchResponse.Failed Property
ISQSSendMessageBatchResponse.Successful Property
ISQSSendMessageBatchResultEntry Interface
Methods
ISQSSendMessageBatchResultEntry.GetId Method
ISQSSendMessageBatchResultEntry.GetMD5OfMessageAttributes Method
ISQSSendMessageBatchResultEntry.GetMD5OfMessageBody Method
ISQSSendMessageBatchResultEntry.GetMD5OfMessageSystemAttributes Method
ISQSSendMessageBatchResultEntry.GetMessageId Method
ISQSSendMessageBatchResultEntry.GetSequenceNumber Method
Properties
ISQSSendMessageBatchResultEntry.Id Property
ISQSSendMessageBatchResultEntry.MD5OfMessageAttributes Property
ISQSSendMessageBatchResultEntry.MD5OfMessageBody Property
ISQSSendMessageBatchResultEntry.MD5OfMessageSystemAttributes Property
ISQSSendMessageBatchResultEntry.MessageId Property
ISQSSendMessageBatchResultEntry.SequenceNumber Property
ISQSSendMessageRequest Interface
Methods
ISQSSendMessageRequest.GetDelaySeconds Method
ISQSSendMessageRequest.GetMessageAttributes Method
ISQSSendMessageRequest.GetMessageBody Method
ISQSSendMessageRequest.GetMessageDeduplicationId Method
ISQSSendMessageRequest.GetMessageGroupId Method
ISQSSendMessageRequest.GetMessageSystemAttributes Method
ISQSSendMessageRequest.SetDelaySeconds Method
ISQSSendMessageRequest.SetMessageBody Method
ISQSSendMessageRequest.SetMessageDeduplicationId Method
ISQSSendMessageRequest.SetMessageGroupId Method
Properties
ISQSSendMessageRequest.DelaySeconds Property
ISQSSendMessageRequest.MessageAttributes Property
ISQSSendMessageRequest.MessageBody Property
ISQSSendMessageRequest.MessageDeduplicationId Property
ISQSSendMessageRequest.MessageGroupId Property
ISQSSendMessageRequest.MessageSystemAttributes Property
ISQSSendMessageResponse Interface
Methods
ISQSSendMessageResponse.GetMD5OfMessageAttributes Method
ISQSSendMessageResponse.GetMD5OfMessageBody Method
ISQSSendMessageResponse.GetMD5OfMessageSystemAttributes Method
ISQSSendMessageResponse.GetMessageId Method
ISQSSendMessageResponse.GetSequenceNumber Method
Properties
ISQSSendMessageResponse.MD5OfMessageAttributes Property
ISQSSendMessageResponse.MD5OfMessageBody Property
ISQSSendMessageResponse.MD5OfMessageSystemAttributes Property
ISQSSendMessageResponse.MessageId Property
ISQSSendMessageResponse.SequenceNumber Property
ISQSSetQueueAttributesRequest Interface
Methods
ISQSSetQueueAttributesRequest.GetContentBasedDeduplication Method
ISQSSetQueueAttributesRequest.GetDeduplicationScope Method
ISQSSetQueueAttributesRequest.GetDelaySeconds Method
ISQSSetQueueAttributesRequest.GetFifoThroughputLimit Method
ISQSSetQueueAttributesRequest.GetKmsDataKeyReusePeriodSeconds Method
ISQSSetQueueAttributesRequest.GetKmsMasterKeyId Method
ISQSSetQueueAttributesRequest.GetMaximumMessageSize Method
ISQSSetQueueAttributesRequest.GetMessageRetentionPeriod Method
ISQSSetQueueAttributesRequest.GetPolicy Method
ISQSSetQueueAttributesRequest.GetReceiveMessageWaitTimeSeconds Method
ISQSSetQueueAttributesRequest.GetRedrivePolicy Method
ISQSSetQueueAttributesRequest.GetVisibilityTimeout Method
ISQSSetQueueAttributesRequest.SetContentBasedDeduplication Method
ISQSSetQueueAttributesRequest.SetDeduplicationScope Method
ISQSSetQueueAttributesRequest.SetDelaySeconds Method
ISQSSetQueueAttributesRequest.SetFifoThroughputLimit Method
ISQSSetQueueAttributesRequest.SetKmsDataKeyReusePeriodSeconds Method
ISQSSetQueueAttributesRequest.SetKmsMasterKeyId Method
ISQSSetQueueAttributesRequest.SetMaximumMessageSize Method
ISQSSetQueueAttributesRequest.SetMessageRetentionPeriod Method
ISQSSetQueueAttributesRequest.SetPolicy Method
ISQSSetQueueAttributesRequest.SetReceiveMessageWaitTimeSeconds Method
ISQSSetQueueAttributesRequest.SetRedrivePolicy Method
ISQSSetQueueAttributesRequest.SetVisibilityTimeout Method
Properties
ISQSSetQueueAttributesRequest.ContentBasedDeduplication Property
ISQSSetQueueAttributesRequest.DeduplicationScope Property
ISQSSetQueueAttributesRequest.DelaySeconds Property
ISQSSetQueueAttributesRequest.FifoThroughputLimit Property
ISQSSetQueueAttributesRequest.KmsDataKeyReusePeriodSeconds Property
ISQSSetQueueAttributesRequest.KmsMasterKeyId Property
ISQSSetQueueAttributesRequest.MaximumMessageSize Property
ISQSSetQueueAttributesRequest.MessageRetentionPeriod Property
ISQSSetQueueAttributesRequest.Policy Property
ISQSSetQueueAttributesRequest.ReceiveMessageWaitTimeSeconds Property
ISQSSetQueueAttributesRequest.RedrivePolicy Property
ISQSSetQueueAttributesRequest.VisibilityTimeout Property
ISQSSetQueueAttributesResponse Interface
ISQSTagQueueRequest Interface
Methods
ISQSTagQueueRequest.AddTag Method
ISQSTagQueueRequest.GetTags Method
Properties
ISQSTagQueueRequest.Tags Property
ISQSTagQueueResponse Interface
ISQSUntagQueueRequest Interface
Methods
ISQSUntagQueueRequest.AddTagKey Method
ISQSUntagQueueRequest.GetTagKeys Method
Properties
ISQSUntagQueueRequest.TagKeys Property
ISQSUntagQueueResponse Interface
AWS.SQS.TSQSChangeMessageVisibilityBatchRequestEntry Record
AWS.SQS.TSQSDeleteMessageBatchRequestEntry Record
AWS.SQS.TSQSMessageAttributeDataType Enumeration
AWS.SQS.TSQSMessageAttributeValue Record
AWS.SQS.TSQSQueuePollerStatistics Record
AWS.SQS.TSQSQueuePollerBeforeRequestHandler Type
AWS.SQS.TSQSQueuePollerHandler Type
AWS.SQS.TSQSResponseClass Type
AWS.STS Namespace
ESTSException Class
ESTSExpiredToken Class
ESTSIDPCommunicationError Class
ESTSIDPRejectedClaim Class
ESTSInvalidAuthorizationMessage Class
ESTSInvalidIdentityToken Class
ESTSMalformedPolicyDocument Class
ESTSPackedPolicyTooLarge Class
ESTSRegionDisabled Class
TSTSAssumeRoleRequest Class
Methods
TSTSAssumeRoleRequest.Create Constructor
TSTSAssumeRoleRequest.Destroy Destructor
TSTSAssumeRoleRequest.GetDurationSeconds Method
TSTSAssumeRoleRequest.GetExternalId Method
TSTSAssumeRoleRequest.GetPolicy Method
TSTSAssumeRoleRequest.GetPolicyArns Method
TSTSAssumeRoleRequest.GetRoleArn Method
TSTSAssumeRoleRequest.GetRoleSessionName Method
TSTSAssumeRoleRequest.GetSerialNumber Method
TSTSAssumeRoleRequest.GetTags Method
TSTSAssumeRoleRequest.GetTokenCode Method
TSTSAssumeRoleRequest.GetTransitiveTagKeys Method
TSTSAssumeRoleRequest.PrepareRequest Method
TSTSAssumeRoleRequest.SetDurationSeconds Method
TSTSAssumeRoleRequest.SetExternalId Method
TSTSAssumeRoleRequest.SetPolicy Method
TSTSAssumeRoleRequest.SetRoleArn Method
TSTSAssumeRoleRequest.SetRoleSessionName Method
TSTSAssumeRoleRequest.SetSerialNumber Method
TSTSAssumeRoleRequest.SetTokenCode Method
Properties
TSTSAssumeRoleRequest.DurationSeconds Property
TSTSAssumeRoleRequest.ExternalId Property
TSTSAssumeRoleRequest.Policy Property
TSTSAssumeRoleRequest.PolicyArns Property
TSTSAssumeRoleRequest.RoleArn Property
TSTSAssumeRoleRequest.RoleSessionName Property
TSTSAssumeRoleRequest.SerialNumber Property
TSTSAssumeRoleRequest.Tags Property
TSTSAssumeRoleRequest.TokenCode Property
TSTSAssumeRoleRequest.TransitiveTagKeys Property
TSTSAssumeRoleResponse Class
Methods
TSTSAssumeRoleResponse.Create Constructor
TSTSAssumeRoleResponse.GetAssumedRoleUser Method
TSTSAssumeRoleResponse.GetCredentials Method
TSTSAssumeRoleResponse.GetPackedPolicySize Method
Properties
TSTSAssumeRoleResponse.AssumedRoleUser Property
TSTSAssumeRoleResponse.Credentials Property
TSTSAssumeRoleResponse.PackedPolicySize Property
TSTSAssumeRoleWithSAMLRequest Class
Methods
TSTSAssumeRoleWithSAMLRequest.Create Constructor
TSTSAssumeRoleWithSAMLRequest.Destroy Destructor
TSTSAssumeRoleWithSAMLRequest.GetDurationSeconds Method
TSTSAssumeRoleWithSAMLRequest.GetPolicy Method
TSTSAssumeRoleWithSAMLRequest.GetPolicyArns Method
TSTSAssumeRoleWithSAMLRequest.GetPrincipalArn Method
TSTSAssumeRoleWithSAMLRequest.GetRoleArn Method
TSTSAssumeRoleWithSAMLRequest.GetSAMLAssertion Method
TSTSAssumeRoleWithSAMLRequest.PrepareRequest Method
TSTSAssumeRoleWithSAMLRequest.SetDurationSeconds Method
TSTSAssumeRoleWithSAMLRequest.SetPolicy Method
TSTSAssumeRoleWithSAMLRequest.SetPrincipalArn Method
TSTSAssumeRoleWithSAMLRequest.SetRoleArn Method
TSTSAssumeRoleWithSAMLRequest.SetSAMLAssertion Method
Properties
TSTSAssumeRoleWithSAMLRequest.DurationSeconds Property
TSTSAssumeRoleWithSAMLRequest.Policy Property
TSTSAssumeRoleWithSAMLRequest.PolicyArns Property
TSTSAssumeRoleWithSAMLRequest.PrincipalArn Property
TSTSAssumeRoleWithSAMLRequest.RoleArn Property
TSTSAssumeRoleWithSAMLRequest.SAMLAssertion Property
TSTSAssumeRoleWithSAMLResponse Class
Methods
TSTSAssumeRoleWithSAMLResponse.Create Constructor
TSTSAssumeRoleWithSAMLResponse.GetAudience Method
TSTSAssumeRoleWithSAMLResponse.GetIssuer Method
TSTSAssumeRoleWithSAMLResponse.GetNameQualifier Method
TSTSAssumeRoleWithSAMLResponse.GetSubject Method
TSTSAssumeRoleWithSAMLResponse.GetSubjectType Method
Properties
TSTSAssumeRoleWithSAMLResponse.Audience Property
TSTSAssumeRoleWithSAMLResponse.Issuer Property
TSTSAssumeRoleWithSAMLResponse.NameQualifier Property
TSTSAssumeRoleWithSAMLResponse.Subject Property
TSTSAssumeRoleWithSAMLResponse.SubjectType Property
TSTSAssumeRoleWithWebIdentityRequest Class
Methods
TSTSAssumeRoleWithWebIdentityRequest.Create Constructor
TSTSAssumeRoleWithWebIdentityRequest.Destroy Destructor
TSTSAssumeRoleWithWebIdentityRequest.GetDurationSeconds Method
TSTSAssumeRoleWithWebIdentityRequest.GetPolicy Method
TSTSAssumeRoleWithWebIdentityRequest.GetPolicyArns Method
TSTSAssumeRoleWithWebIdentityRequest.GetProviderId Method
TSTSAssumeRoleWithWebIdentityRequest.GetRoleArn Method
TSTSAssumeRoleWithWebIdentityRequest.GetRoleSessionName Method
TSTSAssumeRoleWithWebIdentityRequest.GetWebIdentityToken Method
TSTSAssumeRoleWithWebIdentityRequest.PrepareRequest Method
TSTSAssumeRoleWithWebIdentityRequest.SetDurationSeconds Method
TSTSAssumeRoleWithWebIdentityRequest.SetPolicy Method
TSTSAssumeRoleWithWebIdentityRequest.SetProviderId Method
TSTSAssumeRoleWithWebIdentityRequest.SetRoleArn Method
TSTSAssumeRoleWithWebIdentityRequest.SetRoleSessionName Method
TSTSAssumeRoleWithWebIdentityRequest.SetWebIdentityToken Method
Properties
TSTSAssumeRoleWithWebIdentityRequest.DurationSeconds Property
TSTSAssumeRoleWithWebIdentityRequest.Policy Property
TSTSAssumeRoleWithWebIdentityRequest.PolicyArns Property
TSTSAssumeRoleWithWebIdentityRequest.ProviderId Property
TSTSAssumeRoleWithWebIdentityRequest.RoleArn Property
TSTSAssumeRoleWithWebIdentityRequest.RoleSessionName Property
TSTSAssumeRoleWithWebIdentityRequest.WebIdentityToken Property
TSTSAssumeRoleWithWebIdentityResponse Class
Methods
TSTSAssumeRoleWithWebIdentityResponse.Create Constructor
TSTSAssumeRoleWithWebIdentityResponse.GetAudience Method
TSTSAssumeRoleWithWebIdentityResponse.GetProvider Method
TSTSAssumeRoleWithWebIdentityResponse.GetSubjectFromWebIdentityToken Method
Properties
TSTSAssumeRoleWithWebIdentityResponse.Audience Property
TSTSAssumeRoleWithWebIdentityResponse.Provider Property
TSTSAssumeRoleWithWebIdentityResponse.SubjectFromWebIdentityToken Property
TSTSAssumedRoleUser Class
Methods
TSTSAssumedRoleUser.Create Constructor
TSTSAssumedRoleUser.GetArn Method
TSTSAssumedRoleUser.GetAssumedRoleId Method
Properties
TSTSAssumedRoleUser.Arn Property
TSTSAssumedRoleUser.AssumedRoleId Property
TSTSClient Class
Methods
TSTSClient.AssumeRole Method (ISTSAssumeRoleRequest)
TSTSClient.AssumeRole Method (TARN, string)
TSTSClient.AssumeRoleWithSAML Method (ISTSAssumeRoleWithSAMLRequest)
TSTSClient.AssumeRoleWithSAML Method (TARN, TARN, string)
TSTSClient.AssumeRoleWithWebIdentity Method (ISTSAssumeRoleWithWebIdentityRequest)
TSTSClient.AssumeRoleWithWebIdentity Method (TARN, string, string)
TSTSClient.Create Constructor
TSTSClient.DecodeAuthorizationMessage Method (ISTSDecodeAuthorizationMessageRequest)
TSTSClient.DecodeAuthorizationMessage Method (string)
TSTSClient.Destroy Destructor
TSTSClient.GetAccessKeyInfo Method (ISTSGetAccessKeyInfoRequest)
TSTSClient.GetAccessKeyInfo Method (string)
TSTSClient.GetCallerIdentity Method ()
TSTSClient.GetCallerIdentity Method (ISTSGetCallerIdentityRequest)
TSTSClient.GetFederationToken Method (ISTSGetFederationTokenRequest)
TSTSClient.GetFederationToken Method (string)
TSTSClient.GetResolvedCredentialsProvider Method
TSTSClient.GetSessionToken Method ()
TSTSClient.GetSessionToken Method (ISTSGetSessionTokenRequest)
Properties
TSTSClient.Options Property
TSTSDecodeAuthorizationMessageRequest Class
Methods
TSTSDecodeAuthorizationMessageRequest.Create Constructor
TSTSDecodeAuthorizationMessageRequest.GetEncodedMessage Method
TSTSDecodeAuthorizationMessageRequest.PrepareRequest Method
TSTSDecodeAuthorizationMessageRequest.SetEncodedMessage Method
Properties
TSTSDecodeAuthorizationMessageRequest.EncodedMessage Property
TSTSDecodeAuthorizationMessageResponse Class
Methods
TSTSDecodeAuthorizationMessageResponse.Create Constructor
TSTSDecodeAuthorizationMessageResponse.GetDecodedMessage Method
Properties
TSTSDecodeAuthorizationMessageResponse.DecodedMessage Property
TSTSFederatedUser Class
Methods
TSTSFederatedUser.Create Constructor
TSTSFederatedUser.GetArn Method
TSTSFederatedUser.GetFederatedUserId Method
Properties
TSTSFederatedUser.Arn Property
TSTSFederatedUser.FederatedUserId Property
TSTSGetAccessKeyInfoRequest Class
Methods
TSTSGetAccessKeyInfoRequest.Create Constructor
TSTSGetAccessKeyInfoRequest.GetAccessKeyId Method
TSTSGetAccessKeyInfoRequest.PrepareRequest Method
TSTSGetAccessKeyInfoRequest.SetAccessKeyId Method
Properties
TSTSGetAccessKeyInfoRequest.AccessKeyId Property
TSTSGetAccessKeyInfoResponse Class
Methods
TSTSGetAccessKeyInfoResponse.Create Constructor
TSTSGetAccessKeyInfoResponse.GetAccount Method
Properties
TSTSGetAccessKeyInfoResponse.Account Property
TSTSGetCallerIdentityRequest Class
TSTSGetCallerIdentityResponse Class
Methods
TSTSGetCallerIdentityResponse.Create Constructor
TSTSGetCallerIdentityResponse.GetAccount Method
TSTSGetCallerIdentityResponse.GetArn Method
TSTSGetCallerIdentityResponse.GetUserId Method
Properties
TSTSGetCallerIdentityResponse.Account Property
TSTSGetCallerIdentityResponse.Arn Property
TSTSGetCallerIdentityResponse.UserId Property
TSTSGetFederationTokenRequest Class
Methods
TSTSGetFederationTokenRequest.Create Constructor
TSTSGetFederationTokenRequest.Destroy Destructor
TSTSGetFederationTokenRequest.GetDurationSeconds Method
TSTSGetFederationTokenRequest.GetName Method
TSTSGetFederationTokenRequest.GetPolicy Method
TSTSGetFederationTokenRequest.GetPolicyArns Method
TSTSGetFederationTokenRequest.GetTags Method
TSTSGetFederationTokenRequest.PrepareRequest Method
TSTSGetFederationTokenRequest.SetDurationSeconds Method
TSTSGetFederationTokenRequest.SetName Method
TSTSGetFederationTokenRequest.SetPolicy Method
Properties
TSTSGetFederationTokenRequest.DurationSeconds Property
TSTSGetFederationTokenRequest.Name Property
TSTSGetFederationTokenRequest.Policy Property
TSTSGetFederationTokenRequest.PolicyArns Property
TSTSGetFederationTokenRequest.Tags Property
TSTSGetFederationTokenResponse Class
Methods
TSTSGetFederationTokenResponse.Create Constructor
TSTSGetFederationTokenResponse.GetCredentials Method
TSTSGetFederationTokenResponse.GetFederatedUser Method
TSTSGetFederationTokenResponse.GetPackedPolicySize Method
Properties
TSTSGetFederationTokenResponse.Credentials Property
TSTSGetFederationTokenResponse.FederatedUser Property
TSTSGetFederationTokenResponse.PackedPolicySize Property
TSTSGetSessionTokenRequest Class
Methods
TSTSGetSessionTokenRequest.GetDurationSeconds Method
TSTSGetSessionTokenRequest.GetSerialNumber Method
TSTSGetSessionTokenRequest.GetTokenCode Method
TSTSGetSessionTokenRequest.PrepareRequest Method
TSTSGetSessionTokenRequest.SetDurationSeconds Method
TSTSGetSessionTokenRequest.SetSerialNumber Method
TSTSGetSessionTokenRequest.SetTokenCode Method
Properties
TSTSGetSessionTokenRequest.DurationSeconds Property
TSTSGetSessionTokenRequest.SerialNumber Property
TSTSGetSessionTokenRequest.TokenCode Property
TSTSGetSessionTokenResponse Class
Methods
TSTSGetSessionTokenResponse.Create Constructor
TSTSGetSessionTokenResponse.GetCredentials Method
Properties
TSTSGetSessionTokenResponse.Credentials Property
TSTSOptions Class
TSTSRequest Class
Methods
TSTSRequest.GetServiceEndpoint Method
TSTSRequest.GetServiceEndpointURL Method
TSTSRequest.PrepareRequest Method
TSTSResponse Class
Methods
TSTSResponse.Create Constructor
TSTSResponse.HandleError Method
ISTSAssumeRoleRequest Interface
Methods
ISTSAssumeRoleRequest.GetDurationSeconds Method
ISTSAssumeRoleRequest.GetExternalId Method
ISTSAssumeRoleRequest.GetPolicy Method
ISTSAssumeRoleRequest.GetPolicyArns Method
ISTSAssumeRoleRequest.GetRoleArn Method
ISTSAssumeRoleRequest.GetRoleSessionName Method
ISTSAssumeRoleRequest.GetSerialNumber Method
ISTSAssumeRoleRequest.GetTags Method
ISTSAssumeRoleRequest.GetTokenCode Method
ISTSAssumeRoleRequest.GetTransitiveTagKeys Method
ISTSAssumeRoleRequest.SetDurationSeconds Method
ISTSAssumeRoleRequest.SetExternalId Method
ISTSAssumeRoleRequest.SetPolicy Method
ISTSAssumeRoleRequest.SetRoleArn Method
ISTSAssumeRoleRequest.SetRoleSessionName Method
ISTSAssumeRoleRequest.SetSerialNumber Method
ISTSAssumeRoleRequest.SetTokenCode Method
Properties
ISTSAssumeRoleRequest.DurationSeconds Property
ISTSAssumeRoleRequest.ExternalId Property
ISTSAssumeRoleRequest.Policy Property
ISTSAssumeRoleRequest.PolicyArns Property
ISTSAssumeRoleRequest.RoleArn Property
ISTSAssumeRoleRequest.RoleSessionName Property
ISTSAssumeRoleRequest.SerialNumber Property
ISTSAssumeRoleRequest.Tags Property
ISTSAssumeRoleRequest.TokenCode Property
ISTSAssumeRoleRequest.TransitiveTagKeys Property
ISTSAssumeRoleResponse Interface
Methods
ISTSAssumeRoleResponse.GetAssumedRoleUser Method
ISTSAssumeRoleResponse.GetCredentials Method
ISTSAssumeRoleResponse.GetPackedPolicySize Method
Properties
ISTSAssumeRoleResponse.AssumedRoleUser Property
ISTSAssumeRoleResponse.Credentials Property
ISTSAssumeRoleResponse.PackedPolicySize Property
ISTSAssumeRoleWithSAMLRequest Interface
Methods
ISTSAssumeRoleWithSAMLRequest.GetDurationSeconds Method
ISTSAssumeRoleWithSAMLRequest.GetPolicy Method
ISTSAssumeRoleWithSAMLRequest.GetPolicyArns Method
ISTSAssumeRoleWithSAMLRequest.GetPrincipalArn Method
ISTSAssumeRoleWithSAMLRequest.GetRoleArn Method
ISTSAssumeRoleWithSAMLRequest.GetSAMLAssertion Method
ISTSAssumeRoleWithSAMLRequest.SetDurationSeconds Method
ISTSAssumeRoleWithSAMLRequest.SetPolicy Method
ISTSAssumeRoleWithSAMLRequest.SetPrincipalArn Method
ISTSAssumeRoleWithSAMLRequest.SetRoleArn Method
ISTSAssumeRoleWithSAMLRequest.SetSAMLAssertion Method
Properties
ISTSAssumeRoleWithSAMLRequest.DurationSeconds Property
ISTSAssumeRoleWithSAMLRequest.Policy Property
ISTSAssumeRoleWithSAMLRequest.PolicyArns Property
ISTSAssumeRoleWithSAMLRequest.PrincipalArn Property
ISTSAssumeRoleWithSAMLRequest.RoleArn Property
ISTSAssumeRoleWithSAMLRequest.SAMLAssertion Property
ISTSAssumeRoleWithSAMLResponse Interface
Methods
ISTSAssumeRoleWithSAMLResponse.GetAudience Method
ISTSAssumeRoleWithSAMLResponse.GetIssuer Method
ISTSAssumeRoleWithSAMLResponse.GetNameQualifier Method
ISTSAssumeRoleWithSAMLResponse.GetSubject Method
ISTSAssumeRoleWithSAMLResponse.GetSubjectType Method
Properties
ISTSAssumeRoleWithSAMLResponse.Audience Property
ISTSAssumeRoleWithSAMLResponse.Issuer Property
ISTSAssumeRoleWithSAMLResponse.NameQualifier Property
ISTSAssumeRoleWithSAMLResponse.Subject Property
ISTSAssumeRoleWithSAMLResponse.SubjectType Property
ISTSAssumeRoleWithWebIdentityRequest Interface
Methods
ISTSAssumeRoleWithWebIdentityRequest.GetDurationSeconds Method
ISTSAssumeRoleWithWebIdentityRequest.GetPolicy Method
ISTSAssumeRoleWithWebIdentityRequest.GetPolicyArns Method
ISTSAssumeRoleWithWebIdentityRequest.GetProviderId Method
ISTSAssumeRoleWithWebIdentityRequest.GetRoleArn Method
ISTSAssumeRoleWithWebIdentityRequest.GetRoleSessionName Method
ISTSAssumeRoleWithWebIdentityRequest.GetWebIdentityToken Method
ISTSAssumeRoleWithWebIdentityRequest.SetDurationSeconds Method
ISTSAssumeRoleWithWebIdentityRequest.SetPolicy Method
ISTSAssumeRoleWithWebIdentityRequest.SetProviderId Method
ISTSAssumeRoleWithWebIdentityRequest.SetRoleArn Method
ISTSAssumeRoleWithWebIdentityRequest.SetRoleSessionName Method
ISTSAssumeRoleWithWebIdentityRequest.SetWebIdentityToken Method
Properties
ISTSAssumeRoleWithWebIdentityRequest.DurationSeconds Property
ISTSAssumeRoleWithWebIdentityRequest.Policy Property
ISTSAssumeRoleWithWebIdentityRequest.PolicyArns Property
ISTSAssumeRoleWithWebIdentityRequest.ProviderId Property
ISTSAssumeRoleWithWebIdentityRequest.RoleArn Property
ISTSAssumeRoleWithWebIdentityRequest.RoleSessionName Property
ISTSAssumeRoleWithWebIdentityRequest.WebIdentityToken Property
ISTSAssumeRoleWithWebIdentityResponse Interface
Methods
ISTSAssumeRoleWithWebIdentityResponse.GetAudience Method
ISTSAssumeRoleWithWebIdentityResponse.GetProvider Method
ISTSAssumeRoleWithWebIdentityResponse.GetSubjectFromWebIdentityToken Method
Properties
ISTSAssumeRoleWithWebIdentityResponse.Audience Property
ISTSAssumeRoleWithWebIdentityResponse.Provider Property
ISTSAssumeRoleWithWebIdentityResponse.SubjectFromWebIdentityToken Property
ISTSAssumedRoleUser Interface
Methods
ISTSAssumedRoleUser.GetArn Method
ISTSAssumedRoleUser.GetAssumedRoleId Method
Properties
ISTSAssumedRoleUser.Arn Property
ISTSAssumedRoleUser.AssumedRoleId Property
ISTSClient Interface
Methods
ISTSClient.AssumeRole Method (TARN, string)
ISTSClient.AssumeRoleWithSAML Method (TARN, TARN, string)
ISTSClient.AssumeRoleWithWebIdentity Method (TARN, string, string)
ISTSClient.DecodeAuthorizationMessage Method (string)
ISTSClient.GetAccessKeyInfo Method (string)
ISTSClient.GetCallerIdentity Method ()
ISTSClient.GetFederationToken Method (string)
ISTSClient.GetSessionToken Method ()
ISTSDecodeAuthorizationMessageRequest Interface
Methods
ISTSDecodeAuthorizationMessageRequest.GetEncodedMessage Method
ISTSDecodeAuthorizationMessageRequest.SetEncodedMessage Method
Properties
ISTSDecodeAuthorizationMessageRequest.EncodedMessage Property
ISTSDecodeAuthorizationMessageResponse Interface
Methods
ISTSDecodeAuthorizationMessageResponse.GetDecodedMessage Method
Properties
ISTSDecodeAuthorizationMessageResponse.DecodedMessage Property
ISTSFederatedUser Interface
Methods
ISTSFederatedUser.GetArn Method
ISTSFederatedUser.GetFederatedUserId Method
Properties
ISTSFederatedUser.Arn Property
ISTSFederatedUser.FederatedUserId Property
ISTSGetAccessKeyInfoRequest Interface
Methods
ISTSGetAccessKeyInfoRequest.GetAccessKeyId Method
ISTSGetAccessKeyInfoRequest.SetAccessKeyId Method
Properties
ISTSGetAccessKeyInfoRequest.AccessKeyId Property
ISTSGetAccessKeyInfoResponse Interface
Methods
ISTSGetAccessKeyInfoResponse.GetAccount Method
Properties
ISTSGetAccessKeyInfoResponse.Account Property
ISTSGetCallerIdentityRequest Interface
ISTSGetCallerIdentityResponse Interface
Methods
ISTSGetCallerIdentityResponse.GetAccount Method
ISTSGetCallerIdentityResponse.GetArn Method
ISTSGetCallerIdentityResponse.GetUserId Method
Properties
ISTSGetCallerIdentityResponse.Account Property
ISTSGetCallerIdentityResponse.Arn Property
ISTSGetCallerIdentityResponse.UserId Property
ISTSGetFederationTokenRequest Interface
Methods
ISTSGetFederationTokenRequest.GetDurationSeconds Method
ISTSGetFederationTokenRequest.GetName Method
ISTSGetFederationTokenRequest.GetPolicy Method
ISTSGetFederationTokenRequest.GetPolicyArns Method
ISTSGetFederationTokenRequest.GetTags Method
ISTSGetFederationTokenRequest.SetDurationSeconds Method
ISTSGetFederationTokenRequest.SetName Method
ISTSGetFederationTokenRequest.SetPolicy Method
Properties
ISTSGetFederationTokenRequest.DurationSeconds Property
ISTSGetFederationTokenRequest.Name Property
ISTSGetFederationTokenRequest.Policy Property
ISTSGetFederationTokenRequest.PolicyArns Property
ISTSGetFederationTokenRequest.Tags Property
ISTSGetFederationTokenResponse Interface
Methods
ISTSGetFederationTokenResponse.GetCredentials Method
ISTSGetFederationTokenResponse.GetFederatedUser Method
ISTSGetFederationTokenResponse.GetPackedPolicySize Method
Properties
ISTSGetFederationTokenResponse.Credentials Property
ISTSGetFederationTokenResponse.FederatedUser Property
ISTSGetFederationTokenResponse.PackedPolicySize Property
ISTSGetSessionTokenRequest Interface
Methods
ISTSGetSessionTokenRequest.GetDurationSeconds Method
ISTSGetSessionTokenRequest.GetSerialNumber Method
ISTSGetSessionTokenRequest.GetTokenCode Method
ISTSGetSessionTokenRequest.SetDurationSeconds Method
ISTSGetSessionTokenRequest.SetSerialNumber Method
ISTSGetSessionTokenRequest.SetTokenCode Method
Properties
ISTSGetSessionTokenRequest.DurationSeconds Property
ISTSGetSessionTokenRequest.SerialNumber Property
ISTSGetSessionTokenRequest.TokenCode Property
ISTSGetSessionTokenResponse Interface
Methods
ISTSGetSessionTokenResponse.GetCredentials Method
Properties
ISTSGetSessionTokenResponse.Credentials Property
ISTSOptions Interface
ISTSRequest Interface
Methods
ISTSRequest.PrepareRequest Method
ISTSResponse Interface
AWS.STS.TSTSResponseClass Type
Copyright © 2019-2021 Appercept Ltd. All rights reserved.