이름 | 설명 |
---|---|
AWSClientFactory | The Amazon Web Services SDK provides devlopers with a coherent and unified interface to the suite of Amazon Web Services. The intent is to facilitate the rapid building of applications that leverage multiple Amazon Web Services. To get started, request an instance of the AWSClientFactory via this class's static Instance member. Use the factory instance to create clients for all the Web Services needed by the application. |
AWSConfigs | Configuration options that apply to the entire SDK. |
AWSConfigsS3 | Configuration for the S3 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <s3 useSignatureVersion4="true" /> </aws> |
AWSSection | Root AWS config section |
LoggingSection | Logging section |
ProxySection | Settings for configuring a proxy for the SDK to use. |
RegionEndpoint | This class contains the endpoints available to the AWS clients. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL. |
RegionEndpoint.Endpoint | This class defines an endpoints hostname and which protocols it supports. |
UnityInitializer | A singleton instance of which will initialize the Main thread dispatcher & logger. This class is linked to the AWSPrefab so that user can make any configuration changes and instance will be included in every scene via the prefab. |
V4ClientSection | |
V4ClientSectionRoot |