Uses of Class
software.amazon.awssdk.services.sesv2.model.ReputationEntity
-
Packages that use ReputationEntity Package Description software.amazon.awssdk.services.sesv2.model software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ReputationEntity in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ReputationEntity Modifier and Type Method Description ReputationEntityGetReputationEntityResponse. reputationEntity()The reputation entity information, including status records, policy configuration, and reputation impact.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ReputationEntity Modifier and Type Method Description List<ReputationEntity>ListReputationEntitiesResponse. reputationEntities()An array that contains information about the reputation entities in your account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ReputationEntity Modifier and Type Method Description ListReputationEntitiesResponse.BuilderListReputationEntitiesResponse.Builder. reputationEntities(ReputationEntity... reputationEntities)An array that contains information about the reputation entities in your account.GetReputationEntityResponse.BuilderGetReputationEntityResponse.Builder. reputationEntity(ReputationEntity reputationEntity)The reputation entity information, including status records, policy configuration, and reputation impact.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ReputationEntity Modifier and Type Method Description ListReputationEntitiesResponse.BuilderListReputationEntitiesResponse.Builder. reputationEntities(Collection<ReputationEntity> reputationEntities)An array that contains information about the reputation entities in your account. -
Uses of ReputationEntity in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ReputationEntity Modifier and Type Method Description SdkIterable<ReputationEntity>ListReputationEntitiesIterable. reputationEntities()Returns an iterable to iterate through the paginatedListReputationEntitiesResponse.reputationEntities()member.SdkPublisher<ReputationEntity>ListReputationEntitiesPublisher. reputationEntities()Returns a publisher that can be used to get a stream of data.
-