Uses of Class
software.amazon.awssdk.services.iam.model.ListMfaDeviceTagsRequest
-
Packages that use ListMfaDeviceTagsRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListMfaDeviceTagsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListMfaDeviceTagsRequest Modifier and Type Method Description default CompletableFuture<ListMfaDeviceTagsResponse>IamAsyncClient. listMFADeviceTags(ListMfaDeviceTagsRequest 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.default ListMFADeviceTagsPublisherIamAsyncClient. listMFADeviceTagsPaginator(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.default ListMFADeviceTagsIterableIamClient. listMFADeviceTagsPaginator(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device. -
Uses of ListMfaDeviceTagsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListMfaDeviceTagsRequest Constructor Description ListMFADeviceTagsIterable(IamClient client, ListMfaDeviceTagsRequest firstRequest)ListMFADeviceTagsPublisher(IamAsyncClient client, ListMfaDeviceTagsRequest firstRequest) -
Uses of ListMfaDeviceTagsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListMfaDeviceTagsRequest Modifier and Type Method Description SdkHttpFullRequestListMfaDeviceTagsRequestMarshaller. marshall(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)
-