限定符和类型 | 方法和说明 |
---|---|
AWSCredentials |
SCSWebServiceRequest.getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding
the default credentials set at the client level.
|
限定符和类型 | 方法和说明 |
---|---|
void |
SCSWebServiceRequest.setRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the
default credentials set at the client level.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
AWSSessionCredentials
AWS session credentials object.
|
限定符和类型 | 类和说明 |
---|---|
class |
BasicAWSCredentials
Basic implementation of the AWSCredentials interface that allows callers to
pass in the AWS access key and secret access in the constructor.
|
class |
BasicSessionCredentials
Simple session credentials with keys and session token.
|
class |
PropertiesCredentials
Simple implementation AWSCredentials that reads in AWS access keys from a
properties file.
|
限定符和类型 | 方法和说明 |
---|---|
AWSCredentials |
AWSCredentialsProvider.getCredentials()
Returns AWSCredentials which the caller can use to authorize an AWS request.
|
AWSCredentials |
SystemPropertiesCredentialsProvider.getCredentials() |
AWSCredentials |
ClasspathPropertiesFileCredentialsProvider.getCredentials() |
AWSCredentials |
AWSCredentialsProviderChain.getCredentials() |
protected AWSCredentials |
AbstractAWSSigner.sanitizeCredentials(AWSCredentials credentials)
Loads the individual access key ID and secret key from the specified
credentials, ensuring that access to the credentials is synchronized on
the credentials object itself, and trimming any extra whitespace from the
credentials.
|
限定符和类型 | 方法和说明 |
---|---|
protected AWSCredentials |
AbstractAWSSigner.sanitizeCredentials(AWSCredentials credentials)
Loads the individual access key ID and secret key from the specified
credentials, ensuring that access to the credentials is synchronized on
the credentials object itself, and trimming any extra whitespace from the
credentials.
|
void |
Signer.sign(Request<?> request,
AWSCredentials credentials) |
限定符和类型 | 方法和说明 |
---|---|
AWSCredentials |
ExecutionContext.getCredentials()
Returns the optional credentials used to sign the associated request.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ExecutionContext.setCredentials(AWSCredentials credentials)
Sets the optional credentials used to sign the associated request.
|
限定符和类型 | 方法和说明 |
---|---|
AWSCredentials |
StaticCredentialsProvider.getCredentials() |
构造器和说明 |
---|
StaticCredentialsProvider(AWSCredentials credentials) |
构造器和说明 |
---|
SCSClient(AWSCredentials awsCredentials)
Constructs a new Amazon S3 client using the specified AWS credentials to
access Amazon S3.
|
SCSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new Amazon S3 client using the specified AWS credentials and
client configuration to access Amazon S3.
|
限定符和类型 | 方法和说明 |
---|---|
void |
S3QueryStringSigner.sign(Request<?> request,
AWSCredentials credentials) |
void |
S3Signer.sign(Request<?> request,
AWSCredentials credentials) |
构造器和说明 |
---|
TransferManager(AWSCredentials credentials)
Constructs a new
TransferManager and Amazon S3 client using
the specified AWS security credentials. |
Copyright © 2016. All rights reserved.