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

PutBucketMetricsConfiguration() public method

Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
public PutBucketMetricsConfiguration ( PutBucketMetricsConfigurationRequest request ) : PutBucketMetricsConfigurationResponse
request PutBucketMetricsConfigurationRequest Container for the necessary parameters to execute the PutBucketMetricsConfiguration service method.
return PutBucketMetricsConfigurationResponse
        public PutBucketMetricsConfigurationResponse PutBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest request)
        {
            var marshaller = new PutBucketMetricsConfigurationRequestMarshaller();
            var unmarshaller = PutBucketMetricsConfigurationResponseUnmarshaller.Instance;

            return Invoke<PutBucketMetricsConfigurationRequest,PutBucketMetricsConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client