Uses of Class
software.amazon.awssdk.services.iam.model.ListMfaDevicesResponse
-
Packages that use ListMfaDevicesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListMfaDevicesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListMfaDevicesResponse Modifier and Type Method Description default ListMfaDevicesResponseIamClient. listMFADevices()Lists the MFA devices for an IAM user.default ListMfaDevicesResponseIamClient. listMFADevices(Consumer<ListMfaDevicesRequest.Builder> listMfaDevicesRequest)Lists the MFA devices for an IAM user.default ListMfaDevicesResponseIamClient. listMFADevices(ListMfaDevicesRequest listMfaDevicesRequest)Lists the MFA devices for an IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListMfaDevicesResponse Modifier and Type Method 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. -
Uses of ListMfaDevicesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListMfaDevicesResponse Modifier and Type Method Description Iterator<ListMfaDevicesResponse>ListMFADevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListMfaDevicesResponse Modifier and Type Method Description voidListMFADevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMfaDevicesResponse> subscriber)
-