Amazon.S3.AmazonS3Client.GetBucketTagging C# (CSharp) Method

GetBucketTagging() public method

Returns the tag set associated with the bucket.
public GetBucketTagging ( GetBucketTaggingRequest request ) : GetBucketTaggingResponse
request GetBucketTaggingRequest Container for the necessary parameters to execute the GetBucketTagging service method.
return GetBucketTaggingResponse
        public GetBucketTaggingResponse GetBucketTagging(GetBucketTaggingRequest request)
        {
            var marshaller = new GetBucketTaggingRequestMarshaller();
            var unmarshaller = GetBucketTaggingResponseUnmarshaller.Instance;

            return Invoke<GetBucketTaggingRequest,GetBucketTaggingResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client