Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Policy |
Policy.clone() |
Policy |
GetPolicyResult.getPolicy()
A structure containing details about the policy.
|
Policy |
CreatePolicyResult.getPolicy()
A structure containing details about the new policy.
|
Policy |
Policy.withArn(String arn) |
Policy |
Policy.withAttachmentCount(Integer attachmentCount)
The number of entities (users, groups, and roles) that the policy is
attached to.
|
Policy |
Policy.withCreateDate(Date createDate)
The date and time, in ISO 8601
date-time format, when the policy was created.
|
Policy |
Policy.withDefaultVersionId(String defaultVersionId)
The identifier for the version of the policy that is set as the default
version.
|
Policy |
Policy.withDescription(String description)
A friendly description of the policy.
|
Policy |
Policy.withIsAttachable(Boolean isAttachable)
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
Policy |
Policy.withPath(String path)
The path to the policy.
|
Policy |
Policy.withPolicyId(String policyId)
The stable and unique string identifying the policy.
|
Policy |
Policy.withPolicyName(String policyName)
The friendly name (not ARN) identifying the policy.
|
Policy |
Policy.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<Policy> |
ListPoliciesResult.getPolicies()
A list of policies.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPolicyResult.setPolicy(Policy policy)
A structure containing details about the policy.
|
void |
CreatePolicyResult.setPolicy(Policy policy)
A structure containing details about the new policy.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Policy... policies)
A list of policies.
|
GetPolicyResult |
GetPolicyResult.withPolicy(Policy policy)
A structure containing details about the policy.
|
CreatePolicyResult |
CreatePolicyResult.withPolicy(Policy policy)
A structure containing details about the new policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPoliciesResult.setPolicies(Collection<Policy> policies)
A list of policies.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Collection<Policy> policies)
A list of policies.
|
Copyright © 2018. All rights reserved.