public final class AwsClientOption<T> extends ClientOption<T>
| Modifier and Type | Field and Description | 
|---|---|
| static AwsClientOption<Region> | AWS_REGIONAWS Region the client was configured with. | 
| static AwsClientOption<AwsCredentialsProvider> | CREDENTIALS_PROVIDER | 
| static AwsClientOption<String> | SERVICE_SIGNING_NAME | 
| static AwsClientOption<Region> | SIGNING_REGIONAWS Region to be used for signing the request. | 
public static final AwsClientOption<AwsCredentialsProvider> CREDENTIALS_PROVIDER
public static final AwsClientOption<Region> AWS_REGION
public static final AwsClientOption<Region> SIGNING_REGION
AWS_REGION in case of global services.public static final AwsClientOption<String> SERVICE_SIGNING_NAME
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.