Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
private void |
AmazonS3Client.populateRequestWithMfaDetails(Request<?> request,
MultiFactorAuthentication mfa)
Populates the specified request with the specified Multi-Factor
Authentication (MFA) details.
|
Modifier and Type | Field and Description |
---|---|
private MultiFactorAuthentication |
SetBucketVersioningConfigurationRequest.mfa
The optional Multi-Factor Authentication information to include with this
request.
|
private MultiFactorAuthentication |
DeleteVersionRequest.mfa
The optional Multi-Factor Authentication information to include with this
request.
|
private MultiFactorAuthentication |
DeleteObjectsRequest.mfa
The optional Multi-Factor Authentication information to include with this
request.
|
Modifier and Type | Method and Description |
---|---|
MultiFactorAuthentication |
SetBucketVersioningConfigurationRequest.getMfa()
Gets the optional Multi-Factor Authentication information included
with this request.
|
MultiFactorAuthentication |
DeleteVersionRequest.getMfa()
Gets the optional Multi-Factor Authentication information included
with this request.
|
MultiFactorAuthentication |
DeleteObjectsRequest.getMfa()
Gets the optional Multi-Factor Authentication information included
with this request.
|
MultiFactorAuthentication |
MultiFactorAuthentication.withDeviceSerialNumber(java.lang.String deviceSerialNumber)
Sets the Multi-Factor Authentication device serial number to include with
this request.
|
MultiFactorAuthentication |
MultiFactorAuthentication.withToken(java.lang.String token)
Sets the current, unique Multi-Factor Authentication token generated by
the device associated with the caller's AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
SetBucketVersioningConfigurationRequest.setMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with
this request.
|
void |
DeleteVersionRequest.setMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with
this request.
|
void |
DeleteObjectsRequest.setMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with
this request.
|
SetBucketVersioningConfigurationRequest |
SetBucketVersioningConfigurationRequest.withMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with
this request, and returns this object so that additional method calls may
be chained together.
|
DeleteVersionRequest |
DeleteVersionRequest.withMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with
this request
Returns this
DeleteVersionRequest , enabling additional method
calls to be chained together. |
DeleteObjectsRequest |
DeleteObjectsRequest.withMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with
this request
Returns this, enabling additional method
calls to be chained together.
|
Constructor and Description |
---|
DeleteVersionRequest(java.lang.String bucketName,
java.lang.String key,
java.lang.String versionId,
MultiFactorAuthentication mfa)
Constructs a new
DeleteVersionRequest object,
ready to be executed to
delete the version identified by the specified version ID, in the
specified bucket and key, with the specified Multi-Factor Authentication
(MFA) information. |
SetBucketVersioningConfigurationRequest(java.lang.String bucketName,
BucketVersioningConfiguration configuration,
MultiFactorAuthentication mfa)
Constructs a new
SetBucketVersioningConfigurationRequest
to set the bucket versioning configuration of
the specified bucket, including the specified Multi-Factor Authentication
(MFA) information, which is required when changing the state of the MFA
Delete option. |