Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ManagedPolicyDetail> |
GetAccountAuthorizationDetailsResult.policies
A list containing information about managed policies.
|
Modifier and Type | Method and Description |
---|---|
ManagedPolicyDetail |
ManagedPolicyDetail.clone() |
ManagedPolicyDetail |
ManagedPolicyDetail.withArn(java.lang.String arn) |
ManagedPolicyDetail |
ManagedPolicyDetail.withAttachmentCount(java.lang.Integer attachmentCount)
The number of principal entities (users, groups, and roles) that the
policy is attached to.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withCreateDate(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the policy was created.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withDefaultVersionId(java.lang.String defaultVersionId)
The identifier for the version of the policy that is set as the default
(operative) version.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withDescription(java.lang.String description)
A friendly description of the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withIsAttachable(java.lang.Boolean isAttachable)
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPath(java.lang.String path)
The path to the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyId(java.lang.String policyId)
The stable and unique string identifying the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyName(java.lang.String policyName)
The friendly name (not ARN) identifying the policy.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyVersionList(java.util.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(java.util.Date updateDate)
The date and time, in ISO 8601
date-time format, when the policy was last updated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ManagedPolicyDetail> policies)
A list containing information about managed policies.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withPolicies(java.util.Collection<ManagedPolicyDetail> policies)
A list containing information about managed policies.
|
Modifier and Type | Method and Description |
---|---|
ManagedPolicyDetail |
ManagedPolicyDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |