Uses of Class
software.amazon.awssdk.services.macie2.model.CreateAllowListResponse
-
Packages that use CreateAllowListResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of CreateAllowListResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return CreateAllowListResponse Modifier and Type Method Description default CreateAllowListResponseMacie2Client. createAllowList(Consumer<CreateAllowListRequest.Builder> createAllowListRequest)Creates and defines the settings for an allow list.default CreateAllowListResponseMacie2Client. createAllowList(CreateAllowListRequest createAllowListRequest)Creates and defines the settings for an allow list.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type CreateAllowListResponse Modifier and Type Method Description default CompletableFuture<CreateAllowListResponse>Macie2AsyncClient. createAllowList(Consumer<CreateAllowListRequest.Builder> createAllowListRequest)Creates and defines the settings for an allow list.default CompletableFuture<CreateAllowListResponse>Macie2AsyncClient. createAllowList(CreateAllowListRequest createAllowListRequest)Creates and defines the settings for an allow list.
-