Amazon.S3.AmazonS3Client.GetObjectTagging C# (CSharp) 메소드

GetObjectTagging() 공개 메소드

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.
리턴 GetObjectTaggingResponse
        public GetObjectTaggingResponse GetObjectTagging(GetObjectTaggingRequest request)
        {
            var marshaller = new GetObjectTaggingRequestMarshaller();
            var unmarshaller = GetObjectTaggingResponseUnmarshaller.Instance;

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