| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMfaDevicesResponse |
IamClient.listMFADevices()
Lists the MFA devices for an IAM user.
|
default ListMfaDevicesResponse |
IamClient.listMFADevices(Consumer<ListMfaDevicesRequest.Builder> listMfaDevicesRequest)
Lists the MFA devices for an IAM user.
|
default ListMfaDevicesResponse |
IamClient.listMFADevices(ListMfaDevicesRequest listMfaDevicesRequest)
Lists the MFA devices for an IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMfaDevicesResponse> |
IamAsyncClient.listMFADevices()
Lists the MFA devices for an IAM user.
|
default CompletableFuture<ListMfaDevicesResponse> |
IamAsyncClient.listMFADevices(Consumer<ListMfaDevicesRequest.Builder> listMfaDevicesRequest)
Lists the MFA devices for an IAM user.
|
default CompletableFuture<ListMfaDevicesResponse> |
IamAsyncClient.listMFADevices(ListMfaDevicesRequest listMfaDevicesRequest)
Lists the MFA devices for an IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMfaDevicesResponse> |
ListMFADevicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMFADevicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMfaDevicesResponse> subscriber) |
Copyright © 2023. All rights reserved.