Amazon.S3.AmazonS3Client.GetBucketInventoryConfiguration C# (CSharp) Метод

GetBucketInventoryConfiguration() публичный Метод

Returns an inventory configuration (identified by the inventory ID) from the bucket.
public GetBucketInventoryConfiguration ( GetBucketInventoryConfigurationRequest request ) : GetBucketInventoryConfigurationResponse
request GetBucketInventoryConfigurationRequest Container for the necessary parameters to execute the GetBucketInventoryConfiguration service method.
Результат GetBucketInventoryConfigurationResponse
        public GetBucketInventoryConfigurationResponse GetBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest request)
        {
            var marshaller = new GetBucketInventoryConfigurationRequestMarshaller();
            var unmarshaller = GetBucketInventoryConfigurationResponseUnmarshaller.Instance;

            return Invoke<GetBucketInventoryConfigurationRequest,GetBucketInventoryConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client