Java com.amazonaws SDKGlobalConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws SDKGlobalConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws SDKGlobalConfiguration.

The text is from its open source code.

Field

StringDISABLE_CERT_CHECKING_SYSTEM_PROPERTY
Disable validation of server certificates when using the HTTPS protocol.
StringACCESS_KEY_SYSTEM_PROPERTY
System property name for the AWS access key ID
StringSECRET_KEY_SYSTEM_PROPERTY
System property name for the AWS secret key
StringEC2_METADATA_SERVICE_OVERRIDE_SYSTEM_PROPERTY
System property for overriding the Amazon EC2 Instance Metadata Service endpoint.
StringENABLE_S3_SIGV4_SYSTEM_PROPERTY
By default, the AmazonS3Client will continue to use the legacy S3Signer to authenticate requests it makes to S3 in regions that support the older protocol.
StringACCESS_KEY_ENV_VAR
Environment variable name for the AWS access key ID
StringALTERNATE_ACCESS_KEY_ENV_VAR
Alternate environment variable name for the AWS access key ID
StringSECRET_KEY_ENV_VAR
Environment variable name for the AWS secret key
StringALTERNATE_SECRET_KEY_ENV_VAR
Alternate environment variable name for the AWS secret key
StringAWS_CBOR_DISABLE_SYSTEM_PROPERTY
System property to disable CBOR protocol.

Method