Uses of Class
software.amazon.awssdk.services.iam.model.DetachUserPolicyResponse
-
Packages that use DetachUserPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DetachUserPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DetachUserPolicyResponse Modifier and Type Method Description default DetachUserPolicyResponseIamClient. detachUserPolicy(Consumer<DetachUserPolicyRequest.Builder> detachUserPolicyRequest)Removes the specified managed policy from the specified user.default DetachUserPolicyResponseIamClient. detachUserPolicy(DetachUserPolicyRequest detachUserPolicyRequest)Removes the specified managed policy from the specified user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DetachUserPolicyResponse Modifier and Type Method Description default CompletableFuture<DetachUserPolicyResponse>IamAsyncClient. detachUserPolicy(Consumer<DetachUserPolicyRequest.Builder> detachUserPolicyRequest)Removes the specified managed policy from the specified user.default CompletableFuture<DetachUserPolicyResponse>IamAsyncClient. detachUserPolicy(DetachUserPolicyRequest detachUserPolicyRequest)Removes the specified managed policy from the specified user.
-