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

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

Introduction

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

The text is from its open source code.

Method

StringgetArn()

The Amazon Resource Name (ARN) specifying the role.

StringgetAssumeRolePolicyDocument()

The policy that grants an entity permission to assume the role.

java.util.DategetCreateDate()

The date and time, in ISO 8601 date-time format, when the role was created.

StringgetPath()

The path to the role.

StringgetRoleId()

The stable and unique string identifying the role.

StringgetRoleName()

The friendly name that identifies the role.

StringtoString()
Returns a string representation of this object.