| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Detection> |
ListResourceProfileDetectionsResponse.detections()
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceProfileDetectionsResponse.Builder |
ListResourceProfileDetectionsResponse.Builder.detections(Detection... detections)
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceProfileDetectionsResponse.Builder |
ListResourceProfileDetectionsResponse.Builder.detections(Collection<Detection> detections)
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Detection> |
ListResourceProfileDetectionsPublisher.detections()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Detection> |
ListResourceProfileDetectionsIterable.detections()
Returns an iterable to iterate through the paginated
ListResourceProfileDetectionsResponse.detections()
member. |
Copyright © 2023. All rights reserved.