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