| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyGeneration |
PolicyGeneration.clone() |
PolicyGeneration |
PolicyGeneration.withCompletedOn(Date completedOn)
A timestamp of when the policy generation was completed.
|
PolicyGeneration |
PolicyGeneration.withJobId(String jobId)
The
JobId that is returned by the StartPolicyGeneration operation. |
PolicyGeneration |
PolicyGeneration.withPrincipalArn(String principalArn)
The ARN of the IAM entity (user or role) for which you are generating a policy.
|
PolicyGeneration |
PolicyGeneration.withStartedOn(Date startedOn)
A timestamp of when the policy generation started.
|
PolicyGeneration |
PolicyGeneration.withStatus(JobStatus status)
The status of the policy generation request.
|
PolicyGeneration |
PolicyGeneration.withStatus(String status)
The status of the policy generation request.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyGeneration> |
ListPolicyGenerationsResult.getPolicyGenerations()
A
PolicyGeneration object that contains details about the generated policy. |
| Modifier and Type | Method and Description |
|---|---|
ListPolicyGenerationsResult |
ListPolicyGenerationsResult.withPolicyGenerations(PolicyGeneration... policyGenerations)
A
PolicyGeneration object that contains details about the generated policy. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyGenerationsResult.setPolicyGenerations(Collection<PolicyGeneration> policyGenerations)
A
PolicyGeneration object that contains details about the generated policy. |
ListPolicyGenerationsResult |
ListPolicyGenerationsResult.withPolicyGenerations(Collection<PolicyGeneration> policyGenerations)
A
PolicyGeneration object that contains details about the generated policy. |
Copyright © 2021. All rights reserved.