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

GetBucketLogging() 공개 메소드

Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.
public GetBucketLogging ( GetBucketLoggingRequest request ) : GetBucketLoggingResponse
request GetBucketLoggingRequest Container for the necessary parameters to execute the GetBucketLogging service method.
리턴 GetBucketLoggingResponse
        public GetBucketLoggingResponse GetBucketLogging(GetBucketLoggingRequest request)
        {
            var marshaller = new GetBucketLoggingRequestMarshaller();
            var unmarshaller = GetBucketLoggingResponseUnmarshaller.Instance;

            return Invoke<GetBucketLoggingRequest,GetBucketLoggingResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonS3Client::GetBucketLogging ( string bucketName ) : GetBucketLoggingResponse
AmazonS3Client