Java com.amazonaws.services.identitymanagement.model PutUserPolicyRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.identitymanagement.model PutUserPolicyRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.identitymanagement.model PutUserPolicyRequest.

The text is from its open source code.

Constructor

PutUserPolicyRequest(String userName, String policyName, String policyDocument)
Constructs a new PutUserPolicyRequest object.
PutUserPolicyRequest()
Default constructor for PutUserPolicyRequest object.

Method

voidsetPolicyDocument(String policyDocument)

The policy document.

voidsetPolicyName(String policyName)

The name of the policy document.

voidsetUserName(String userName)

The name of the user to associate the policy with.