Uses of Class
software.amazon.awssdk.services.macie2.model.ListResourceProfileDetectionsRequest
-
Packages that use ListResourceProfileDetectionsRequest Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators software.amazon.awssdk.services.macie2.transform -
-
Uses of ListResourceProfileDetectionsRequest in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 with parameters of type ListResourceProfileDetectionsRequest Modifier and Type Method Description default CompletableFuture<ListResourceProfileDetectionsResponse>Macie2AsyncClient. listResourceProfileDetections(ListResourceProfileDetectionsRequest listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.default ListResourceProfileDetectionsResponseMacie2Client. listResourceProfileDetections(ListResourceProfileDetectionsRequest listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.default ListResourceProfileDetectionsPublisherMacie2AsyncClient. listResourceProfileDetectionsPaginator(ListResourceProfileDetectionsRequest listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.default ListResourceProfileDetectionsIterableMacie2Client. listResourceProfileDetectionsPaginator(ListResourceProfileDetectionsRequest listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket. -
Uses of ListResourceProfileDetectionsRequest in software.amazon.awssdk.services.macie2.paginators
Constructors in software.amazon.awssdk.services.macie2.paginators with parameters of type ListResourceProfileDetectionsRequest Constructor Description ListResourceProfileDetectionsIterable(Macie2Client client, ListResourceProfileDetectionsRequest firstRequest)ListResourceProfileDetectionsPublisher(Macie2AsyncClient client, ListResourceProfileDetectionsRequest firstRequest) -
Uses of ListResourceProfileDetectionsRequest in software.amazon.awssdk.services.macie2.transform
Methods in software.amazon.awssdk.services.macie2.transform with parameters of type ListResourceProfileDetectionsRequest Modifier and Type Method Description SdkHttpFullRequestListResourceProfileDetectionsRequestMarshaller. marshall(ListResourceProfileDetectionsRequest listResourceProfileDetectionsRequest)
-