Uses of Class
software.amazon.awssdk.services.rekognition.model.ProjectPolicy
-
Packages that use ProjectPolicy Package Description software.amazon.awssdk.services.rekognition.model software.amazon.awssdk.services.rekognition.paginators -
-
Uses of ProjectPolicy in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProjectPolicy Modifier and Type Method Description List<ProjectPolicy>ListProjectPoliciesResponse. projectPolicies()A list of project policies attached to the project.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProjectPolicy Modifier and Type Method Description ListProjectPoliciesResponse.BuilderListProjectPoliciesResponse.Builder. projectPolicies(ProjectPolicy... projectPolicies)A list of project policies attached to the project.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ProjectPolicy Modifier and Type Method Description ListProjectPoliciesResponse.BuilderListProjectPoliciesResponse.Builder. projectPolicies(Collection<ProjectPolicy> projectPolicies)A list of project policies attached to the project. -
Uses of ProjectPolicy in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ProjectPolicy Modifier and Type Method Description SdkIterable<ProjectPolicy>ListProjectPoliciesIterable. projectPolicies()Returns an iterable to iterate through the paginatedListProjectPoliciesResponse.projectPolicies()member.SdkPublisher<ProjectPolicy>ListProjectPoliciesPublisher. projectPolicies()Returns a publisher that can be used to get a stream of data.
-