Uses of Class
com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Packages that use MultiFactorAuthentication Package Description 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 Modifier and Type Method Description MultiFactorAuthenticationDeleteObjectsRequest. getMfa()Gets the optional Multi-Factor Authentication information included with this request.MultiFactorAuthenticationDeleteVersionRequest. getMfa()Gets the optional Multi-Factor Authentication information included with this request.MultiFactorAuthenticationSetBucketVersioningConfigurationRequest. getMfa()Gets the optional Multi-Factor Authentication information included with this request.MultiFactorAuthenticationMultiFactorAuthentication. withDeviceSerialNumber(String deviceSerialNumber)Sets the Multi-Factor Authentication device serial number to include with this request.MultiFactorAuthenticationMultiFactorAuthentication. withToken(String token)Sets the current, unique Multi-Factor Authentication token generated by the device associated with the caller's AWS account.Methods in com.amazonaws.services.s3.model with parameters of type MultiFactorAuthentication Modifier and Type Method Description voidDeleteObjectsRequest. setMfa(MultiFactorAuthentication mfa)Sets the optional Multi-Factor Authentication information to include with this request.voidDeleteVersionRequest. setMfa(MultiFactorAuthentication mfa)Sets the optional Multi-Factor Authentication information to include with this request.voidSetBucketVersioningConfigurationRequest. setMfa(MultiFactorAuthentication mfa)Sets the optional Multi-Factor Authentication information to include with this request.DeleteObjectsRequestDeleteObjectsRequest. 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.DeleteVersionRequestDeleteVersionRequest. withMfa(MultiFactorAuthentication mfa)Sets the optional Multi-Factor Authentication information to include with this request Returns thisDeleteVersionRequest, enabling additional method calls to be chained together.SetBucketVersioningConfigurationRequestSetBucketVersioningConfigurationRequest. 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 Constructor Description DeleteVersionRequest(String bucketName, String key, String versionId, MultiFactorAuthentication mfa)Constructs a newDeleteVersionRequestobject, 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 newSetBucketVersioningConfigurationRequestto 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.
-