| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectPolicy |
ProjectPolicy.clone() |
ProjectPolicy |
ProjectPolicy.withCreationTimestamp(Date creationTimestamp)
The Unix datetime for the creation of the project policy.
|
ProjectPolicy |
ProjectPolicy.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix datetime for when the project policy was last updated.
|
ProjectPolicy |
ProjectPolicy.withPolicyDocument(String policyDocument)
The JSON document for the project policy.
|
ProjectPolicy |
ProjectPolicy.withPolicyName(String policyName)
The name of the project policy.
|
ProjectPolicy |
ProjectPolicy.withPolicyRevisionId(String policyRevisionId)
The revision ID of the project policy.
|
ProjectPolicy |
ProjectPolicy.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectPolicy> |
ListProjectPoliciesResult.getProjectPolicies()
A list of project policies attached to the project.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectPoliciesResult |
ListProjectPoliciesResult.withProjectPolicies(ProjectPolicy... projectPolicies)
A list of project policies attached to the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectPoliciesResult.setProjectPolicies(Collection<ProjectPolicy> projectPolicies)
A list of project policies attached to the project.
|
ListProjectPoliciesResult |
ListProjectPoliciesResult.withProjectPolicies(Collection<ProjectPolicy> projectPolicies)
A list of project policies attached to the project.
|
Copyright © 2024. All rights reserved.