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

GetBucketMetricsConfiguration() 공개 메소드

Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.
public GetBucketMetricsConfiguration ( GetBucketMetricsConfigurationRequest request ) : GetBucketMetricsConfigurationResponse
request GetBucketMetricsConfigurationRequest Container for the necessary parameters to execute the GetBucketMetricsConfiguration service method.
리턴 GetBucketMetricsConfigurationResponse
        public GetBucketMetricsConfigurationResponse GetBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest request)
        {
            var marshaller = new GetBucketMetricsConfigurationRequestMarshaller();
            var unmarshaller = GetBucketMetricsConfigurationResponseUnmarshaller.Instance;

            return Invoke<GetBucketMetricsConfigurationRequest,GetBucketMetricsConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client