Uses of Class
com.amazonaws.services.identitymanagement.model.ListMFADevicesRequest
Packages that use ListMFADevicesRequest
Package
Description
-
Uses of ListMFADevicesRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListMFADevicesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listMFADevices
(ListMFADevicesRequest request) AmazonIdentityManagement.listMFADevices
(ListMFADevicesRequest listMFADevicesRequest) Lists the MFA devices for an IAM user.AmazonIdentityManagementClient.listMFADevices
(ListMFADevicesRequest listMFADevicesRequest) Lists the MFA devices for an IAM user.AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest request) AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) AmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest listMFADevicesRequest) Lists the MFA devices for an IAM user.AmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Lists the MFA devices for an IAM user.AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(ListMFADevicesRequest request) AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListMFADevicesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) AmazonIdentityManagementAsync.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Lists the MFA devices for an IAM user.AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.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 ListMFADevicesRequestModifier and TypeMethodDescriptionListMFADevicesRequest.clone()
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.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListMFADevicesRequest.withUserName
(String userName) The name of the user whose MFA devices you want to list.