Uses of Class
software.amazon.awssdk.services.comprehend.model.PiiEntitiesDetectionJobProperties
-
Packages that use PiiEntitiesDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model software.amazon.awssdk.services.comprehend.paginators -
-
Uses of PiiEntitiesDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PiiEntitiesDetectionJobProperties Modifier and Type Method Description PiiEntitiesDetectionJobPropertiesDescribePiiEntitiesDetectionJobResponse. piiEntitiesDetectionJobProperties()Returns the value of the PiiEntitiesDetectionJobProperties property for this object.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type PiiEntitiesDetectionJobProperties Modifier and Type Method Description List<PiiEntitiesDetectionJobProperties>ListPiiEntitiesDetectionJobsResponse. piiEntitiesDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type PiiEntitiesDetectionJobProperties Modifier and Type Method Description DescribePiiEntitiesDetectionJobResponse.BuilderDescribePiiEntitiesDetectionJobResponse.Builder. piiEntitiesDetectionJobProperties(PiiEntitiesDetectionJobProperties piiEntitiesDetectionJobProperties)Sets the value of the PiiEntitiesDetectionJobProperties property for this object.ListPiiEntitiesDetectionJobsResponse.BuilderListPiiEntitiesDetectionJobsResponse.Builder. piiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type PiiEntitiesDetectionJobProperties Modifier and Type Method Description ListPiiEntitiesDetectionJobsResponse.BuilderListPiiEntitiesDetectionJobsResponse.Builder. piiEntitiesDetectionJobPropertiesList(Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned. -
Uses of PiiEntitiesDetectionJobProperties in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type PiiEntitiesDetectionJobProperties Modifier and Type Method Description SdkIterable<PiiEntitiesDetectionJobProperties>ListPiiEntitiesDetectionJobsIterable. piiEntitiesDetectionJobPropertiesList()Returns an iterable to iterate through the paginatedListPiiEntitiesDetectionJobsResponse.piiEntitiesDetectionJobPropertiesList()member.SdkPublisher<PiiEntitiesDetectionJobProperties>ListPiiEntitiesDetectionJobsPublisher. piiEntitiesDetectionJobPropertiesList()Returns a publisher that can be used to get a stream of data.
-