Uses of Class
software.amazon.awssdk.services.iam.model.ListMfaDeviceTagsResponse
-
Packages that use ListMfaDeviceTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListMfaDeviceTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListMfaDeviceTagsResponse Modifier and Type Method Description default ListMfaDeviceTagsResponseIamClient. listMFADeviceTags(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.default ListMfaDeviceTagsResponseIamClient. listMFADeviceTags(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListMfaDeviceTagsResponse Modifier and Type Method Description default CompletableFuture<ListMfaDeviceTagsResponse>IamAsyncClient. listMFADeviceTags(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.default CompletableFuture<ListMfaDeviceTagsResponse>IamAsyncClient. listMFADeviceTags(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device. -
Uses of ListMfaDeviceTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListMfaDeviceTagsResponse Modifier and Type Method Description Iterator<ListMfaDeviceTagsResponse>ListMFADeviceTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListMfaDeviceTagsResponse Modifier and Type Method Description voidListMFADeviceTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMfaDeviceTagsResponse> subscriber)
-