Uses of Class
software.amazon.awssdk.services.iam.model.AttachUserPolicyResponse
-
Packages that use AttachUserPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of AttachUserPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return AttachUserPolicyResponse Modifier and Type Method Description default AttachUserPolicyResponseIamClient. attachUserPolicy(Consumer<AttachUserPolicyRequest.Builder> attachUserPolicyRequest)Attaches the specified managed policy to the specified user.default AttachUserPolicyResponseIamClient. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type AttachUserPolicyResponse Modifier and Type Method Description default CompletableFuture<AttachUserPolicyResponse>IamAsyncClient. attachUserPolicy(Consumer<AttachUserPolicyRequest.Builder> attachUserPolicyRequest)Attaches the specified managed policy to the specified user.default CompletableFuture<AttachUserPolicyResponse>IamAsyncClient. attachUserPolicy(AttachUserPolicyRequest attachUserPolicyRequest)Attaches the specified managed policy to the specified user.
-