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

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

Introduction

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

The text is from its open source code.

Constructor

PutGroupPolicyRequest()
Default constructor for PutGroupPolicyRequest object.
PutGroupPolicyRequest(String groupName, String policyName, String policyDocument)
Constructs a new PutGroupPolicyRequest object.

Method

voidsetGroupName(String groupName)

The name of the group to associate the policy with.

voidsetPolicyDocument(String policyDocument)

The policy document.

voidsetPolicyName(String policyName)

The name of the policy document.