Uses of Class
software.amazon.awssdk.services.macie2.model.GetAllowListResponse
-
Packages that use GetAllowListResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetAllowListResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetAllowListResponse Modifier and Type Method Description default GetAllowListResponseMacie2Client. getAllowList(Consumer<GetAllowListRequest.Builder> getAllowListRequest)Retrieves the settings and status of an allow list.default GetAllowListResponseMacie2Client. getAllowList(GetAllowListRequest getAllowListRequest)Retrieves the settings and status of an allow list.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetAllowListResponse Modifier and Type Method Description default CompletableFuture<GetAllowListResponse>Macie2AsyncClient. getAllowList(Consumer<GetAllowListRequest.Builder> getAllowListRequest)Retrieves the settings and status of an allow list.default CompletableFuture<GetAllowListResponse>Macie2AsyncClient. getAllowList(GetAllowListRequest getAllowListRequest)Retrieves the settings and status of an allow list.
-