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

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

Returns a list of inventory configurations for the bucket.
public ListBucketInventoryConfigurations ( ListBucketInventoryConfigurationsRequest request ) : ListBucketInventoryConfigurationsResponse
request ListBucketInventoryConfigurationsRequest Container for the necessary parameters to execute the ListBucketInventoryConfigurations service method.
Результат ListBucketInventoryConfigurationsResponse
        public ListBucketInventoryConfigurationsResponse ListBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest request)
        {
            var marshaller = new ListBucketInventoryConfigurationsRequestMarshaller();
            var unmarshaller = ListBucketInventoryConfigurationsResponseUnmarshaller.Instance;

            return Invoke<ListBucketInventoryConfigurationsRequest,ListBucketInventoryConfigurationsResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client