Uses of Class
com.amazonaws.services.identitymanagement.model.ListVirtualMFADevicesRequest
Packages that use ListVirtualMFADevicesRequest
Package
Description
-
Uses of ListVirtualMFADevicesRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListVirtualMFADevicesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listVirtualMFADevices(ListVirtualMFADevicesRequest request) AmazonIdentityManagement.listVirtualMFADevices(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest) Lists the virtual MFA devices defined in the AWS account by assignment status.AmazonIdentityManagementClient.listVirtualMFADevices(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest) Lists the virtual MFA devices defined in the AWS account by assignment status.AbstractAmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest request) AbstractAmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest request, AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest) Lists the virtual MFA devices defined in the AWS account by assignment status.AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest, AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) Lists the virtual MFA devices defined in the AWS account by assignment status.AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest request) AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest request, AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListVirtualMFADevicesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listVirtualMFADevicesAsync(AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) Simplified method form for invoking the ListVirtualMFADevices operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest request, AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) Simplified method form for invoking the ListVirtualMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest, AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) Lists the virtual MFA devices defined in the AWS account by assignment status.AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) Simplified method form for invoking the ListVirtualMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest request, AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) -
Uses of ListVirtualMFADevicesRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListVirtualMFADevicesRequestModifier and TypeMethodDescriptionListVirtualMFADevicesRequest.clone()ListVirtualMFADevicesRequest.withAssignmentStatus(AssignmentStatusType assignmentStatus) The status (UnassignedorAssigned) of the devices to list.ListVirtualMFADevicesRequest.withAssignmentStatus(String assignmentStatus) The status (UnassignedorAssigned) of the devices to list.ListVirtualMFADevicesRequest.withMarker(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListVirtualMFADevicesRequest.withMaxItems(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.