Uses of Class
software.amazon.awssdk.services.frauddetector.model.AllowDenyList
-
Packages that use AllowDenyList Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of AllowDenyList in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type AllowDenyList Modifier and Type Method Description List<AllowDenyList>GetListsMetadataResponse. lists()The metadata of the specified list or all lists under the account.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type AllowDenyList Modifier and Type Method Description GetListsMetadataResponse.BuilderGetListsMetadataResponse.Builder. lists(AllowDenyList... lists)The metadata of the specified list or all lists under the account.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type AllowDenyList Modifier and Type Method Description GetListsMetadataResponse.BuilderGetListsMetadataResponse.Builder. lists(Collection<AllowDenyList> lists)The metadata of the specified list or all lists under the account.
-