Uses of Enum
software.amazon.awssdk.services.sesv2.model.ReputationEntityType
Packages that use ReputationEntityType
-
Uses of ReputationEntityType in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ReputationEntityTypeModifier and TypeMethodDescriptionstatic ReputationEntityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReputationEntityTypeGetReputationEntityRequest.reputationEntityType()The type of reputation entity.final ReputationEntityTypeReputationEntity.reputationEntityType()The type of reputation entity.final ReputationEntityTypeUpdateReputationEntityCustomerManagedStatusRequest.reputationEntityType()The type of reputation entity.final ReputationEntityTypeUpdateReputationEntityPolicyRequest.reputationEntityType()The type of reputation entity.static ReputationEntityTypeReturns the enum constant of this type with the specified name.static ReputationEntityType[]ReputationEntityType.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 ReputationEntityTypeModifier and TypeMethodDescriptionstatic Set<ReputationEntityType>ReputationEntityType.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ReputationEntityTypeModifier and TypeMethodDescriptionGetReputationEntityRequest.Builder.reputationEntityType(ReputationEntityType reputationEntityType) The type of reputation entity.ReputationEntity.Builder.reputationEntityType(ReputationEntityType reputationEntityType) The type of reputation entity.UpdateReputationEntityCustomerManagedStatusRequest.Builder.reputationEntityType(ReputationEntityType reputationEntityType) The type of reputation entity.UpdateReputationEntityPolicyRequest.Builder.reputationEntityType(ReputationEntityType reputationEntityType) The type of reputation entity.