Uses of Class
software.amazon.awssdk.services.iam.model.EnableMfaDeviceResponse
-
Packages that use EnableMfaDeviceResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of EnableMfaDeviceResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return EnableMfaDeviceResponse Modifier and Type Method Description default EnableMfaDeviceResponseIamClient. enableMFADevice(Consumer<EnableMfaDeviceRequest.Builder> enableMfaDeviceRequest)Enables the specified MFA device and associates it with the specified IAM user.default EnableMfaDeviceResponseIamClient. enableMFADevice(EnableMfaDeviceRequest enableMfaDeviceRequest)Enables the specified MFA device and associates it with the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type EnableMfaDeviceResponse Modifier and Type Method Description default CompletableFuture<EnableMfaDeviceResponse>IamAsyncClient. enableMFADevice(Consumer<EnableMfaDeviceRequest.Builder> enableMfaDeviceRequest)Enables the specified MFA device and associates it with the specified IAM user.default CompletableFuture<EnableMfaDeviceResponse>IamAsyncClient. enableMFADevice(EnableMfaDeviceRequest enableMfaDeviceRequest)Enables the specified MFA device and associates it with the specified IAM user.
-