PHP 7.4.33
Preview: ConfigurationInterface.php Size: 617 B
/home/godevadmin/www/admin/vendor/aws/Aws/Retry/ConfigurationInterface.php

<?php
namespace Aws\Retry;

/**
 * Provides access to retry configuration
 */
interface ConfigurationInterface
{
    /**
     * Returns the retry mode. Available modes include 'legacy', 'standard', and
     * 'adapative'.
     *
     * @return string
     */
    public function getMode();

    /**
     * Returns the maximum number of attempts that will be used for a request
     *
     * @return string
     */
    public function getMaxAttempts();

    /**
     * Returns the configuration as an associative array
     *
     * @return array
     */
    public function toArray();
}

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
Exception DIR
- drwxrwxr-x 2024-06-18 20:10:36
Edit Download
1.42 KB lrwxrwxr-x 2024-06-18 20:10:36
Edit Download
617 B lrwxrwxr-x 2024-06-18 20:10:36
Edit Download
7.95 KB lrwxrwxr-x 2024-06-18 20:10:36
Edit Download
2.59 KB lrwxrwxr-x 2024-06-18 20:10:36
Edit Download
5.20 KB lrwxrwxr-x 2024-06-18 20:10:36
Edit Download
1.57 KB lrwxrwxr-x 2024-06-18 20:10:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).