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