Uses of Interface
software.amazon.awssdk.services.frauddetector.model.AllowDenyList.Builder
-
Packages that use AllowDenyList.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of AllowDenyList.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return AllowDenyList.Builder Modifier and Type Method Description AllowDenyList.BuilderAllowDenyList.Builder. arn(String arn)The ARN of the list.static AllowDenyList.BuilderAllowDenyList. builder()AllowDenyList.BuilderAllowDenyList.Builder. createdTime(String createdTime)The time the list was created.AllowDenyList.BuilderAllowDenyList.Builder. description(String description)The description of the list.AllowDenyList.BuilderAllowDenyList.Builder. name(String name)The name of the list.AllowDenyList.BuilderAllowDenyList. toBuilder()AllowDenyList.BuilderAllowDenyList.Builder. updatedTime(String updatedTime)The time the list was last updated.AllowDenyList.BuilderAllowDenyList.Builder. variableType(String variableType)The variable type of the list.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type AllowDenyList.Builder Modifier and Type Method Description static Class<? extends AllowDenyList.Builder>AllowDenyList. serializableBuilderClass()
-