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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetDescription(String description)

A friendly description of the policy.

voidsetPath(String path)

The path for the policy.

voidsetPolicyDocument(String policyDocument)

The JSON policy document that you want to use as the content for the new policy.

voidsetPolicyName(String policyName)

The friendly name of the policy.