Uses of Class
software.amazon.awssdk.services.macie2.model.UpdateResourceProfileDetectionsResponse
-
Packages that use UpdateResourceProfileDetectionsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of UpdateResourceProfileDetectionsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return UpdateResourceProfileDetectionsResponse Modifier and Type Method Description default UpdateResourceProfileDetectionsResponseMacie2Client. updateResourceProfileDetections(Consumer<UpdateResourceProfileDetectionsRequest.Builder> updateResourceProfileDetectionsRequest)Updates the sensitivity scoring settings for an S3 bucket.default UpdateResourceProfileDetectionsResponseMacie2Client. updateResourceProfileDetections(UpdateResourceProfileDetectionsRequest updateResourceProfileDetectionsRequest)Updates the sensitivity scoring settings for an S3 bucket.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type UpdateResourceProfileDetectionsResponse Modifier and Type Method Description default CompletableFuture<UpdateResourceProfileDetectionsResponse>Macie2AsyncClient. updateResourceProfileDetections(Consumer<UpdateResourceProfileDetectionsRequest.Builder> updateResourceProfileDetectionsRequest)Updates the sensitivity scoring settings for an S3 bucket.default CompletableFuture<UpdateResourceProfileDetectionsResponse>Macie2AsyncClient. updateResourceProfileDetections(UpdateResourceProfileDetectionsRequest updateResourceProfileDetectionsRequest)Updates the sensitivity scoring settings for an S3 bucket.
-