Uses of Class
software.amazon.awssdk.services.macie2.model.UpdateAllowListResponse
-
Packages that use UpdateAllowListResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of UpdateAllowListResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return UpdateAllowListResponse Modifier and Type Method Description default UpdateAllowListResponseMacie2Client. updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)Updates the settings for an allow list.default UpdateAllowListResponseMacie2Client. updateAllowList(UpdateAllowListRequest updateAllowListRequest)Updates the settings for an allow list.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type UpdateAllowListResponse Modifier and Type Method Description default CompletableFuture<UpdateAllowListResponse>Macie2AsyncClient. updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)Updates the settings for an allow list.default CompletableFuture<UpdateAllowListResponse>Macie2AsyncClient. updateAllowList(UpdateAllowListRequest updateAllowListRequest)Updates the settings for an allow list.
-