Uses of Interface
software.amazon.awssdk.services.iam.model.ListMfaDeviceTagsRequest.Builder
-
Packages that use ListMfaDeviceTagsRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListMfaDeviceTagsRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListMfaDeviceTagsRequest.Builder 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 ListMfaDeviceTagsResponseIamClient. listMFADeviceTags(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.default ListMFADeviceTagsPublisherIamAsyncClient. listMFADeviceTagsPaginator(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.default ListMFADeviceTagsIterableIamClient. listMFADeviceTagsPaginator(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device. -
Uses of ListMfaDeviceTagsRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListMfaDeviceTagsRequest.Builder Modifier and Type Method Description static ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest. builder()ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest.Builder. serialNumber(String serialNumber)The unique identifier for the IAM virtual MFA device whose tags you want to see.ListMfaDeviceTagsRequest.BuilderListMfaDeviceTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListMfaDeviceTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListMfaDeviceTagsRequest.Builder>ListMfaDeviceTagsRequest. serializableBuilderClass()
-