AWS SDK for .NET Documentation
PutBucketTaggingRequest Class
AmazonAmazon.S3.ModelPutBucketTaggingRequest Did this page help you?   Yes   No    Tell us about it...
The parameters to apply one or more tag sets to a bucket.
Declaration Syntax
C#
public class PutBucketTaggingRequest : S3Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PutBucketTaggingRequest()()()()
Initializes a new instance of the PutBucketTaggingRequest class

AddHeader(String, String)
Adds the header to the collection of headers for the request.
(Inherited from S3Request.)
AddHeaders(NameValueCollection)
Adds all of the specified key/value pairs into the request headers collection.
(Inherited from S3Request.)
BucketName
The name of the bucket to apply the tag sets to.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InputStream
Input stream for the request; content for the request will be read from the stream.
(Inherited from S3Request.)
ReadWriteTimeout
Overrides the default HttpWebRequest ReadWriteTimeout value.
(Inherited from S3Request.)
TagSets
The tag sets to apply to the bucket.

Timeout
Overrides the default HttpWebRequest timeout value.
(Inherited from S3Request.)
ToString()()()() (Inherited from S3Request.)
WithBucketName(String) Obsolete.
Sets the name of the bucket to apply the tag sets to.

WithInputStream(Stream) Obsolete.
Sets an input stream for the request; content for the request will be read from the stream.
(Inherited from S3Request.)
WithReadWriteTimeout(Int32) Obsolete.
Overrides the default HttpWebRequest ReadWriteTimeout value.
(Inherited from S3Request.)
WithTagSets(array<TagSet>[]()[][]) Obsolete.
Sets the tag sets to apply to the bucket.

WithTimeout(Int32) Obsolete.
Overrides the default HttpWebRequest timeout value.
(Inherited from S3Request.)
Inheritance Hierarchy
Object
S3Request
 PutBucketTaggingRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)