Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ManagedPolicyDetail |
ManagedPolicyDetail.clone() |
ManagedPolicyDetail |
ManagedPolicyDetail.withArn(String arn) |
ManagedPolicyDetail |
ManagedPolicyDetail.withAttachmentCount(Integer attachmentCount)
The number of principal entities (users, groups, and roles) that the
policy is attached to.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withCreateDate(Date createDate)
The date and time, in ISO 8601
date-time format, when the policy was created.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withDefaultVersionId(String defaultVersionId)
The identifier for the version of the policy that is set as the default
(operative) version.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withDescription(String description)
A friendly description of the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withIsAttachable(Boolean isAttachable)
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPath(String path)
The path to the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyId(String policyId)
The stable and unique string identifying the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyName(String policyName)
The friendly name (not ARN) identifying the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyVersionList(Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyVersionList(PolicyVersion... policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withUpdateDate(Date updateDate)
The date and time, in ISO 8601
date-time format, when the policy was last updated.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedPolicyDetail> |
GetAccountAuthorizationDetailsResult.getPolicies()
A list containing information about managed policies.
|
Modifier and Type | Method and Description |
---|---|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withPolicies(ManagedPolicyDetail... policies)
A list containing information about managed policies.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAccountAuthorizationDetailsResult.setPolicies(Collection<ManagedPolicyDetail> policies)
A list containing information about managed policies.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withPolicies(Collection<ManagedPolicyDetail> policies)
A list containing information about managed policies.
|
Copyright © 2018. All rights reserved.