Uses of Class
software.amazon.awssdk.services.iam.model.UntagUserResponse
-
Packages that use UntagUserResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UntagUserResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UntagUserResponse Modifier and Type Method Description default UntagUserResponseIamClient. untagUser(Consumer<UntagUserRequest.Builder> untagUserRequest)Removes the specified tags from the user.default UntagUserResponseIamClient. untagUser(UntagUserRequest untagUserRequest)Removes the specified tags from the user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UntagUserResponse Modifier and Type Method Description default CompletableFuture<UntagUserResponse>IamAsyncClient. untagUser(Consumer<UntagUserRequest.Builder> untagUserRequest)Removes the specified tags from the user.default CompletableFuture<UntagUserResponse>IamAsyncClient. untagUser(UntagUserRequest untagUserRequest)Removes the specified tags from the user.
-