Uses of Class
software.amazon.awssdk.services.iam.model.UntagRoleResponse
-
Packages that use UntagRoleResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UntagRoleResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UntagRoleResponse Modifier and Type Method Description default UntagRoleResponseIamClient. untagRole(Consumer<UntagRoleRequest.Builder> untagRoleRequest)Removes the specified tags from the role.default UntagRoleResponseIamClient. untagRole(UntagRoleRequest untagRoleRequest)Removes the specified tags from the role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UntagRoleResponse Modifier and Type Method Description default CompletableFuture<UntagRoleResponse>IamAsyncClient. untagRole(Consumer<UntagRoleRequest.Builder> untagRoleRequest)Removes the specified tags from the role.default CompletableFuture<UntagRoleResponse>IamAsyncClient. untagRole(UntagRoleRequest untagRoleRequest)Removes the specified tags from the role.
-