Uses of Class
software.amazon.awssdk.services.iam.model.PutUserPolicyRequest
-
Packages that use PutUserPolicyRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of PutUserPolicyRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type PutUserPolicyRequest Modifier and Type Method Description default CompletableFuture<PutUserPolicyResponse>IamAsyncClient. putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM user.default PutUserPolicyResponseIamClient. putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM user. -
Uses of PutUserPolicyRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type PutUserPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutUserPolicyRequestMarshaller. marshall(PutUserPolicyRequest putUserPolicyRequest)
-