AWSSDK_DotNet.IntegrationTests.Tests.S3.StorageInsightsInventoryTests.ListBucketInventory C# (CSharp) Method

ListBucketInventory() private static method

private static ListBucketInventory ( ) : void
return void
        private static void ListBucketInventory()
        {
            ListBucketInventoryConfigurationsRequest listBucketInventoryConfigurationsRequest = new ListBucketInventoryConfigurationsRequest()
            {
                BucketName = bucketName
            };

            var listBucketInventoryConfigurationResponse = Client.ListBucketInventoryConfigurations(listBucketInventoryConfigurationsRequest);
        }