| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default ResyncMFADeviceResponse |
IamClient.resyncMFADevice(Consumer<ResyncMfaDeviceRequest.Builder> resyncMfaDeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.
|
default ResyncMFADeviceResponse |
IamClient.resyncMFADevice(ResyncMfaDeviceRequest resyncMfaDeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResyncMFADeviceResponse> |
IamAsyncClient.resyncMFADevice(Consumer<ResyncMfaDeviceRequest.Builder> resyncMfaDeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.
|
default CompletableFuture<ResyncMFADeviceResponse> |
IamAsyncClient.resyncMFADevice(ResyncMfaDeviceRequest resyncMfaDeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.
|
Copyright © 2020. All rights reserved.