Uses of Class
com.amazonaws.services.identitymanagement.model.ListMFADevicesRequest
-
Packages that use ListMFADevicesRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListMFADevicesRequest in com.amazonaws.services.identitymanagement
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListMFADevicesRequest Modifier and Type Method Description Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices for an IAM user.Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
-
Uses of ListMFADevicesRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListMFADevicesRequest Modifier and Type Method Description ListMFADevicesRequest
ListMFADevicesRequest. clone()
ListMFADevicesRequest
ListMFADevicesRequest. withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListMFADevicesRequest
ListMFADevicesRequest. withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.ListMFADevicesRequest
ListMFADevicesRequest. withUserName(String userName)
The name of the user whose MFA devices you want to list.
-