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

PutBucketInventoryConfiguration() public method

Adds an inventory configuration (identified by the inventory ID) from the bucket.
public PutBucketInventoryConfiguration ( PutBucketInventoryConfigurationRequest request ) : PutBucketInventoryConfigurationResponse
request PutBucketInventoryConfigurationRequest Container for the necessary parameters to execute the PutBucketInventoryConfiguration service method.
return PutBucketInventoryConfigurationResponse
        public PutBucketInventoryConfigurationResponse PutBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest request)
        {
            var marshaller = new PutBucketInventoryConfigurationRequestMarshaller();
            var unmarshaller = PutBucketInventoryConfigurationResponseUnmarshaller.Instance;

            return Invoke<PutBucketInventoryConfigurationRequest,PutBucketInventoryConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client