Uses of Class
com.amazonaws.services.identitymanagement.model.PutUserPolicyRequest
Packages that use PutUserPolicyRequest
Package
Description
-
Uses of PutUserPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type PutUserPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.putUserPolicy
(PutUserPolicyRequest request) AmazonIdentityManagement.putUserPolicy
(PutUserPolicyRequest putUserPolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM user.AmazonIdentityManagementClient.putUserPolicy
(PutUserPolicyRequest putUserPolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM user.AbstractAmazonIdentityManagementAsync.putUserPolicyAsync
(PutUserPolicyRequest request) AbstractAmazonIdentityManagementAsync.putUserPolicyAsync
(PutUserPolicyRequest request, AsyncHandler<PutUserPolicyRequest, PutUserPolicyResult> asyncHandler) AmazonIdentityManagementAsync.putUserPolicyAsync
(PutUserPolicyRequest putUserPolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM user.AmazonIdentityManagementAsync.putUserPolicyAsync
(PutUserPolicyRequest putUserPolicyRequest, AsyncHandler<PutUserPolicyRequest, PutUserPolicyResult> asyncHandler) Adds or updates an inline policy document that is embedded in the specified IAM user.AmazonIdentityManagementAsyncClient.putUserPolicyAsync
(PutUserPolicyRequest request) AmazonIdentityManagementAsyncClient.putUserPolicyAsync
(PutUserPolicyRequest request, AsyncHandler<PutUserPolicyRequest, PutUserPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type PutUserPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.putUserPolicyAsync
(PutUserPolicyRequest request, AsyncHandler<PutUserPolicyRequest, PutUserPolicyResult> asyncHandler) AmazonIdentityManagementAsync.putUserPolicyAsync
(PutUserPolicyRequest putUserPolicyRequest, AsyncHandler<PutUserPolicyRequest, PutUserPolicyResult> asyncHandler) Adds or updates an inline policy document that is embedded in the specified IAM user.AmazonIdentityManagementAsyncClient.putUserPolicyAsync
(PutUserPolicyRequest request, AsyncHandler<PutUserPolicyRequest, PutUserPolicyResult> asyncHandler) -
Uses of PutUserPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PutUserPolicyRequestModifier and TypeMethodDescriptionPutUserPolicyRequest.clone()
PutUserPolicyRequest.withPolicyDocument
(String policyDocument) The policy document.PutUserPolicyRequest.withPolicyName
(String policyName) The name of the policy document.PutUserPolicyRequest.withUserName
(String userName) The name of the user to associate the policy with.