Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyRole> |
ListEntitiesForPolicyResult.policyRoles
A list of IAM roles that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
PolicyRole |
PolicyRole.clone() |
PolicyRole |
PolicyRole.withRoleId(java.lang.String roleId)
The stable and unique string identifying the role.
|
PolicyRole |
PolicyRole.withRoleName(java.lang.String roleName)
The name (friendly name, not ARN) identifying the role.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PolicyRole> |
ListEntitiesForPolicyResult.getPolicyRoles()
A list of IAM roles that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(PolicyRole... policyRoles)
A list of IAM roles that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEntitiesForPolicyResult.setPolicyRoles(java.util.Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(java.util.Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
PolicyRole |
PolicyRoleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |