Uses of Enum
software.amazon.awssdk.services.sesv2.model.ReputationEntityFilterKey
Packages that use ReputationEntityFilterKey
-
Uses of ReputationEntityFilterKey in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ReputationEntityFilterKeyModifier and TypeMethodDescriptionstatic ReputationEntityFilterKeyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ReputationEntityFilterKeyReturns the enum constant of this type with the specified name.static ReputationEntityFilterKey[]ReputationEntityFilterKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ReputationEntityFilterKeyModifier and TypeMethodDescriptionfinal Map<ReputationEntityFilterKey,String> ListReputationEntitiesRequest.filter()An object that contains filters to apply when listing reputation entities.static Set<ReputationEntityFilterKey>ReputationEntityFilterKey.knownValues()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ReputationEntityFilterKeyModifier and TypeMethodDescriptionListReputationEntitiesRequest.Builder.filter(Map<ReputationEntityFilterKey, String> filter) An object that contains filters to apply when listing reputation entities.