Uses of Class
software.amazon.awssdk.services.macie2.model.Detection
-
Packages that use Detection Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of Detection in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Detection Modifier and Type Method Description List<Detection>ListResourceProfileDetectionsResponse. detections()An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Detection Modifier and Type Method Description ListResourceProfileDetectionsResponse.BuilderListResourceProfileDetectionsResponse.Builder. detections(Detection... detections)An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Detection Modifier and Type Method Description ListResourceProfileDetectionsResponse.BuilderListResourceProfileDetectionsResponse.Builder. detections(Collection<Detection> detections)An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket. -
Uses of Detection in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type Detection Modifier and Type Method Description SdkIterable<Detection>ListResourceProfileDetectionsIterable. detections()Returns an iterable to iterate through the paginatedListResourceProfileDetectionsResponse.detections()member.SdkPublisher<Detection>ListResourceProfileDetectionsPublisher. detections()Returns a publisher that can be used to get a stream of data.
-