Uses of Class
software.amazon.awssdk.services.iam.model.PutUserPolicyResponse
-
Packages that use PutUserPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of PutUserPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return PutUserPolicyResponse Modifier and Type Method Description default PutUserPolicyResponseIamClient. putUserPolicy(Consumer<PutUserPolicyRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type PutUserPolicyResponse Modifier and Type Method Description default CompletableFuture<PutUserPolicyResponse>IamAsyncClient. putUserPolicy(Consumer<PutUserPolicyRequest.Builder> putUserPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM user.default CompletableFuture<PutUserPolicyResponse>IamAsyncClient. putUserPolicy(PutUserPolicyRequest putUserPolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM user.
-