Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonIdentityManagementClient.deactivateMFADevice(DeactivateMFADeviceRequest deactivateMFADeviceRequest)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
void |
AmazonIdentityManagement.deactivateMFADevice(DeactivateMFADeviceRequest deactivateMFADeviceRequest)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Future<Void> |
AmazonIdentityManagementAsync.deactivateMFADeviceAsync(DeactivateMFADeviceRequest deactivateMFADeviceRequest)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deactivateMFADeviceAsync(DeactivateMFADeviceRequest deactivateMFADeviceRequest)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Future<Void> |
AmazonIdentityManagementAsync.deactivateMFADeviceAsync(DeactivateMFADeviceRequest deactivateMFADeviceRequest,
AsyncHandler<DeactivateMFADeviceRequest,Void> asyncHandler)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deactivateMFADeviceAsync(DeactivateMFADeviceRequest deactivateMFADeviceRequest,
AsyncHandler<DeactivateMFADeviceRequest,Void> asyncHandler)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deactivateMFADeviceAsync(DeactivateMFADeviceRequest deactivateMFADeviceRequest,
AsyncHandler<DeactivateMFADeviceRequest,Void> asyncHandler)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deactivateMFADeviceAsync(DeactivateMFADeviceRequest deactivateMFADeviceRequest,
AsyncHandler<DeactivateMFADeviceRequest,Void> asyncHandler)
Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.
|
Modifier and Type | Method and Description |
---|---|
DeactivateMFADeviceRequest |
DeactivateMFADeviceRequest.withSerialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device.
|
DeactivateMFADeviceRequest |
DeactivateMFADeviceRequest.withUserName(String userName)
Name of the user whose MFA device you want to deactivate.
|
Copyright © 2014. All rights reserved.