Uses of Class
software.amazon.awssdk.services.iam.model.GetMfaDeviceResponse
-
Packages that use GetMfaDeviceResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetMfaDeviceResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetMfaDeviceResponse Modifier and Type Method Description default GetMfaDeviceResponseIamClient. getMFADevice(Consumer<GetMfaDeviceRequest.Builder> getMfaDeviceRequest)Retrieves information about an MFA device for a specified user.default GetMfaDeviceResponseIamClient. getMFADevice(GetMfaDeviceRequest getMfaDeviceRequest)Retrieves information about an MFA device for a specified user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetMfaDeviceResponse Modifier and Type Method Description default CompletableFuture<GetMfaDeviceResponse>IamAsyncClient. getMFADevice(Consumer<GetMfaDeviceRequest.Builder> getMfaDeviceRequest)Retrieves information about an MFA device for a specified user.default CompletableFuture<GetMfaDeviceResponse>IamAsyncClient. getMFADevice(GetMfaDeviceRequest getMfaDeviceRequest)Retrieves information about an MFA device for a specified user.
-