|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteVirtualMFADeviceRequest
public class DeleteVirtualMFADeviceRequest
Container for the parameters to the DeleteVirtualMFADevice operation.
Deletes a virtual MFA device.
NOTE:You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice.
AmazonIdentityManagement.deleteVirtualMFADevice(DeleteVirtualMFADeviceRequest)| Constructor Summary | |
|---|---|
DeleteVirtualMFADeviceRequest()
|
|
| Method Summary | |
|---|---|
String |
getSerialNumber()
The serial number that uniquely identifies the MFA device. |
void |
setSerialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteVirtualMFADeviceRequest |
withSerialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteVirtualMFADeviceRequest()
| Method Detail |
|---|
public String getSerialNumber()
Constraints:
Length: 9 - 256
Pattern: [\w+=/:,.@-]*
public void setSerialNumber(String serialNumber)
Constraints:
Length: 9 - 256
Pattern: [\w+=/:,.@-]*
serialNumber - The serial number that uniquely identifies the MFA device. For virtual
MFA devices, the serial number is the same as the ARN.public DeleteVirtualMFADeviceRequest withSerialNumber(String serialNumber)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 9 - 256
Pattern: [\w+=/:,.@-]*
serialNumber - The serial number that uniquely identifies the MFA device. For virtual
MFA devices, the serial number is the same as the ARN.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||