|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiFactorAuthentication | |
---|---|
com.amazonaws.services.s3.model | Classes modeling the various types represented by Amazon S3. |
Uses of MultiFactorAuthentication in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return MultiFactorAuthentication | |
---|---|
MultiFactorAuthentication |
DeleteVersionRequest.getMfa()
Returns the optional Multi-Factor Authentication information included with this request. |
MultiFactorAuthentication |
SetBucketVersioningConfigurationRequest.getMfa()
Returns the optional Multi-Factor Authentication information included with this request. |
MultiFactorAuthentication |
MultiFactorAuthentication.withDeviceSerialNumber(String deviceSerialNumber)
Sets the Multi-Factor Authentication device serial number to include with this request, and returns this object so that additional method calls may be chained together. |
MultiFactorAuthentication |
MultiFactorAuthentication.withToken(String token)
Sets the current, unique Multi-Factor Authentication token generated by the device associated with your AWS account, and returns this object so that additional method calls may be chained together. |
Methods in com.amazonaws.services.s3.model with parameters of type MultiFactorAuthentication | |
---|---|
void |
DeleteVersionRequest.setMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with this request. |
void |
SetBucketVersioningConfigurationRequest.setMfa(MultiFactorAuthentication mfa)
Sets the optional Multi-Factor Authentication information to include with this request. |
DeleteVersionRequest |
DeleteVersionRequest.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. |
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. |
Constructors in com.amazonaws.services.s3.model with parameters of type MultiFactorAuthentication | |
---|---|
DeleteVersionRequest(String bucketName,
String key,
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(String bucketName,
BucketVersioningConfiguration configuration,
MultiFactorAuthentication mfa)
Constructs a new request 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |