Uses of Class
com.amazonaws.services.identitymanagement.model.ListMFADevicesResult
-
Packages that use ListMFADevicesResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListMFADevicesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListMFADevicesResult Modifier and Type Method Description ListMFADevicesResultAbstractAmazonIdentityManagement. listMFADevices()ListMFADevicesResultAbstractAmazonIdentityManagement. listMFADevices(ListMFADevicesRequest request)ListMFADevicesResultAmazonIdentityManagement. listMFADevices()Simplified method form for invoking the ListMFADevices operation.ListMFADevicesResultAmazonIdentityManagement. listMFADevices(ListMFADevicesRequest listMFADevicesRequest)Lists the MFA devices for an IAM user.ListMFADevicesResultAmazonIdentityManagementClient. listMFADevices()ListMFADevicesResultAmazonIdentityManagementClient. listMFADevices(ListMFADevicesRequest listMFADevicesRequest)Lists the MFA devices for an IAM user.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListMFADevicesResult Modifier and Type Method Description Future<ListMFADevicesResult>AbstractAmazonIdentityManagementAsync. listMFADevicesAsync()Simplified method form for invoking the ListMFADevices operation.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)Future<ListMFADevicesResult>AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)Future<ListMFADevicesResult>AmazonIdentityManagementAsync. listMFADevicesAsync()Simplified method form for invoking the ListMFADevices operation.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)Lists the MFA devices for an IAM user.Future<ListMFADevicesResult>AmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)Lists the MFA devices for an IAM user.Future<ListMFADevicesResult>AmazonIdentityManagementAsyncClient. listMFADevicesAsync()Simplified method form for invoking the ListMFADevices operation.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)Future<ListMFADevicesResult>AmazonIdentityManagementAsyncClient. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListMFADevicesResult 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 ListMFADevicesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListMFADevicesResult Modifier and Type Method Description ListMFADevicesResultListMFADevicesResult. clone()ListMFADevicesResultListMFADevicesResult. withIsTruncated(Boolean isTruncated)A flag that indicates whether there are more items to return.ListMFADevicesResultListMFADevicesResult. withMarker(String marker)WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListMFADevicesResultListMFADevicesResult. withMFADevices(MFADevice... mFADevices)A list of MFA devices.ListMFADevicesResultListMFADevicesResult. withMFADevices(Collection<MFADevice> mFADevices)A list of MFA devices.
-