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

GetObjectTagging() public method

Returns the tag-set of an object.
public GetObjectTagging ( GetObjectTaggingRequest request ) : GetObjectTaggingResponse
request GetObjectTaggingRequest Container for the necessary parameters to execute the GetObjectTagging service method.
return GetObjectTaggingResponse
        public GetObjectTaggingResponse GetObjectTagging(GetObjectTaggingRequest request)
        {
            var marshaller = new GetObjectTaggingRequestMarshaller();
            var unmarshaller = GetObjectTaggingResponseUnmarshaller.Instance;

            return Invoke<GetObjectTaggingRequest,GetObjectTaggingResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client