Uses of Class
software.amazon.awssdk.services.macie2.model.ListResourceProfileDetectionsResponse
-
Packages that use ListResourceProfileDetectionsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListResourceProfileDetectionsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListResourceProfileDetectionsResponse Modifier and Type Method Description default ListResourceProfileDetectionsResponseMacie2Client. listResourceProfileDetections(Consumer<ListResourceProfileDetectionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListResourceProfileDetectionsResponse Modifier and Type Method Description default CompletableFuture<ListResourceProfileDetectionsResponse>Macie2AsyncClient. listResourceProfileDetections(Consumer<ListResourceProfileDetectionsRequest.Builder> listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.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. -
Uses of ListResourceProfileDetectionsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ListResourceProfileDetectionsResponse Modifier and Type Method Description Iterator<ListResourceProfileDetectionsResponse>ListResourceProfileDetectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type ListResourceProfileDetectionsResponse Modifier and Type Method Description voidListResourceProfileDetectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourceProfileDetectionsResponse> subscriber)
-